Used to specify the order in which to try and retrieve stored credentials.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public enum LoadPreference
Visual Basic
Public Enumeration LoadPreference

Collapse imageMembers

Member nameValueDescription
None0 No load preference was identified.
Newest1 Attempt to load the newest record first.
Application2 Attempt to load the record associated with the specified application first.

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

Collapse imageSee Also