Click or drag to resize
MimeKit

SecureMimeDigitalSignatureChainException Property

The exception that occurred, if any, while building the certificate chain.

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

Property Value

Exception
The exception.
Remarks
This will only be set if building the certificate chain failed.
See Also