WSHttpContextBindingElement.ContextProtectionLevel Свойство

Определение

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

public:
 property System::Net::Security::ProtectionLevel ContextProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
[System.Configuration.ConfigurationProperty("contextProtectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.Sign)]
public System.Net.Security.ProtectionLevel ContextProtectionLevel { get; set; }
[<System.Configuration.ConfigurationProperty("contextProtectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.Sign)>]
member this.ContextProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ContextProtectionLevel As ProtectionLevel

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

Уровень защиты контекста заголовка SOAP, используемого для распространения сведений о контексте. Значение по умолчанию — Sign.

Атрибуты

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