다음을 통해 공유


AsymmetricSecurityBindingElement.AllowSerializedSigningTokenOnReply 속성

정의

회신 메시지의 서명 토큰에 대한 serialization을 허용할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AllowSerializedSigningTokenOnReply { bool get(); void set(bool value); };
public bool AllowSerializedSigningTokenOnReply { get; set; }
member this.AllowSerializedSigningTokenOnReply : bool with get, set
Public Property AllowSerializedSigningTokenOnReply As Boolean

속성 값

회신 메시지의 서명 토큰에 대한 serialization을 허용하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

이 플래그는 WS-Security의 일부 이전 구현(예: WSE 2.0)과의 호환성을 위한 것입니다.

적용 대상