| SqlCertificateDatabaseGetSelectCommand(DbConnection, X509Certificate, X509CertificateRecordFields) Method |
Gets the database command to select the record matching the specified certificate.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected override 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
DbCommandThe database command.
Remarks
Gets the database command to select the record matching the specified certificate.
See Also