JAMS 6.x Help
Check Method (UserSecurity)


The Username that we want to check.
The access to the User Security that we want.
The JAMS Server that should do the check.
Checks a UserSecurity against a JAMS Server.
Syntax
'Declaration
 
Public Shared Sub Check( _
   ByRef userID As System.Integer, _
   ByVal userName As System.String, _
   ByVal access As UserAccess, _
   ByVal js As Server _
) 
'Usage
 
Dim userID As System.Integer
Dim userName As System.String
Dim access As UserAccess
Dim js As Server
 
UserSecurity.Check(userID, userName, access, js)
public static void Check( 
   ref System.int userID,
   System.string userName,
   UserAccess access,
   Server js
)

Parameters

userID
userName
The Username that we want to check.
access
The access to the User Security 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

UserSecurity Class
UserSecurity Members