AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Contains information about a Remote Authentication Dial In User Service (RADIUS) server.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.RadiusSettings

Namespace: Amazon.DirectoryService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class RadiusSettings : Object

The RadiusSettings type exposes the following members

Constructors

NameDescription
Public Method RadiusSettings()

Properties

NameTypeDescription
Public Property AuthenticationProtocol Amazon.DirectoryService.RadiusAuthenticationProtocol Gets and sets the property AuthenticationProtocol.

The protocol specified for your RADIUS endpoints.

Public Property DisplayLabel System.String Gets and sets the property DisplayLabel.

Not currently used.

Public Property RadiusPort System.Int32 Gets and sets the property RadiusPort.

The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.

Public Property RadiusRetries System.Int32 Gets and sets the property RadiusRetries.

The maximum number of times that communication with the RADIUS server is attempted.

Public Property RadiusServers System.Collections.Generic.List<System.String> Gets and sets the property RadiusServers.

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

Public Property RadiusTimeout System.Int32 Gets and sets the property RadiusTimeout.

The amount of time, in seconds, to wait for the RADIUS server to respond.

Public Property SharedSecret System.String Gets and sets the property SharedSecret.

The shared secret code that was specified when your RADIUS endpoints were created.

Public Property UseSameUsername System.Boolean Gets and sets the property UseSameUsername.

Not currently used.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5