Click or drag to resize
MimeKit

SqlCertificateDatabaseGetSelectCommand(DbConnection, MailboxAddress, DateTime, Boolean, X509CertificateRecordFields) Method

Get the database command to select the certificate records for the specified mailbox.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected override DbCommand GetSelectCommand(
	DbConnection connection,
	MailboxAddress mailbox,
	DateTime now,
	bool requirePrivateKey,
	X509CertificateRecordFields fields
)

Parameters

connection  DbConnection
The database connection.
mailbox  MailboxAddress
The mailbox.
now  DateTime
The date and time for which the certificate should be valid.
requirePrivateKey  Boolean
true
fields  X509CertificateRecordFields
The fields to return.

Return Value

DbCommand
The database command.
Remarks
Gets the database command to select the certificate records for the specified mailbox.
See Also