JAMS Developer Guide
Check Method (Credential)


MVPSI.JAMS Namespace > Credential Class : Check Method
The Username that we want to check.
The access to the Credential that we want.
The JAMS Server that should do the check.
Checks a Credential against a JAMS Server.
Syntax
'Declaration
 
Public Shared Function Check( _
   ByRef credentialID As System.Integer, _
   ByVal credentialName As System.String, _
   ByVal access As UserAccess, _
   ByVal js As Server _
) As ValidationLog
'Usage
 
Dim credentialID As System.Integer
Dim credentialName As System.String
Dim access As UserAccess
Dim js As Server
Dim value As ValidationLog
 
value = Credential.Check(credentialID, credentialName, access, js)
public static ValidationLog Check( 
   ref System.int credentialID,
   System.string credentialName,
   UserAccess access,
   Server js
)

Parameters

credentialID
credentialName
The Username that we want to check.
access
The access to the Credential that we want.
js
The JAMS Server that should do the check.
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