Click or drag to resize
MimeKit

SQLServerCertificateDatabase(DbConnection, String) Constructor

Initialize a new instance of the SQLServerCertificateDatabase class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public SQLServerCertificateDatabase(
	DbConnection connection,
	string password
)

Parameters

connection  DbConnection
The SQL Server connection.
password  String
The password used for encrypting and decrypting the private keys.
Exceptions
ExceptionCondition
ArgumentNullException

connection is null.

-or-

password is null.

Remarks
Creates a new SQLServerCertificateDatabase using the provided SQL Server database connection.
See Also