Discuss this help topic in SecureBlackbox Forum

TElSSLClient.SRPPassword

TElSSLClient     See also     


Filter: C#  VB.NET  Pascal  C++  


...

Declaration

[C#]
    string SRPPassword;

[VB.NET]
    Property SRPPassword As String

[Pascal]
    property SRPPassword: string;

[C++]
    virtual void get_SRPPassword(std::string & OutResult);
    virtual void set_SRPPassword(const std::string & Value);

Description

    This topic is under development...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum