| PasswordAuthMechanism Enumeration | 
 
               Gibt an, mit welcher Methode das Passwort des Benutzers am Server geprüft wird
            
 
    Namespace: 
   PsrApi.Data.Authentication.Enums
    Assembly:
   PsrApi (in PsrApi.dll) Version: 9.3.0.33526 (08.10.2025)+e4d6269d444890d28afbdf39a4add0d0ad0df4f2
 Syntax
Syntaxpublic enum PasswordAuthMechanism
 Members
Members|  | Member name | Value | Description | 
|---|
|  | AdPassword | 0 | The password is checked in the Active Directory (Master Key user) | 
|  | PasswordHash | 1 | The password is checked against a hash stored in the database (E2E user) | 
|  | Radius | 2 | The password will be checked against a RADIUS server (Master Key user) | 
|  | Oidc | 3 | The password will be entered and validated on and from an identity provider by using the OIDC protocol | 
 See Also
See Also