Click or drag to resize
MimeKit

CmsSignerCertificateChain Property

Get the certificate chain.

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

Property Value

X509CertificateChain
The certificate chain.
Remarks
Gets the certificate chain.
See Also