次の方法で共有


FaultDescription.ProtectionLevel プロパティ

定義

SOAP エラーがバインドに要求する保護レベルを指定します。

public:
 property System::Net::Security::ProtectionLevel ProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
public System.Net.Security.ProtectionLevel ProtectionLevel { get; set; }
member this.ProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ProtectionLevel As ProtectionLevel

プロパティ値

ProtectionLevel

ProtectionLevel 値のいずれか 1 つ。 既定値は、None です。

注釈

ProtectionLevel プロパティを使用して、SOAP エラーの送信時に、バインドを行う必要がある暗号化、署名、またはその両方の程度を指定します。 バインディングでこのプロパティで必要な保護レベルよりも高い保護レベルがサポートされている場合は、Windows Communication Foundation (WCF) で不要な保護を無効にできる場合があります。

適用対象