MimeKit.Cryptography.X509CertificateDatabase.GetDeleteCommand C# (CSharp) Method

GetDeleteCommand() protected abstract method

Gets the database command to delete the specified certificate record.
Gets the database command to delete the specified certificate record.
protected abstract GetDeleteCommand ( X509CertificateRecord record ) : DbCommand
record X509CertificateRecord The certificate record.
return DbCommand
		protected abstract DbCommand GetDeleteCommand (X509CertificateRecord record);

Same methods

X509CertificateDatabase::GetDeleteCommand ( X509CrlRecord record ) : DbCommand