Discuss this help topic in SecureBlackbox Forum

TElOTPUserStorage.Add

TElOTPUserStorage     See also     


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


Adds a new user to the storage.

Declaration

[C#]
    void Add(TElOTPUser User);

[VB.NET]
    Sub Add(ByVal User As TElOTPUser)

[Pascal]
    procedure Add(User: TElOTPUser);

[C++]
    void Add(TElOTPUser &User);
    void Add(TElOTPUser *User);

[PHP]
    void Add(TElOTPUser $User)

[Java]
    void add(TElOTPUser User);

Parameters

  • User - the user object to be added to the list.

Description

    Use this method to add a new user to the list.

See also:     Clear     Remove     Users    

Discuss this help topic in SecureBlackbox Forum