WindowsRemoteManagementListener.CertificateThumbprint Property

 

Gets or sets the thumbprint of the certificate for the secure connection.

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

Syntax

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

Property Value

Type: System.String

The thumbprint.

Remarks

If Type is Https then this value is an optional value that is set to the thumbprint of the service certificate that is used to provision the WinRM HTTPS listener. If this value is not specified, a self-signed certificate is generated and used for the virtual machine.

See Also

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

Return to top