Click or drag to resize
MimeKit

SqlCertificateDatabaseCreateSelectQuery Method

Creates a SELECT query string builder for the specified fields of an X.509 certificate record.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected static StringBuilder CreateSelectQuery(
	X509CertificateRecordFields fields
)

Parameters

fields  X509CertificateRecordFields
The X.509 certificate fields.

Return Value

StringBuilder
A StringBuilder containing a basic SELECT query string.
Remarks
Creates a SELECT query string builder for the specified fields of an X.509 certificate record.
See Also