Discuss this help topic in SecureBlackbox Forum

TElHOTPUser.Counter

TElHOTPUser     


Returns the user counter value.

Declaration

[C#/Java]
    int Counter;

[VB.NET]
    Property Counter As Integer

[Pascal]
    property Counter: integer;

[C++]
    virtual int32_t get_Counter();
    virtual void set_Counter(int32_t Value);

Description

    Use this property to get or set the counter value of the user.

Discuss this help topic in SecureBlackbox Forum