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)

Syntax

C#
public enum LoadPreference
Visual Basic
Public Enumeration LoadPreference

Members

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.

Version 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.

See Also