Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.SRPUsername

TElSimpleFTPSClient     See also     


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


Specifies the username if SRP protocol is used for authentication.

Declaration

[C#]
    string SRPUsername;

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

[Java]
    String getSRPUsername();
    void setSRPUsername(String Username);

Parameters

  • Username -

Description

    This property specifies the username to authenticate to the server if SRP protocol is used.

See also:     SRPPassword    

Discuss this help topic in SecureBlackbox Forum