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)

Syntax

public string DefaultWinRmCertificateThumbprint { get; set; }
public:
property String^ DefaultWinRmCertificateThumbprint {
    String^ get();
    void set(String^ value);
}
member DefaultWinRmCertificateThumbprint : string with get, set
Public Property DefaultWinRmCertificateThumbprint As String

Property Value

Type: System.String

The thumbprint.

See Also

Role Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top