Discuss this help topic in SecureBlackbox Forum
Specifies if the user should use a two-factor verification.
Declaration
[C#]
bool IsExemptFromLoginVerification;
[VB.NET]
Property IsExemptFromLoginVerification As Boolean
[Pascal]
property IsExemptFromLoginVerification: boolean;
[C++]
bool get_IsExemptFromLoginVerification();
void set_IsExemptFromLoginVerification(bool Value);
[PHP]
bool get_IsExemptFromLoginVerification()
void set_IsExemptFromLoginVerification(bool $Value)
[Java]
boolean getIsExemptFromLoginVerification();
void setIsExemptFromLoginVerification(boolean Value);
Description
When this option is set, this user is exempt from a two-factor verification procedure.
Discuss this help topic in SecureBlackbox Forum