Click or drag to resize
MimeKit

X509CertificateDatabaseGetColumnNames(X509CrlRecordFields) Method

Gets the column names for the specified fields.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected static string[] GetColumnNames(
	X509CrlRecordFields fields
)

Parameters

fields  X509CrlRecordFields
The fields.

Return Value

String
The column names.
Remarks
Gets the column names for the specified fields.
See Also