FormsAuthenticationConfiguration.RequireSSL Property
.NET Framework (current version)
Gets or sets a value indicating whether a Secure Sockets Layer (SSL) connection is required when transmitting authentication information.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("requireSSL", DefaultValue = false)] public bool RequireSSL { get; set; }
Property Value
Type: System.Booleantrue if an SSL connection is required; otherwise, false. The default is false.
If RequireSSL is true, a Web application rejects all the forms authentication requests that do not use an SSL connection.
The following code example shows how to access the RequireSSL property Refer to the code example in the FormsAuthenticationConfiguration class topic to learn how to get the section.
.NET Framework
Available since 2.0
Available since 2.0
Show: