RadiusSettings Class

NAMESPACE

RASAdminEngine.Core.OutputModels

DESCRIPTION

The RADIUS settings

INHERITED FROM

RASSerilazableObj
RadiusSettings

INTERFACES

PUBLIC PROPERTIES

Type Name Description
List<RadiusAttrInfo> AttributeInfoList List of the RADIUS attribute information.
List<RadiusAutoInfo> AutomationInfoList List of the RADIUS Automation information.
String BackupServer The backup server of the second level authentication provider.
Boolean ForwardFirstPwdToAD Specifies if forwarding of first password to Windows authentication provider is enabled or not.
HAMode HAMode The type of high availability mode to be used.
PasswordEncoding PasswordEncoding The type of password encoding to be used.
UInt32 Port The port number of the second level authentication provider.
UInt32 Retries Number of retries.
String Server The server of the second level authentication provider.
UInt32 Timeout Connection timeout (in seconds).
String TypeName RADIUS type name.
Boolean UsernameOnly Specifies if forwarding of only the Username to RADIUS Server is enabled or not.

PUBLIC METHODS

Type Name Description
Int32 CompareTo (Object obj) Inherited from RASSerilazableObj
Boolean Equals (Object obj) Inherited from RASSerilazableObj
Int32 GetHashCode () Inherited from RASSerilazableObj
Type GetType ()
String ToString ()

References to Types

TwoFactorAuthSetting