ScriptingAuthenticationServiceSection.RequireSSL Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy usługa uwierzytelniania wymaga połączenia zabezpieczonego za pomocą protokołu 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

Wartość właściwości

Boolean

true jeśli usługa uwierzytelniania wymaga protokołu Secure Sockets Layer (SSL); w przeciwnym razie , false. Wartość domyślna to false.

Atrybuty

Dotyczy