CertIDHashingAlgorithm Property |
Gets or sets the algorithm used to hash properties of a certificate.
Remarks
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Oid HashingAlgorithm { get; set; }
Public Property HashingAlgorithm As Oid
Get
Set
public:
property Oid^ HashingAlgorithm {
Oid^ get ();
void set (Oid^ value);
}
member HashingAlgorithm : Oid with get, set
Property Value
Type:
OidSee Also