次の方法で共有


CertificateCloudCredentials.ManagementCertificate プロパティ

Gets the management certificate that is associated with the subscription.

名前空間: Microsoft.WindowsAzure
アセンブリ: Microsoft.WindowsAzure.Common.NetFramework (Microsoft.WindowsAzure.Common.NetFramework.dll)

使用方法

'使用
Dim instance As CertificateCloudCredentials
Dim value As X509Certificate2

value = instance.ManagementCertificate

構文

'宣言
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

プロパティ値

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.

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

CertificateCloudCredentials クラス
CertificateCloudCredentials のメンバー
Microsoft.WindowsAzure 名前空間