CertificateCloudCredentials::ManagementCertificate Property

 

Gets the management certificate that is associated with the subscription.

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

public:
property X509Certificate2^ ManagementCertificate {
	X509Certificate2^ get();
	private: void set(X509Certificate2^ value);
}

Property Value

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

The authenticated management certificate.

Mutual authentication of management certificates over SSL is used to ensure that a request made to the service is secure. No anonymous requests are allowed.

Return to top
Show: