ScriptingAuthenticationServiceSection.RequireSSL Property
.NET Framework (current version)
Gets or sets a value that indicates whether the authentication service requires an SSL-secured connection.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
[ConfigurationPropertyAttribute("requireSSL", DefaultValue = false)] public bool RequireSSL { get; set; }
Property Value
Type: System.Booleantrue if the authentication service requires Secure Sockets Layer (SSL); otherwise, false. The default is false.
.NET Framework
Available since 3.5
Available since 3.5
Show: