Click or drag to resize
MimeKit

X509CertificateDatabaseGetUpdateCommand(DbConnection, X509CertificateRecord, X509CertificateRecordFields) Method

Gets the database command to update the specified record.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected abstract DbCommand GetUpdateCommand(
	DbConnection connection,
	X509CertificateRecord record,
	X509CertificateRecordFields fields
)

Parameters

connection  DbConnection
The database connection.
record  X509CertificateRecord
The certificate record.
fields  X509CertificateRecordFields
The fields to update.

Return Value

DbCommand
The database command.
Remarks
Gets the database command to update the specified record.
See Also