| SqlCertificateDatabaseGetSelectCommand(DbConnection, X509Crl, X509CrlRecordFields) Method |
Gets the database command to select the record for the specified CRL.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected override DbCommand GetSelectCommand(
DbConnection connection,
X509Crl crl,
X509CrlRecordFields fields
)
Parameters
- connection DbConnection
- The database connection.
- crl X509Crl
- The X.509 CRL.
- fields X509CrlRecordFields
- The fields to return.
Return Value
DbCommandThe database command.
Remarks
Gets the database command to select the record for the specified CRL.
See Also