CertificateCloudCredentials Constructor (String, X509Certificate2)

 

Initializes a new instance of the CertificateCloudCredentials class.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common.NetFramework (in Microsoft.WindowsAzure.Common.NetFramework.dll)

Public Sub New (
	subscriptionId As String,
	managementCertificate As X509Certificate2
)

Parameters

subscriptionId
Type: System.String

The identifier of the subscription.

managementCertificate
Type: System.Security.Cryptography.X509Certificates.X509Certificate2

The management certificate that is associated with the subscription.

Return to top
Show: