共用方式為


SPClaimTypes.IsAuthenticated property

會取得 string,代表ClaimType用於SPClaim物件,指出是否或未驗證使用者。

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

Syntax

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

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

Property value

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

請參閱

參照

SPClaimTypes class

SPClaimTypes members

Microsoft.SharePoint.Administration.Claims namespace