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)

Syntax

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

Property Value

Type: System.String

The thumbprint.

Remarks

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

See Also

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

Return to top