Click or drag to resize
MimeKit

X509CertificateDatabaseCrlColumnNamesCrl Field

A column containing the raw CRL data.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public const string Crl = "CRL"

Field Value

String
Remarks

A column containing the raw CRL data.

This data-type for this column should be byte[].

See Also