MessageSignerHashingAlgorithm Property |
Gets or sets the hashing algorithm that is used to calculate the hash during signing or signature verification
processes.
Namespace:
SysadminsLV.PKI.Tools.MessageOperations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Oid2 HashingAlgorithm { get; set; }
Public Property HashingAlgorithm As Oid2
Get
Set
public:
property Oid2^ HashingAlgorithm {
Oid2^ get ();
void set (Oid2^ value);
}
member HashingAlgorithm : Oid2 with get, set
Property Value
Type:
Oid2See Also