Gets the supported authentication fields.

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

Collapse imageSyntax

C#
public ReadOnlyCollection<AuthenticationFields> SupportedAuthenticationFields { get; }
Visual Basic
Public ReadOnly Property SupportedAuthenticationFields As ReadOnlyCollection(Of AuthenticationFields)
	Get

Field Value

The supported authentication fields.

Collapse imageVersion Information

Supported for IC Server version 2016 R1 and beyond.

Collapse imageSee Also