Click or drag to resize
MimeKit

X509CertificateRecordIsTrusted Property

Gets or sets a value indicating whether the certificate is trusted.

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

Property Value

Boolean
true if the certificate is trusted; otherwise, false.
Remarks
Indiciates whether or not the certificate is trusted.
See Also