Discuss this help topic in SecureBlackbox Forum

TElSSLClient.SRPUsername

TElSSLClient     See also     


Filter: C#  VB.NET  Pascal  C++  


...

Declaration

[C#]
    string SRPUsername;

[VB.NET]
    Property SRPUsername As String

[Pascal]
    property SRPUsername: string;

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

Description

    This topic is under development...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum