Initializes a new instance of the CachedAllowableAuthenticationsParameters class.
Namespace: ININ.IceLib.ConnectionAssembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public CachedAllowableAuthenticationsParameters( string hostName, string isoLanguage ) |
Visual Basic |
---|
Public Sub New ( _ hostName As String, _ isoLanguage As String _ ) |
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.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | A parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..ArgumentException | A parameter is Empty. |
Version Information
Supported for IC Server version 2016 R1 and beyond.