BLTClient Constructor(String,String)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new BLTClient instance with password-based authentication. This should not be called directly by any extenal clients.
[Obsolete("Replace usages with --> IBLTClientFactory.Create <-- [NOVEMBER 2019]")]
public BLTClient(
string userName,
string password
)
[Obsolete("Replace usages with --> IBLTClientFactory.Create <-- [NOVEMBER 2019]")]
public:
BLTClient(
String^ userName,
String^ password
)
Parameters
- userName
- The user name.
- password
- The password.