Click or drag to resize
MimeKit

X509CertificateDatabaseGetInsertCommand(DbConnection, X509CertificateRecord) Method

Gets the database command to insert the specified certificate record.

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

Parameters

connection  DbConnection
The database connection.
record  X509CertificateRecord
The certificate record.

Return Value

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