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.3.0+16893f72dbbf743b5dc1838aaf2dc6aff3ae6df1
C#
public Oid HashingAlgorithm { get; set; }

Property Value

Oid

See Also