Click or drag to resize
MimeKit

SecureMimeDigitalSignatureChain Property

Gets the certificate chain.

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

Property Value

PkixCertPath
The certificate chain.
Remarks
If building the certificate chain failed, this value will be null and ChainException will be set.
See Also