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.0.1
C#
public Oid HashingAlgorithm { get; set; }

Property Value

Oid

Implements

ICryptSignerHashingAlgorithm

See Also