X509CRL2SignatureAlgorithm Property
Gets the algorithm used to create the signature of a CRL.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public Oid SignatureAlgorithm { get; }
Public ReadOnly Property SignatureAlgorithm As Oid
Get
public:
property Oid^ SignatureAlgorithm {
Oid^ get ();
}
member SignatureAlgorithm : Oid with get
Property Value
Oid The object identifier
(Oid) identifies the type of signature
algorithm used by the CRL.