SPClaimEntityTypes.FormsRole property

Gets the entity type for forms authentication roles.

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

Syntax

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

value = SPClaimEntityTypes.FormsRole
public static string FormsRole { get; }

Property value

Type: System.String
A String that contains the entity type for forms authentication roles.

Remarks

Also see SPFormsClaimProvider.

See also

Reference

SPClaimEntityTypes class

SPClaimEntityTypes members

Microsoft.SharePoint.Administration.Claims namespace