SPChunkedCookieHandler Members

Include Protected Members
Include Inherited Members

The SPChunkedCookieHandler type exposes the following members.

Constructors

  Name Description
Public method SPChunkedCookieHandler() Initializes a new instance of the SPChunkedCookieHandler class.
Public method SPChunkedCookieHandler(Int32) Initializes a new instance of the SPChunkedCookieHandler class.

Top

Properties

  Name Description
Public property Domain (Inherited from CookieHandler.)
Public property HideFromClientScript (Inherited from CookieHandler.)
Public property Name (Inherited from CookieHandler.)
Public property Path (Inherited from CookieHandler.)
Public property PersistentSessionLifetime (Inherited from CookieHandler.)
Public property RequireSsl (Inherited from CookieHandler.)

Top

Methods

  Name Description
Public method Delete() (Inherited from CookieHandler.)
Public method Delete(String) (Inherited from CookieHandler.)
Public method Delete(HttpContext) (Inherited from CookieHandler.)
Public method Delete(String, HttpContext) (Inherited from CookieHandler.)
Public method Delete(String, String, String, HttpContext) (Inherited from CookieHandler.)
Protected method DeleteCore Deletes the data for the authentication cookie. (Overrides CookieHandlerDeleteCore(String, String, String, HttpContext).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Read() (Inherited from CookieHandler.)
Public method Read(String) (Inherited from CookieHandler.)
Public method Read(HttpContext) (Inherited from CookieHandler.)
Public method Read(String, HttpContext) (Inherited from CookieHandler.)
Protected method 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).)
Public method ToString (Inherited from Object.)
Public method Write([], Boolean, DateTime) (Inherited from CookieHandler.)
Public method Write([], String, DateTime) (Inherited from CookieHandler.)
Public method Write([], String, DateTime, HttpContext) (Inherited from CookieHandler.)
Public method Write([], String, String, String, DateTime, Boolean, Boolean, HttpContext) (Inherited from CookieHandler.)
Protected method WriteCore Writes the authentication cookie value. (Overrides CookieHandlerWriteCore([], String, String, String, DateTime, Boolean, Boolean, HttpContext).)

Top

See Also

Reference

SPChunkedCookieHandler Class

Microsoft.SharePoint.IdentityModel Namespace