Click or drag to resize

X509CertificateBuilderHashingAlgorithm Property

Gets or sets hashing algorithm used to sign the certificate. Default value is SHA256.

Namespace:  SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public Oid2 HashingAlgorithm { get; set; }

Property Value

Type: Oid2
See Also