IPWorks S/MIME 2020 .NET Edition

Questions / Feedback?

SignerCertChain Property

The certificate chain of the signing certificate.

Syntax

public CertificateList SignerCertChain { get; }
Public ReadOnly Property SignerCertChain As CertificateList

Remarks

This property contains the certificate chain of the signing certificate. When calling VerifySignature or DecryptAndVerifySignature, this property will be populated with the certificate chain of the sender if attached.

NOTE: The SignerCert property will contain the signing certificate. The certificates in the signing certificate's chain will be placed in this property's collection.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 .NET Edition - Version 20.0 [Build 8154]