HttpTransportSecurity.ConfigureTransportProtectionAndAuthentication Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
static void ConfigureTransportProtectionAndAuthentication(System::ServiceModel::Channels::HttpsTransportBindingElement ^ https, System::ServiceModel::HttpTransportSecurity ^ transportSecurity);
public static void ConfigureTransportProtectionAndAuthentication (System.ServiceModel.Channels.HttpsTransportBindingElement https, System.ServiceModel.HttpTransportSecurity transportSecurity);
static member ConfigureTransportProtectionAndAuthentication : System.ServiceModel.Channels.HttpsTransportBindingElement * System.ServiceModel.HttpTransportSecurity -> unit
Public Shared Sub ConfigureTransportProtectionAndAuthentication (https As HttpsTransportBindingElement, transportSecurity As HttpTransportSecurity)
Параметры
- transportSecurity
- HttpTransportSecurity
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.