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.
Include Protected Members
Include Inherited Members
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 | Deletes the data for the authentication cookie. (Overrides CookieHandlerDeleteCore(String, String, String, HttpContext).) |
![]() |
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 | 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. (Overrides CookieHandlerReadCore(String, HttpContext).) |
![]() |
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 | Writes the authentication cookie value. (Overrides CookieHandlerWriteCore([], String, String, String, DateTime, Boolean, Boolean, HttpContext).) |
Top