Click or drag to resize

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.1.33994 (05.02.2026)+877276ecd19b420b1689117d76424351f3a6cb2b
Syntax
C#
public enum PasswordAuthMechanism
Members
  Member nameValueDescription
AdPassword0 The password is checked in the Active Directory (Master Key user)
PasswordHash1 The password is checked against a hash stored in the database (E2E user)
Radius2 The password will be checked against a RADIUS server (Master Key user)
Oidc3 The password will be entered and validated on and from an identity provider by using the OIDC protocol
See Also