SPChunkedCookieHandler.ReadCore Method
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.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides Function ReadCore ( _
name As String, _
context As HttpContext _
) As Byte()
'Usage
Dim name As String
Dim context As HttpContext
Dim returnValue As Byte()
returnValue = Me.ReadCore(name, context)
protected override byte[] ReadCore(
string name,
HttpContext context
)
Parameters
- name
Type: System.String
- context
Type: System.Web.HttpContext
Return Value
Type: []
The value of the authentication cookie.