| X509CertificateRecordIsTrusted Property |
Gets or sets a value indicating whether the certificate is trusted.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool IsTrusted { get; set; }
Property Value
Booleantrue if the certificate is trusted; otherwise,
false.
Remarks
Indiciates whether or not the certificate is trusted.
See Also