Represents the possible fields for various authentication methods.
Namespace: ININ.IceLib.ConnectionAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | The authentication does not require any fields or the fields are unknown. | |
CurrentUser | 1 | The authentication requires the username be the current logged in user. | |
UserName | 2 | The authentication requires the user enter a user name. | |
UserNameAndPassword | 3 | The authentication requires the user enter a user name and password. | |
Browser | 4 | 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.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.