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)
Parameters
Description
This property specifies the username to authenticate to the server if SRP protocol is used.
Discuss this help topic in SecureBlackbox Forum