Discuss this help topic in SecureBlackbox Forum

TElSRPCredential.Username

TElSRPCredential     See also     


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


Returns username.

Declaration

[C#]
    string Username;

[VB.NET]
    Property Username As String

[Pascal]
    property Username : string;

[C++]
    void get_Username(std::string &OutResult);

[PHP]
    string get_Username()

[Java]
    String getUsername();

Description

    Use this property to get the username.

See also:     Verifier    

Discuss this help topic in SecureBlackbox Forum