  | DefaultSecureMimeContextGetIntermediateCertificates Method | 
            Gets the intermediate certificates.
            
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntaxprotected override IStore<X509Certificate> GetIntermediateCertificates()
Return Value
IStoreX509CertificateThe 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.
            
See Also