Click or drag to resize
MimeKit

X509CertificateDatabaseGetDeleteCommand(DbConnection, X509CrlRecord) Method

Gets the database command to delete the specified CRL record.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected abstract DbCommand GetDeleteCommand(
	DbConnection connection,
	X509CrlRecord record
)

Parameters

connection  DbConnection
The database connection.
record  X509CrlRecord
The record.

Return Value

DbCommand
The database command.
Remarks
Gets the database command to delete the specified CRL record.
See Also