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.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
CertificateCloudCredentials 类
CertificateCloudCredentials 成员
Microsoft.WindowsAzure 命名空间