Gets the cached allowable authentication types.
Note: This method is supported for IC Server version 2015 R2 and beyond.
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public static AllowableAuthentications GetCachedAllowableAuthentications( string hostName ) |
Visual Basic |
---|
Public Shared Function GetCachedAllowableAuthentications ( _ hostName As String _ ) As AllowableAuthentications |
Parameters
- hostName
- Type: System..::..String
The name of the host used to look up the allowable authentications.
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
Exception | Condition |
---|---|
System..::..ArgumentNullException | hostName is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..ArgumentException | hostName is Empty. |
Version Information
Supported for IC Server version 2015 R2 and beyond.