This bitmask is used specify which credentials to load from the set of credentials that have been stored.

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

Syntax

C#
[FlagsAttribute]
public enum LoadFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration LoadFlags

Members

Member nameValueDescription
None0 No load flags were specified.
Default1 Indicates the default stored credentials.
Application2 Indicates the stored credentials for the specified application.
OtherApplications4 Indicates the stored credentials for applications other than the specified application.
Any7 Represents all the stored credentials.

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