Discuss this help topic in SecureBlackbox Forum
Specifies the username if SRP protocol is used for authentication.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum