次の方法で共有


SPChunkedCookieHandler.ReadCore method (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.

Namespace:  Microsoft.SharePoint.IdentityModel
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Protected Overridable 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 virtual byte[] ReadCore(
    string name,
    HttpContext context
)

Parameters

Return value

Type: []
The value of the authentication cookie.

See also

Reference

SPChunkedCookieHandler class

SPChunkedCookieHandler members

ReadCore overload

Microsoft.SharePoint.IdentityModel namespace