X509CertificateRequestPkcs10SignatureAlgorithm Property

Gets the algorithm used to create the signature of a certificate request.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public Oid SignatureAlgorithm { get; protected set; }

Property Value

Oid

Remarks

The object identifier (Oid) identifies the type of signature algorithm used by the certificate request.

See Also