ScriptingAuthenticationServiceSection.RequireSSL Property

 

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

Namespace:   System.Web.Configuration
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

<ConfigurationPropertyAttribute("requireSSL", DefaultValue := False)>
Public Property RequireSSL As Boolean

Property Value

Type: System.Boolean

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

.NET Framework
Available since 3.5
Return to top
Show: