次の方法で共有


SecurityElementBase.EnableUnsecuredResponse プロパティ

定義

セキュリティで保護されていない応答が許可されるかどうかを示す値を取得または設定します。

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

プロパティ値

セキュリティで保護されていない応答が許可される場合は true、それ以外の場合は false

属性

適用対象