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)
Usage
'Usage
Dim instance As CertificateCloudCredentials
Dim value As X509Certificate2
value = instance.ManagementCertificate
Syntax
'Declaration
Public Property ManagementCertificate As X509Certificate2
public X509Certificate2 ManagementCertificate { get; }
public:
property X509Certificate2^ ManagementCertificate {
X509Certificate2^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public X509Certificate2 get_ManagementCertificate ()
CompilerGeneratedAttribute
public function get ManagementCertificate () : X509Certificate2
Property Value
The authenticated management certificate.
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
CertificateCloudCredentials Class
CertificateCloudCredentials Members
Microsoft.WindowsAzure Namespace