SecurityElementBase.EnableUnsecuredResponse Property

Definition

Gets or sets a value that indicates whether unsecured response is permitted.

public:
 property bool EnableUnsecuredResponse { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableUnsecuredResponse", DefaultValue=false)]
public bool EnableUnsecuredResponse { get; set; }
[<System.Configuration.ConfigurationProperty("enableUnsecuredResponse", DefaultValue=false)>]
member this.EnableUnsecuredResponse : bool with get, set
Public Property EnableUnsecuredResponse As Boolean

Property Value

true if unsecured response is permitted; otherwise, false.

Attributes

Applies to