ScriptingAuthenticationServiceSection.RequireSSL Property

Definition

Gets or sets a value that indicates whether the authentication service requires an SSL-secured connection.

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

Property Value

true if the authentication service requires Secure Sockets Layer (SSL); otherwise, false. The default is false.

Attributes

Applies to