System.Web.Security.RolePrincipal.CookiePath Property

Gets the path for the cached role names cookie.

Syntax

public string CookiePath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The RolePrincipal.CookiePath property returns the value of the cookiePath attribute from the Web.config file for your ASP.NET application. For more information on cookie paths, see System.Web.HttpCookie.Path.

Requirements

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