다음을 통해 공유


FaultContractAttribute.HasProtectionLevel 속성

정의

SOAP 오류 메시지에 보호 수준이 할당되어 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean

속성 값

Boolean

오류 메시지에 보호 수준이 지정되어 있으면 true이고 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

HasProtectionLevel 속성을 사용하여 SOAP 오류 메시지를 암호화, 서명 또는 둘 다 사용해야 하는지 여부를 지정합니다. ProtectionLevel 자세한 내용은 속성을 참조하세요.

적용 대상