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

GetInsertCommand() protected abstract method

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

Same methods

X509CertificateDatabase::GetInsertCommand ( X509CrlRecord record ) : DbCommand