Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.SRPPassword

TElCustomSimpleSSLClient     See also     


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


Specifies the password if SRP protocol is used for authentication.

Declaration

[C#]
    string SRPPassword;

[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.

See also:     SRPUserName    

Discuss this help topic in SecureBlackbox Forum