SecurityBindingElement.EnableUnsecuredResponse プロパティ

定義

WCF がセキュリティで保護された要求に対するセキュリティで保護されていない応答を送受信できるかどうかを示す値を取得または設定します。

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

プロパティ値

Boolean

trueWCF がセキュリティで保護された要求に対するセキュリティで保護されていない応答を送受信できる場合。それ以外の場合は . false 既定値は、false です。

適用対象