ManagementCertificateListResponse.SubscriptionCertificate.Thumbprint Property

 

Gets or sets the thumbprint of the management certificate.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

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

Property Value

Type: System.String

The thumbprint.

See Also

ManagementCertificateListResponse.SubscriptionCertificate Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top