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.
Builds the string that should be used as the cookie value.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overridable Function BuildCookieValue ( _
options As SPSessionSecurityTokenCookieValueOption _
) As String
'Usage
Dim options As SPSessionSecurityTokenCookieValueOption
Dim returnValue As String
returnValue = Me.BuildCookieValue(options)
protected virtual string BuildCookieValue(
SPSessionSecurityTokenCookieValueOption options
)
Parameters
Return value
Type: System.String
See also
Reference
SPSessionSecurityTokenCookieValue class