Freigeben über


SPClaimTypes.IsAuthenticated-Eigenschaft

Ruft einen Wert vom Typ String ClaimType in ein SPClaim -Objekt, das angibt, ob der Benutzer oder nicht authentifiziert ist verwendet.

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

Syntax

'Declaration
Public Shared ReadOnly Property IsAuthenticated As String
    Get
'Usage
Dim value As String

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

Eigenschaftswert

Typ: System.String
Gibt immer eine Zeichenfolge mit "http://sharepoint.microsoft.com/claims/2009/08/isauthenticated" zurück.

Siehe auch

Referenz

SPClaimTypes Klasse

SPClaimTypes-Member

Microsoft.SharePoint.Administration.Claims-Namespace