Discuss this help topic in SecureBlackbox Forum

TElHOTPClient Constructor

TElHOTPClient     


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


Creates a new instance of TElHOTPClient class.

Declaration

[C#]
    TElHOTPClient(byte[] KeySecret, int PasswordLength);

[VB.NET]
    Sub New(ByVal KeySecret As Byte(), ByVal PasswordLength As Integer)

[Pascal]
    constructor Create(const KeySecret: ByteArray; PasswordLength: integer);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElHOTPClient(byte[] KeySecret, int PasswordLength);
    public TElHOTPClient();

Parameters

  • KeySecret - specifies the shared secret, a key used to generate passwords.
  • PasswordLength - specifies the password length.

Description

    Call this method to create a new instance of TElHOTPClient class.

Discuss this help topic in SecureBlackbox Forum