Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.SRPUserName

TElCustomSimpleSSLClient     See also     


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


Specifies the username if SRP protocol is used for authentication.

Declaration

[C#]
    string SRPUserName;

[VB.NET]
    Property SRPUserName As String

[Pascal]
    property SRPUserName : string;

[C++]
    void get_SRPUserName(std::string &OutResult);
    void set_SRPUserName(const std::string &Value);

[PHP]
    string get_SRPUserName()
    void set_SRPUserName(string $Value)

[Java]
    String getSRPUserName();
    void setSRPUserName(String Value);

Description

    This property specifies the username to authenticate to the server if SRP protocol is used.

See also:     SRPPassword    

Discuss this help topic in SecureBlackbox Forum