Click or drag to resize
MimeKit

IX509CertificateDatabaseUpdate(X509CrlRecord) Method

Update the specified CRL record.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
void Update(
	X509CrlRecord record
)

Parameters

record  X509CrlRecord
The CRL record.
Remarks
Updates the specified fields of the record in the database.
See Also