Role::DefaultWinRmCertificateThumbprint Property

 

Gets or sets the read-only thumbprint of the certificate that is used with the HTTPS listener for WinRM.

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

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

Property Value

Type: System::String^

The thumbprint.

Return to top
Show: