JAMS Developer Guide
GetPassword Method


MVPSI.JAMS Namespace > Credential Class : GetPassword Method
Returns the password as a SecureString. You must have "Inquire" access to Credentials and "GetPassword" access to the specific Credential to call this method.
Syntax
'Declaration
 
Public Function GetPassword() As System.Security.SecureString
'Usage
 
Dim instance As Credential
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

Credential Class
Credential Members