Initializes a new instance of the AllowableAuthenticationsParameters class.

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

Syntax

C#
public AllowableAuthenticationsParameters(
	HostSettings hostSettings
)
Visual Basic
Public Sub New ( _
	hostSettings As HostSettings _
)

Parameters

hostSettings
Type: ININ.IceLib.Connection..::..HostSettings
The HostSettings for the connection.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionhostSettings is nullNothingnullptra null reference (Nothing in Visual Basic).

Version Information

Supported for IC Server version 2016 R1 and beyond.

See Also