HostedServiceGetExtensionResponse::Thumbprint Property

 

Gets or sets the thumbprint of the certificate that is used to encrypt the configuration specified in PrivateConfiguration.

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

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

Property Value

Type: System::String^

The thumbprint.

If this property is not specified, a certificate may be automatically generated and added to the cloud service.

Return to top
Show: