SPIdentifierTypes enumeration

Specifies the type of an identifier.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SPIdentifierTypes
'Usage
Dim instance As SPIdentifierTypes
[FlagsAttribute]
public enum SPIdentifierTypes

Members

Member name Description
WindowsSamAccountName Specifies that the identifier is a Windows Security Account Manager (SAM) account name.
WindowsSecurityGroupName Specifies that the identifier is a Windows security group account name.
WindowsSecurityGroupSid Specifies that the identifier is a Windows security group security identifier (SID).
FormsUser Specifies that the identifier is a forms user.
FormsRole Specifies that the identifier is a forms role.
EncodedClaim Specifies that the identifier is an encoded claim.

See also

Reference

Microsoft.SharePoint.Administration.Claims namespace