PsrMultiFactorAuthType Enumeration |
Available multi-factor authentication types.
Namespace:
PsrApi.Data.Enums
Assembly:
PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntaxpublic enum PsrMultiFactorAuthType
Members
| Member name | Value | Description |
---|
| None | 0 |
No multi-factor authentication configured.
|
| GoogleAuthenticator | 1 |
Google Authenticator
|
| RsaSecurIdToken | 2 |
RSA SecurID Token
|
| SafeNetOtp | 3 |
SafeNet
|
| Pki | 4 |
PKI
|
| Yubico | 5 |
Yubico
|
| Radius | 6 |
Authentication against Radius (only for AD Masterkey, cannot be configured manually)
|
See Also