CryptSignerHashingAlgorithm Property

Gets or sets the hashing algorithm that is used to calculate the hash during signing or signature verification processes.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public Oid HashingAlgorithm { get; set; }

Property Value

Oid

Implements

ICryptSignerHashingAlgorithm

See Also