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.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public Oid HashingAlgorithm { get; set; }

Property Value

Oid

See Also