AWS SDK Version 3 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.

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.DirectoryService.dll
Version: 3.x.y.z

Syntax

C#
public class RadiusSettings

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 self-managed network must allow inbound traffic over this port from the 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 fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or 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.

Required for enabling RADIUS on the directory.

Public Property UseSameUsername System.Boolean

Gets and sets the property UseSameUsername.

Not currently used.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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