System.Web.Security.Roles.CookieRequireSSL Property

Gets a value indicating whether the role names cookie requires SSL in order to be returned to the server.

Syntax

public static bool CookieRequireSSL { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can specify whether SSL (Secure Sockets Layer) is required to return the role names cookie to the server in your application by setting the cookieRequireSSL attribute in the Web.config file for your ASP.NET application. For more information, see System.Web.HttpCookie.Secure.

Requirements

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