Click or drag to resize

CertIDHashingAlgorithm Property

Gets or sets the algorithm used to hash properties of a certificate.
Remarks
Setter accessor works only when IsReadOnly member is set to False, otherwise it throws ArgumentException exception.

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; }

Property Value

Type: Oid
See Also