SecurityElementBase.EnableUnsecuredResponse Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob ungesicherte Antwort zulässig ist.

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

Eigenschaftswert

truewenn ungesicherte Antwort zulässig ist; andernfalls . false

Attribute

Gilt für: