次の方法で共有


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 です。

属性

適用対象