Aqualogic Interaction API  
 

IPTSession.NumericConnect Method 

Connects the IPTSession using numeric credentials.

void NumericConnect(
   string strNumericUserName,
   string strNumericPassword,
   object SecurityProviderInfo
);

Parameters

strNumericUserName
- The numeric username to connect as.
strNumericPassword
- The numeric password for the specified username.
SecurityProviderInfo
- Must be passed as null, currently not used.

See Also

IPTSession Interface | com.plumtree.server Namespace