Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULSyncParms class

ULSyncParms members Next Page

AuthenticationParms property


Specifies parameters for a custom user authentication script (MobiLink authenticate_parameters connection event).

Syntax

Visual Basic

Public Property AuthenticationParms As String

C#

public string AuthenticationParms { get; set; }

Property value

An array of strings, each containing an authentication parameter (null array entries result in a synchronization error). The default is a null reference (Nothing in Visual Basic), meaning no authentication parameters.

Remarks

Only the first 255 strings are used and each string should be no longer than 128 characters (longer strings are truncated when sent to the MobiLink server).

See also