CertificateAuthenticationOptions.AdditionalChainCertificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of X509 certificates which are added to the X509Chain.ChainPolicy.ExtraStore of the certificate chain.
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection AdditionalChainCertificates { get; set; }
member this.AdditionalChainCertificates : System.Security.Cryptography.X509Certificates.X509Certificate2Collection with get, set
Public Property AdditionalChainCertificates As X509Certificate2Collection