BPM.Server
Authenticate Method (OrgSvr)



Syntax
'Declaration
 
Public Shared Function Authenticate( _
   ByVal uid As String, _
   ByVal pwd As String, _
   ByRef user As User _
) As Boolean
'Usage
 
Dim uid As String
Dim pwd As String
Dim user As User
Dim value As Boolean
 
value = OrgSvr.Authenticate(uid, pwd, user)
public static bool Authenticate( 
   string uid,
   string pwd,
   out User user
)
public:
static bool Authenticate( 
   String^ uid,
   String^ pwd,
   [Out] User^ user
) 

Parameters

uid
pwd
user
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

OrgSvr Class
OrgSvr Members

Send Feedback