PsrMultiFactorAuthType Enumeration |
Available multi-factor authentication types.
Namespace:
PsrApi.Data.Enums
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
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