WSDualHttpSecurityElement.Mode Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает или задает тип безопасности, применяемой к этой привязке.
public:
property System::ServiceModel::WSDualHttpSecurityMode Mode { System::ServiceModel::WSDualHttpSecurityMode get(); void set(System::ServiceModel::WSDualHttpSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.WSDualHttpSecurityMode.Message)]
public System.ServiceModel.WSDualHttpSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.WSDualHttpSecurityMode.Message)>]
member this.Mode : System.ServiceModel.WSDualHttpSecurityMode with get, set
Public Property Mode As WSDualHttpSecurityMode
Значение свойства
Объект WSDualHttpSecurityMode, в котором указывается тип безопасности, применяемый к привязке. Значение по умолчанию — Message.
- Атрибуты