WindowsRemoteManagementListener.CertificateThumbprint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Specifies the certificate thumbprint for the secure connection. 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.
public string CertificateThumbprint { get; set; }
member this.CertificateThumbprint : string with get, set
Public Property CertificateThumbprint As String