Discuss this help topic in SecureBlackbox Forum

TElTOTPClient.TimeInterval

TElTOTPClient     See also     


Specifies the password validity interval.

Declaration

[C#/Java]
    int TimeInterval;

[VB.NET]
    Property TimeInterval As Integer

[Pascal]
    property TimeInterval: integer;

[C++]
    virtual int32_t get_TimeInterval();
    virtual void set_TimeInterval(int32_t Value);

Description

    This property allows to change the time interval (in seconds) during which a one-time password is valid. The default value is 30.

See also:     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum