Click or drag to resize
MimeKit

X509CertificateDatabaseGetSelectCommand(DbConnection, X509Name, X509CrlRecordFields) Method

Gets the database command to select the CRL records matching the specified issuer.

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

Parameters

connection  DbConnection
The database connection.
issuer  X509Name
The issuer.
fields  X509CrlRecordFields
The fields to return.

Return Value

DbCommand
The database command.
Remarks
Gets the database command to select the CRL records matching the specified issuer.
See Also