SPClaimTypes Members
Include Protected Members
Include Inherited Members
Contains claim types that are used by the security token service (STS) and claims providers found in the Microsoft.SharePoint.Administration.Claims namespace.
The SPClaimTypes type exposes the following members.
Properties
Name | Description | |
---|---|---|
DistributionListClaimType | Gets a string that represents ClaimType used in an SPClaim object that represents a distribution list. | |
FarmId | Gets the type for the Microsoft SharePoint Foundation farm claim. | |
IdentityProvider | Gets a string that represents ClaimType used in an SPClaim object that contains information to help determine the identity provider. | |
IsAuthenticated | Gets a string that represents ClaimType used in an SPClaim object that indicates if the user is authenticated or not. | |
ProviderUserKey | Gets the type used for the user identifier returned by a membership provider. | |
TokenReference | Gets a string that represents ClaimType used in an SPClaim object that contains a reference to a token. | |
UserIdentifier | Gets the type for the universal user identifier claim found on all tokens emitted by the security token service (SPSecurityTokenService). | |
UserLogonName | Gets a string that represents ClaimType used in an SPClaim that contains a user name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Compares two ClaimType objects. | |
IsValid | Determines whether a claim type is valid. |
Top