共用方式為


SPClaimTypes.TokenReference property

會取得 string,代表ClaimType用於SPClaim物件,其中包含權杖的參照。

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared ReadOnly Property TokenReference As String
    Get
'用途
Dim value As String

value = SPClaimTypes.TokenReference
public static string TokenReference { get; }

Property value

Type: System.String
永遠會傳回字串,其中含有"http://sharepoint.microsoft.com/claims/2009/08/tokenreference"。

請參閱

參照

SPClaimTypes class

SPClaimTypes members

Microsoft.SharePoint.Administration.Claims namespace