RSS Documentation
Authenticate(String,String,String,String) Method



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

Parameters

server
uid
pwd
realAccount
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

BPMConnection Class
BPMConnection Members
Overload List

Send Feedback