CACryptographyHashingAlgorithm Property |
Gets or sets the hashing algorithm that is used for signing purposes.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Oid HashingAlgorithm { get; set; }
Public Property HashingAlgorithm As Oid
Get
Set
public:
property Oid^ HashingAlgorithm {
Oid^ get ();
void set (Oid^ value);
}
member HashingAlgorithm : Oid with get, set
Property Value
Type:
OidSee Also