TrustPolicy.CookiePath Property
Gets or sets the path for the authentication cookie.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string CookiePath { get; set; }
public:
property String^ CookiePath {
String^ get();
void set(String^ value);
}
member CookiePath : string with get, set
Public Property CookiePath As String
Property Value
Type: System.String
The default value is "/".
See Also
TrustPolicy Class
System.Web.Security.SingleSignOn Namespace
Return to top