Click or drag to resize
MimeKit

X509CertificateRecordIsAnchor Property

Gets whether or not the certificate is an anchor.

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

Property Value

Boolean
true if the certificate is an anchor; otherwise, false.
Remarks
Gets whether or not the certificate is an anchor.
See Also