Click or drag to resize
MimeKit

X509CertificateRecordIsAnchor Property

Gets whether the certificate is an anchor.

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

Property Value

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