Click or drag to resize
MimeKit

X509CertificateDatabaseGetSelectCommand(DbConnection, X509Crl, X509CrlRecordFields) Method

Gets the database command to select the record for the specified CRL.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected abstract DbCommand GetSelectCommand(
	DbConnection connection,
	X509Crl crl,
	X509CrlRecordFields fields
)

Parameters

connection  DbConnection
The database connection.
crl  X509Crl
The X.509 CRL.
fields  X509CrlRecordFields
The fields to return.

Return Value

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