PasswordHashAuthConfiguration Class |
Namespace: PsrApi.Data.Authentication.AuthConfiguration
public class PasswordHashAuthConfiguration : AuthenticationConfiguration
The PasswordHashAuthConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | PasswordHashAuthConfiguration | Initializes a new instance of the PasswordHashAuthConfiguration class |
Name | Description | |
---|---|---|
![]() | __type |
Type of the object
|
![]() | AuthenticatorName |
Name of the authenticator
(Inherited from AuthenticationConfiguration.) |
![]() | AuthType |
AuthType of the configuration
(Overrides AuthenticationConfigurationAuthType.) |
![]() | ClientInformation |
Used as a Container which contains all informations about the client.
(Inherited from OptionallyAuthenticatedRequest.) |
![]() | Database |
Database the user want to log into
(Inherited from OptionallyAuthenticatedRequest.) |
![]() | OperationMode |
Determinates the operation mode for the authentication process. It is needed to control the behaviour of the server side login process for special workflows, like reseting the second factor from the current user.
(Inherited from OptionallyAuthenticatedRequest.) |
![]() | PasswordHash |
Contains the new password hash of the user
|
![]() | PasswordSalt |
New password salt
|
![]() | RequiredFieldsFromUser |
Fields that has to be filled by the user
(Inherited from AuthenticationConfiguration.) |
![]() | SessionId |
Current SessionId. Empty if there is no session yet. Is filled, if the first factor authentication already was successfull.
(Inherited from OptionallyAuthenticatedRequest.) |
![]() | UserKey |
New PBKDF2 encrypted key
|
![]() | Username |
Name of the user that should be authenticated
(Inherited from OptionallyAuthenticatedRequest.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetConfigurationRequirementType |
Returns the matched Type for the requirement of the configuration
(Overrides AuthenticationConfigurationGetConfigurationRequirementType.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |