X509CertificateRequestPkcs10SignatureAlgorithm Property |
Gets the algorithm used to create the signature of a certificate request.
Namespace:
SysadminsLV.PKI.Cryptography.X509CertificateRequests
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Oid SignatureAlgorithm { get; protected set; }
Public Property SignatureAlgorithm As Oid
Get
Protected Set
public:
property Oid^ SignatureAlgorithm {
Oid^ get ();
protected: void set (Oid^ value);
}
member SignatureAlgorithm : Oid with get, set
Property Value
Type:
OidRemarks The object identifier (Oid) identifies the type of signature
algorithm used by the certificate request.
See Also