SPUserToken constructor (Byte[])
初始化根據指定的位元組陣列的SPUserToken類別的新執行個體。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
token As Byte() _
)
'用途
Dim token As Byte()
Dim instance As New SPUserToken(token)
public SPUserToken(
byte[] token
)
參數
token
Type: []位元組陣列,包含語彙基元,用來驗證使用者。使用者語彙基元格式的相關資訊,請參閱Authorization Object Relations。
請參閱
參照
Microsoft.SharePoint namespace