Aqualogic Interaction API  
 

IPTUser.SetEncryptedNumericPassword Method 

Sets the encrypted numeric password. This method is only available to Administrators. Normally the IPTUser.SetNumericPassword() method should be used by clients instead of this method.

void SetEncryptedNumericPassword(
   string strEncryptedNumericPassword
);

Parameters

strEncryptedNumericPassword
- The new (encrypted) numeric password.

See Also

IPTUser Interface | com.plumtree.server Namespace