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.