'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.