| SqlCertificateDatabaseGetDeleteCommand(DbConnection, X509CertificateRecord) Method |
Gets the database command to delete the specified certificate record.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected override DbCommand GetDeleteCommand(
DbConnection connection,
X509CertificateRecord record
)
Parameters
- connection DbConnection
- The database connection.
- record X509CertificateRecord
- The certificate record.
Return Value
DbCommandThe database command.
Remarks
Gets the database command to delete the specified certificate record.
See Also