Gets the cached allowable authentication types.

Note: This method is supported for IC Server version 2015 R2 and beyond.

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

Syntax

C#
public static AllowableAuthentications GetCachedAllowableAuthentications(
	string hostName,
	string isoLanguage
)
Visual Basic
Public Shared Function GetCachedAllowableAuthentications ( _
	hostName As String, _
	isoLanguage As String _
) As AllowableAuthentications

Parameters

hostName
Type: System..::..String
The name of the host used to look up the allowable authentications.
isoLanguage
Type: System..::..String
The ISO culture name that will be used to localize display strings.

Return Value

An AllowableAuthentications object defining the allowable authentication types.

Remarks

Interaction Administrator can be used to configure which authentication types are allowed to be used to connect. Those types will be presented in the application login options.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionA parameter is Empty.

Version Information

Supported for IC Server version 2015 R2 and beyond.

See Also