System.Web.Configuration.AnonymousIdentificationSection.CookieRequireSSL Property

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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

If AnonymousIdentificationSection.CookieRequireSSL is true, a compliant browser does not return the cookie unless the connection is over SSL.

Note:

When the anonymous identifier is stored within the URI path, rather than in a cookie, the AnonymousIdentificationSection.CookieRequireSSL setting does not affect the behavior of the anonymous identification module. This is consistent with the behavior in forms authentication.

Requirements

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