Click or drag to resize
MimeKit

X509CertificateDatabaseCrlColumnNamesDelta Field

A column specifying whether the CRL data is a delta update.

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

Field Value

String
Remarks

A column specifying whether the CRL data is a delta update.

This data-type for this column should be bool.

See Also