public X509CrlType Type { get; }
Public ReadOnly Property Type As X509CrlType
Get
public:
property X509CrlType Type {
X509CrlType get ();
}
member Type : X509CrlType with get
Base CRL includes revocation information about all certificates revoked during entire CA lifetime.
Delta CRL includes revocation information about certificates revoked only since the last Base CRL was issued.