ClientRootCertificateListResponse.ClientRootCertificate.Thumbprint 属性

 

可选。 指定证书的指纹。

命名空间:   Microsoft.WindowsAzure.Management.Network.Models
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

public string Thumbprint { get; set; }
public:
property String^ Thumbprint {
    String^ get();
    void set(String^ value);
}
member Thumbprint : string with get, set
Public Property Thumbprint As String

属性值

Type: System.String

请参阅

ClientRootCertificateListResponse.ClientRootCertificate 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首