Aqualogic Interaction API  
 

IPTUser.SetNumericPassword Method 

Sets the user's numeric password (PIN), which can be used in calls to IPTSession.NumericConnect().

The new password's length in characters must be less than that specified in the PT_SERVERCONTSTANTS.MAX_NUMERIC_STORESIZE. The string passed in must convert to a valid numeric string.
void SetNumericPassword(
   string strNumericPassword
);

Parameters

strNumericPassword

See Also

IPTUser Interface | com.plumtree.server Namespace