X509CertificateTrustListBuilderHashAlgorithm Property |
Gets or sets the hashing algorithm used to create trust list entries. Default algorithm is SHA1.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Oid HashAlgorithm { get; set; }
Public Property HashAlgorithm As Oid
Get
Set
public:
property Oid^ HashAlgorithm {
Oid^ get ();
void set (Oid^ value);
}
member HashAlgorithm : Oid with get, set
Property Value
Type:
OidSee Also