| X509CertificateRecordIsAnchor Property |
Gets whether or not the certificate is an anchor.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool IsAnchor { get; }
Property Value
Booleantrue if the certificate is an anchor; otherwise,
false.
Remarks
Gets whether or not the certificate is an anchor.
See Also