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 signed.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overridable Function BuildValueToSign ( _
options As SPSessionSecurityTokenCookieValueOption _
) As String
'Usage
Dim options As SPSessionSecurityTokenCookieValueOption
Dim returnValue As String
returnValue = Me.BuildValueToSign(options)
protected virtual string BuildValueToSign(
SPSessionSecurityTokenCookieValueOption options
)
Parameters
Return value
Type: System.String
Remarks
The string to be signed is distinct from the actual cookie value.
See also
Reference
SPSessionSecurityTokenCookieValue class