GemstoneClaimTypes Class
Namespace: Gemstone.SecurityAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.181 -- Release Build+ddfc5abcc226f4dec0986b2a0da5f8a889a81a36
public static class GemstoneClaimTypes
Public NotInheritable Class GemstoneClaimTypes
public ref class GemstoneClaimTypes abstract sealed
Gemstone.Security.GemstoneClaimTypes = function();
Type.createClass(
'Gemstone.Security.GemstoneClaimTypes');
- Inheritance
- Object GemstoneClaimTypes
| 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.
|