SPChunkedCookieHandler.WriteCore Method
Writes the authentication cookie value.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides Sub WriteCore ( _
value As Byte(), _
name As String, _
path As String, _
domain As String, _
expirationTime As DateTime, _
secure As Boolean, _
httpOnly As Boolean, _
context As HttpContext _
)
'Usage
Dim value As Byte()
Dim name As String
Dim path As String
Dim domain As String
Dim expirationTime As DateTime
Dim secure As Boolean
Dim httpOnly As Boolean
Dim context As HttpContext
Me.WriteCore(value, name, path, domain, _
expirationTime, secure, httpOnly, _
context)
protected override void WriteCore(
byte[] value,
string name,
string path,
string domain,
DateTime expirationTime,
bool secure,
bool httpOnly,
HttpContext context
)
Parameters
- value
Type: []
- name
Type: System.String
- path
Type: System.String
- domain
Type: System.String
- expirationTime
Type: System.DateTime
- secure
Type: System.Boolean
- httpOnly
Type: System.Boolean
- context
Type: System.Web.HttpContext