Connect Method

Summary

Enables an application to establish a connection with the authentication repository.

Syntax
C#
VB
C++
public int Connect( 
   string applicationName 
) 
Function Connect( _ 
   ByVal applicationName As String _ 
) As Integer 
int Connect(  
   String^ applicationName 
)  

Parameters

applicationName
A succinct string that contains the application's symbolic name.

Return Value

The value of a connection coupon that the application can subsequently use to denote itself when performing other authentication repository methods.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly