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



Syntax
'Declaration
 
<ObsoleteAttribute("This meodth will be removed from future Versions, Use another meodth 'Authenticate(string server, string uid, string pwd,out string realAccount)'")>
Public Overloads Shared Function Authenticate( _
   ByVal server As String, _
   ByVal port As Integer, _
   ByVal uid As String, _
   ByVal pwd As String _
) As Boolean
'Usage
 
Dim server As String
Dim port As Integer
Dim uid As String
Dim pwd As String
Dim value As Boolean
 
value = BPMConnection.Authenticate(server, port, uid, pwd)
[Obsolete("This meodth will be removed from future Versions, Use another meodth 'Authenticate(string server, string uid, string pwd,out string realAccount)'")]
public static bool Authenticate( 
   string server,
   int port,
   string uid,
   string pwd
)
[Obsolete("This meodth will be removed from future Versions, Use another meodth 'Authenticate(string server, string uid, string pwd,out string realAccount)'")]
public:
static bool Authenticate( 
   String^ server,
   int port,
   String^ uid,
   String^ pwd
) 

Parameters

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