RemoteAuthenticationOptions.BackchannelHttpHandler 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.
HttpMessageHandler utilisé pour communiquer avec le fournisseur d’identité distant. Ce paramètre ne peut pas être défini en même temps que BackchannelCertificateValidator, sauf si la valeur peut être convertie en WebRequestHandler.
public:
property System::Net::Http::HttpMessageHandler ^ BackchannelHttpHandler { System::Net::Http::HttpMessageHandler ^ get(); void set(System::Net::Http::HttpMessageHandler ^ value); };
public System.Net.Http.HttpMessageHandler BackchannelHttpHandler { get; set; }
member this.BackchannelHttpHandler : System.Net.Http.HttpMessageHandler with get, set
Public Property BackchannelHttpHandler As HttpMessageHandler