Compartilhar via


SshSettingPublicKey.Fingerprint Propriedade

 

Obtém ou define a impressão digital SHA1 de um certificado de serviço.

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

Sintaxe

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

Valor de propriedade

Type: System.String

A impressão digital SHA1.

Consulte também

Classe SshSettingPublicKey
Namespace Microsoft.WindowsAzure.Management.Compute.Models

Retornar ao topo