System.Web.Configuration.FormsAuthenticationConfiguration.RequireSSL Property

Gets or sets a value indicating whether a Secure Sockets Layer (SSL) connection is required when transmitting authentication information.

Syntax

[System.Configuration.ConfigurationProperty("requireSSL", DefaultValue="False")]
public bool RequireSSL { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If FormsAuthenticationConfiguration.RequireSSL is true, a Web application rejects all the forms authentication requests that do not use an SSL connection.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0