Click or drag to resize
MimeKit

X509CertificateDatabaseExecuteWithinTransaction Method

Execute an action within a database transaction.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntax
C#
protected void ExecuteWithinTransaction(
	Action action
)

Parameters

action  Action

[Missing <param name="action"/> documentation for "M:MimeKit.Cryptography.X509CertificateDatabase.ExecuteWithinTransaction(System.Action)"]

Remarks
All database commands used within the action must be created using CreateCommand.
See Also