| X509CertificateDatabaseGetSelectCommand(DbConnection, X509Name, X509CrlRecordFields) Method |
Gets the database command to select the CRL records matching the specified issuer.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax 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
DbCommandThe database command.
Remarks
Gets the database command to select the CRL records matching the specified issuer.
See Also