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)

public string CertificateThumbprint { get; set; }

Property Value

Type: System.String

The thumbprint.

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.

Return to top
Show: