Click or drag to resize
MimeKit

X509CertificateDatabaseCreateCommand Method

Create a new database command.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntax
C#
protected DbCommand CreateCommand()

Return Value

DbCommand
A new database command.
Remarks
Creates a new database command.
See Also