←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly