Compartilhar via


Propriedade CertificateCloudCredentials.ManagementCertificate

Gets the management certificate that is associated with the subscription.

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

Uso

'Uso
Dim instance As CertificateCloudCredentials
Dim value As X509Certificate2

value = instance.ManagementCertificate

Sintaxe

'Declaração
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

Valor da Propriedade

The authenticated management certificate.

Comentários

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.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe CertificateCloudCredentials
Membros CertificateCloudCredentials
Namespace Microsoft.WindowsAzure