Click or drag to resize
MimeKit

X509CertificateDatabaseGetSelectCommand(DbConnection, X509Certificate, X509CertificateRecordFields) Method

Gets the database command to select the record matching the specified certificate.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected abstract DbCommand GetSelectCommand(
	DbConnection connection,
	X509Certificate certificate,
	X509CertificateRecordFields fields
)

Parameters

connection  DbConnection
The database connection.
certificate  X509Certificate
The certificate.
fields  X509CertificateRecordFields
The fields to return.

Return Value

DbCommand
The database command.
Remarks
Gets the database command to select the record matching the specified certificate.
See Also