ServiceCertificateGetParameters.ThumbprintAlgorithm Property
Gets or sets the algorithm for the thumbprint of the certificate.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string ThumbprintAlgorithm { get; set; }
public:
property String^ ThumbprintAlgorithm {
String^ get();
void set(String^ value);
}
member ThumbprintAlgorithm : string with get, set
Public Property ThumbprintAlgorithm As String
Property Value
Type: System.String
The thumbprint algorithm.
See Also
ServiceCertificateGetParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top