Click or drag to resize
MimeKit

X509CertificateRecordId Property

Gets the identifier.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int Id { get; }

Property Value

Int32
The identifier.
Remarks
The id is typically the ROWID of the certificate in the database and is not generally useful outside of the internals of the database implementation.
See Also