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)

public:
property String^ Thumbprint {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The thumbprint.

Return to top
Show: