SPClaimTypes 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 | |
---|---|---|
AlternativeNameId | ||
AlternativeNameIdIssuer | ||
ApplicationTokenCacheKey | The token reference returned by the STS to reissue tokens. | |
AuthenticationInstantUtc | ||
AuthenticationValidFromUtc | ||
ClaimProviderContext | Claim Provider Context claim in IClaimsPrincipal | |
CookieAuthenticationValidFromUtc | ||
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. | |
FederatedDirectoryUserId | ||
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. | |
ModernGroupClaimType | ||
NameId | NameId claim in IClaimsPrincipal | |
NameIdIssuer | NameIdIssuer claim in IClaimsPrincipal | |
ProofKey | The ProofKey claim contained in incoming/outgoing tokens | |
ProviderUserKey | Gets the type used for the user identifier returned by a membership provider. | |
ReleaseProgram | ||
SIP | SIP claim in IClaimsPrincipal | |
SMTP | SMTP claim in IClaimsPrincipal | |
SPFormOperation | ||
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. | |
UserPrincipalName | UPN claim in IClaimsPrincipal |
Top
Methods
Name | Description | |
---|---|---|
Equals | Compares two ClaimType objects. | |
IsValid | Determines whether a claim type is valid. |
Top