Discuss this help topic in SecureBlackbox Forum

TElBoxUser.IsExemptFromLoginVerification

TElBoxUser     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     IsExemptFromDeviceLimits    

Discuss this help topic in SecureBlackbox Forum