Click or drag to resize
MimeKit

BouncyCastleSecureMimeContextGetIntermediateCertificates Method

Get the intermediate certificates.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected abstract IStore<X509Certificate> GetIntermediateCertificates()

Return Value

IStoreX509Certificate
The intermediate certificates.
Remarks

An intermediate certificate is any certificate that exists between the root certificate issued by a Certificate Authority (CA) and the certificate at the end of the chain.

This method is used to build a certificate chain while verifying signed content.

See Also