Aracılığıyla paylaş


SPUserToken.BinaryToken Property

Gets the byte array identifying the authentication process for a user token.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property BinaryToken As Byte()
    Get
'Usage
Dim instance As SPUserToken
Dim value As Byte()

value = instance.BinaryToken
public byte[] BinaryToken { get; }

Property Value

Type: []
A byte array identifying the authentication proccess.

See Also

Reference

SPUserToken Class

SPUserToken Members

Microsoft.SharePoint Namespace