Datasnap.DSSession.TDSTunnelService.AddUserCredentials
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
| Unit: Datasnap.DSSession | |
| Parent: TDSTunnelService | |
Delphi
procedure AddUserCredentials(const userName: string; const userPass: string);
C++
void __fastcall AddUserCredentials(const System::UnicodeString userName, const System::UnicodeString userPass);
Description
Adds pass through user credentials.
The AddUserCredentials method adds pass through user credentials. The userName parameter holds the user's name and the userPass parameter represents the user password.