JAMS Developer Guide
Find(String) Method


MVPSI.JAMS Namespace > Credential Class > Find Method : Find(String) Method
Username search specification.
Creates and loads a new CredentialList from the default JAMS server.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal queryName As System.String _
) As System.Collections.Generic.ICollection(Of Credential)
'Usage
 
Dim queryName As System.String
Dim value As System.Collections.Generic.ICollection(Of Credential)
 
value = Credential.Find(queryName)
public static System.Collections.Generic.ICollection<Credential> Find( 
   System.string queryName
)

Parameters

queryName
Username search specification.

Return Value

The new CredentialList.
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
Overload List