HttpsConnectionAdapterOptions.ServerCertificateChain Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie la chaîne de certificats de serveur complète présentée lorsqu’une connexion HTTPS est lancée
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