Share via


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

プロパティ値

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

属性

適用対象