SshSettingKeyPair.Fingerprint Property

 

Gets or sets the SHA1 fingerprint of a service certificate.

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

Syntax

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

Property Value

Type: System.String

The SHA1 fingerprint.

See Also

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

Return to top