Enumeration UserLoginTypeFlags

Flags associated with authentication type UserLoginType.

Enumeration Members

Enumeration Members

None: 0

Unspecified flags.

UseInternalPassword: 2

Authentication type uses password, specified and stored in the system, i.e. not in an external authentication service (such as LDAP catalog).

Password is used with authentication type Internal.

UseLogin: 1

Authentication type has login (account name). If login is absent then authentication is unavailable using login/password or login only (NTLM/Kerberos), meaning either auth is forbidden, or its custom made without login in non-default controller methods.

Login is absent for authentication type Forbidden.

Generated using TypeDoc