다음을 통해 공유


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 값 중 하나입니다. 기본값은 None입니다.

설명

ProtectionLevel SOAP 오류를 보낼 때 바인딩이 암호화, 서명 또는 둘 다를 암호화해야 하는 정도를 지정하려면 속성을 사용합니다. 바인딩이 이 속성에 필요한 것보다 더 높은 보호 수준을 지원하는 경우 WCF(Windows Communication Foundation)는 불필요한 보호를 사용하지 않도록 설정할 수 있습니다.

적용 대상