SmartSockets .NET Class Library

TipcSrv.setUsernamePassword Method 

Sets the username and password for the RTclient when connecting to an RTserver with the Basic Security Driver installed. The password is immediately encrypted and is never sent in plain text to the RTserver.

public virtual void setUsernamePassword(
   string username,
   string password
);

Parameters

username
The username to use for authentication and authorization.
password
The password to use for authentication.

Exceptions

Exception TypeCondition
TipcSrvAlreadyConnectedException If the RTclient is already connected to the RTserver.

See Also

TipcSrv Class | TipcSrv Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved