JAMS 6.x Help
GetPassword Method


Returns the password as a SecureString. You must have "Inquire" access to the JAMS User to call this method.
Syntax
'Declaration
 
Public Function GetPassword() As System.Security.SecureString
'Usage
 
Dim instance As UserSecurity
Dim value As System.Security.SecureString
 
value = instance.GetPassword()
public System.Security.SecureString GetPassword()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserSecurity Class
UserSecurity Members

Send Feedback