SPClaimTypes.IsAuthenticated property

Gets a string that represents ClaimType used in an SPClaim object that indicates if the user is authenticated or not.

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; }

Property value

Type: System.String
Always returns a string that contains “http://sharepoint.microsoft.com/claims/2009/08/isauthenticated”.

See also

Reference

SPClaimTypes class

SPClaimTypes members

Microsoft.SharePoint.Administration.Claims namespace