HttpsConnectionAdapterOptions.ServerCertificateChain 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.
Specifies the full server certificate chain presented when an https connection is initiated
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection? ServerCertificateChain { get; set; }
member this.ServerCertificateChain : System.Security.Cryptography.X509Certificates.X509Certificate2Collection with get, set
Public Property ServerCertificateChain As X509Certificate2Collection