Name |
Description |
AuthenticationHistory |
A record of an attempt to login by user name and password, successful or not. |
CandorAuthorizationRoleProvider |
A role provider that gets a list of roles from the AuthorizationManager if configured. |
SecurityContextManager |
Access to the current user of the application in an application type neutral way. |
SecurityContextProvider |
The base contract that must be fullfilled by any SecurityContext provider. |
User |
A person or system able to interactively login and be assigned roles that can be performed. |
UserIdentity |
|
UserManager |
The user manager is a singleton access point to get to the collection of configured UserProvider. If the providers are already configured via code configuration then this manager class will get the providers from there. If they are not configured by code then the providers must be defined in the configuration file for the AppDomain. |
UserNotificationProvider |
A base provider definition to send notifications to users regarding their account. |
UserPrincipal |
|
UserSalt |
A salt and settings for a specific user used for generating the password hash. |
UserSession |
A single authenticated session for a user. |