WebHttpBinding.Security Свойство

Определение

Возвращает параметры безопасности, используемые с данной привязкой.

public:
 property System::ServiceModel::WebHttpSecurity ^ Security { System::ServiceModel::WebHttpSecurity ^ get(); };
public:
 property System::ServiceModel::WebHttpSecurity ^ Security { System::ServiceModel::WebHttpSecurity ^ get(); void set(System::ServiceModel::WebHttpSecurity ^ value); };
public System.ServiceModel.WebHttpSecurity Security { get; }
public System.ServiceModel.WebHttpSecurity Security { get; set; }
member this.Security : System.ServiceModel.WebHttpSecurity
member this.Security : System.ServiceModel.WebHttpSecurity with get, set
Public ReadOnly Property Security As WebHttpSecurity
Public Property Security As WebHttpSecurity

Значение свойства

WebHttpSecurity

Объект WebHttpSecurity, используемый с этой привязкой. Значение по умолчанию — None.

Комментарии

Чтобы задать параметры безопасности, отличные от установленных по умолчанию, воспользуйтесь конструктором WebHttpBinding(WebHttpSecurityMode).

Примечание

Если этому свойству присваивается значение TransportCredentialOnly и при этом используется HTTP, помните, что учетные данные отправляются по сети как обычный текст.

Применяется к