SignSettings.

CertHash Property

Summary

Gets or sets the hash of a digital certificate stored in the personal certificate store of the client computer. This corresponds to the Thumbprint property of a digital certificate viewed in the Windows Certificates Console.

The hashSignature can be either uppercase or lowercase, and can be supplied either as a single string or with each octet of the Thumbprint separated by spaces and the entire Thumbprint enclosed in quotation marks.

Assembly
Cake.Mage.dll
Namespace
Cake.Mage
Containing Type
SignSettings

Syntax

public string CertHash { get; set; }

Value

Type Description
string The cert hash.