Aqualogic Interaction API  
 

IPTUser.GetEncryptedPassword Method 

Retrieves the encrypted password for the user. Can only be called for users that are created within Plumtree and are part of the Plumtree Authentication Source; not valid for externally authenticated users. The string returned will be different every time this method is called, though the underlying password may actually be the same.

string GetEncryptedPassword();

Return Value

The encrypted password.

See Also

IPTUser Interface | com.plumtree.server Namespace