Discuss this help topic in SecureBlackbox Forum

TElTOTPServer Constructor

TElTOTPServer     


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


Creates a new instance of TElTOTPServer.

Declaration

[C#]
    TElTOTPServer(TElOTPUserStorage OTPUserStorage);

[VB.NET]
    Sub New(ByVal OTPUserStorage As TElOTPUserStorage)

[Pascal]
    constructor Create(OTPUserStorage: TElOTPUserStorage); virtual;

[C++]
    not available

[PHP]
    not available

[Java]
    public TElTOTPServer(TElOTPUserStorage OTPUserStorage);
    public TElTOTPServer();

Parameters

  • OTPUserStorage - the object containing new server's user database.

Description

    Call this method to create a new instance of TElTOTPServer.

Discuss this help topic in SecureBlackbox Forum