WebCenter Interaction API  
 

IPTSession.Connect Method (String, String, Object)

Connects the IPTSession with the passed-in credentials.

void Connect(
   string strUserName,
   string strPassword,
   object SecurityProviderInfo
);

Parameters

strUserName
- The login name of the user to connect as.
strPassword
SecurityProviderInfo
- Optional security provider info, can be null.

See Also

IPTSession Interface | com.plumtree.server Namespace | IPTSession.Connect Overload List