Represents the possible fields for various authentication methods.

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

Syntax

C#
public enum AuthenticationFields
Visual Basic
Public Enumeration AuthenticationFields

Members

Member nameValueDescription
None0 The authentication does not require any fields or the fields are unknown.
CurrentUser1 The authentication requires the username be the current logged in user.
UserName2 The authentication requires the user enter a user name.
UserNameAndPassword3 The authentication requires the user enter a user name and password.
Browser4 The authentication requires the user to login via a browser page.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.

See Also