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)

Syntax

public CertificateCloudCredentials(
    string subscriptionId,
    X509Certificate2 managementCertificate
)
public:
CertificateCloudCredentials(
    String^ subscriptionId,
    X509Certificate2^ managementCertificate
)
new : 
        subscriptionId:string *
        managementCertificate:X509Certificate2 -> CertificateCloudCredentials
Public Sub New (
    subscriptionId As String,
    managementCertificate As X509Certificate2
)

Parameters

  • subscriptionId
    Type: System.String

    The identifier of the subscription.

See Also

CertificateCloudCredentials Class
Microsoft.WindowsAzure Namespace

Return to top