ScriptingAuthenticationServiceSection.RequireSSL プロパティ

定義

認証サービスに SSL で保護された接続が必要かどうかを示す値を取得または設定します。

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

プロパティ値

true 認証サービスに Secure Sockets Layer (SSL) が必要な場合。それ以外の場合は false。 既定値は false です。

属性

適用対象