BPM.Client Namespace > BPMConnection Class > Authenticate Method : Authenticate(String,Int32,String,String) Method |
'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)
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