Discuss this help topic in SecureBlackbox Forum

TElHOTPClient.GetPassword

TElHOTPClient     


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


Generates a one-time password.

Declaration

[C#]
    string GetPassword(int Counter);

[VB.NET]
    Function GetPassword(ByVal Counter As Integer) As String

[Pascal]
    function GetPassword(Counter: integer): string;

[C++]
    void GetPassword(int32_t Counter, std::string &OutResult);

[PHP]
    string GetPassword(integer $Counter)

[Java]
    String getPassword(int Counter);

Parameters

  • Counter - the value of the counter for which the password is needed.

Return value

    Returns a one-time password.

Description

    Call this method to generate a one-time password for the given counter value.

Discuss this help topic in SecureBlackbox Forum