Discuss this help topic in SecureBlackbox Forum
Specifies the password if SRP protocol is used for authentication.
Declaration
[VB.NET]
Property SRPPassword As String
[Pascal]
property SRPPassword : string;
[C++]
void get_SRPPassword(std::string &OutResult);
void set_SRPPassword(const std::string &Value);
[PHP]
string get_SRPPassword()
void set_SRPPassword(string $Value)
[Java]
String getSRPPassword();
void setSRPPassword(String Value);
Description
This property specifies the password to authenticate to the server if SRP protocol is used.
Discuss this help topic in SecureBlackbox Forum