GemstoneClaimTypes Class

The claim types used by the Gemstone.Security namespace.

Definition

Namespace: Gemstone.Security
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.181 -- Release Build+ddfc5abcc226f4dec0986b2a0da5f8a889a81a36
public static class GemstoneClaimTypes
Inheritance
Object    GemstoneClaimTypes

Fields

AllowClaim Assigned claim that allows a user to access a resource.
AllUsers Implicit claim that masquerades as a provider claim and applies to any user principal regardless of what claims they have.
BaseClaim Assigned claim that allows access to the value as the default access level.
DenyClaim Assigned claim that denies a user access to a resource.
ProviderIdentity Assigned claim that holds the unique identifier for the Authentication Provider.
UserIdentity Assigned claim that holds the unique identifier for the User.

See Also