Discuss this help topic in SecureBlackbox Forum

TElOTPUser.UserID

TElOTPUser     See also     


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


Specifies user identifier.

Declaration

[C#]
    string UserID;

[VB.NET]
    Property UserID As String

[Pascal]
    property UserID: string;

[C++]
    void get_UserID(std::string &OutResult);
    void set_UserID(const std::string &Value);

[PHP]
    string get_UserID()
    void set_UserID(string $Value)

[Java]
    String getUserID();
    void setUserID(String Value);

Description

    Use this property to get or set user identifier.

See also:     KeySecret     PasswordLen    

Discuss this help topic in SecureBlackbox Forum