SecurityBindingElement.EnableUnsecuredResponse Property

Definition

Gets or sets a value that indicates whether WCF can send and receive unsecured responses to secured requests.

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

Property Value

true if WCF can send and receive unsecured responses to secured requests; otherwise, false. The default is false.

Applies to