Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SPChunkedCookieHandler type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SPChunkedCookieHandler() | Initializes a new instance of the SPChunkedCookieHandler class. |
![]() |
SPChunkedCookieHandler(Int32) | Initializes a new instance of the SPChunkedCookieHandler class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Domain | (Inherited from CookieHandler.) |
![]() |
HideFromClientScript | (Inherited from CookieHandler.) |
![]() |
Name | (Inherited from CookieHandler.) |
![]() |
Path | (Inherited from CookieHandler.) |
![]() |
PersistentSessionLifetime | (Inherited from CookieHandler.) |
![]() |
RequireSsl | (Inherited from CookieHandler.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Delete() | (Inherited from CookieHandler.) |
![]() |
Delete(String) | (Inherited from CookieHandler.) |
![]() |
Delete(HttpContext) | (Inherited from CookieHandler.) |
![]() |
Delete(String, HttpContext) | (Inherited from CookieHandler.) |
![]() |
Delete(String, String, String, HttpContext) | (Inherited from CookieHandler.) |
![]() |
DeleteCore(String, String, String, HttpContext) | (Inherited from CookieHandler.) |
![]() |
DeleteCore(String, String, String, HttpContext) | Deletes the data for the authentication cookie. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Read() | (Inherited from CookieHandler.) |
![]() |
Read(String) | (Inherited from CookieHandler.) |
![]() |
Read(HttpContext) | (Inherited from CookieHandler.) |
![]() |
Read(String, HttpContext) | (Inherited from CookieHandler.) |
![]() |
ReadCore(String, HttpContext) | (Inherited from CookieHandler.) |
![]() |
ReadCore(String, HttpContext) | Returns the value of the authentication cookie. The cookie contains a key to the security token in the cache. If the claims provider for the current application supports Windows authentication, the cookie is the identity of the user. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Write([], Boolean, DateTime) | (Inherited from CookieHandler.) |
![]() |
Write([], String, DateTime) | (Inherited from CookieHandler.) |
![]() |
Write([], String, DateTime, HttpContext) | (Inherited from CookieHandler.) |
![]() |
Write([], String, String, String, DateTime, Boolean, Boolean, HttpContext) | (Inherited from CookieHandler.) |
![]() |
WriteCore([], String, String, String, DateTime, Boolean, Boolean, HttpContext) | (Inherited from CookieHandler.) |
![]() |
WriteCore([], String, String, String, DateTime, Boolean, Boolean, HttpContext) | Writes the authentication cookie value. |
Top
.gif)
.gif)
.gif)