RoleInstance.RemoteAccessCertificateThumbprint Property

 

Gets or sets the thumbprint of the certificate that is used to remotely access the role instance.

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

public string RemoteAccessCertificateThumbprint { get; set; }

Property Value

Type: System.String

The thumbprint.

For more information about remotely accessing a role instance, see Set Up a Remote Desktop Connection for a Role in Microsoft Azure.

Return to top
Show: