Click or drag to resize

X509CRL2SignatureAlgorithm Property

Gets the algorithm used to create the signature of a CRL.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public Oid SignatureAlgorithm { get; }

Property Value

Type: Oid
Remarks
The object identifier (Oid) identifies the type of signature algorithm used by the CRL.
See Also