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

GetUpdateCommand() protected abstract method

Gets the database command to update the specified record.
Gets the database command to update the specified record.
protected abstract GetUpdateCommand ( X509CertificateRecord record, X509CertificateRecordFields fields ) : DbCommand
record X509CertificateRecord The certificate record.
fields X509CertificateRecordFields The fields to update.
return DbCommand
		protected abstract DbCommand GetUpdateCommand (X509CertificateRecord record, X509CertificateRecordFields fields);

Same methods

X509CertificateDatabase::GetUpdateCommand ( X509CrlRecord record ) : DbCommand