Discuss this help topic in SecureBlackbox Forum

TElTOTPClient Constructor

TElTOTPClient     


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


Creates a new instance of TElTOTPClient.

Declaration

[C#]
    TElTOTPClient(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 TElTOTPClient(byte[] KeySecret, int PasswordLength);
    public TElTOTPClient();

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 TElTOTPClient.

Discuss this help topic in SecureBlackbox Forum