SPSessionSecurityTokenCookieValue.UserKey property
The user key found in the cookie.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public ReadOnly Property UserKey As String
Get
'Usage
Dim instance As SPSessionSecurityTokenCookieValue
Dim value As String
value = instance.UserKey
public string UserKey { get; }
Property value
Type: System.String
See also
Reference
SPSessionSecurityTokenCookieValue class