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 1.0 API Reference

ActiveSyncInvoked method Next Page

ULAuthStatusCode enumeration


UL Ext.: Enumerates the status codes that may be reported during MobiLink user authentication.

Syntax

Visual Basic

Public Enum ULAuthStatusCode
Inherits Short

C#

public enum ULAuthStatusCode :
short

Member name
Member nameDescription

EXPIRED

User ID or password has expired - authorization failed (EXPIRED = 3).

IN_USE

User ID is already in use - authorization failed (IN_USE = 5).

INVALID

Bad user ID or password - authorization failed (INVALID = 4).

UNKNOWN

Authorization status is unknown, possibly because the connection has not yet performed a synchronization (UNKNOWN = 0).

VALID

User ID and password were valid at time of synchronization (VALID = 1).

VALID_BUT_EXPIRES_SOON

User ID and password were valid at time of synchronization, but will expire soon (VALID_BUT_EXPIRES_SOON = 2).

See also