ServiceCertificateListResponse::Certificate::ThumbprintAlgorithm Property

 

Gets or sets the thumbprint algorithm of the service certificate.

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

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

Property Value

Type: System::String^

The thumbprint algorithm

Currently SHA-1 is the only supported algorithm.

Return to top
Show: