Flexinets.Radius.Core
1.0.8
Library for parsing and assembling radius packets
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Flexinets.Radius.Core -Version 1.0.8
dotnet add package Flexinets.Radius.Core --version 1.0.8
<PackageReference Include="Flexinets.Radius.Core" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flexinets.Radius.Core --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Flexinets.Radius.Core, 1.0.8"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Flexinets.Radius.Core as a Cake Addin
#addin nuget:?package=Flexinets.Radius.Core&version=1.0.8
// Install Flexinets.Radius.Core as a Cake Tool
#tool nuget:?package=Flexinets.Radius.Core&version=1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Added support for Message authenticators. Message authenticators will be validated if present, and added to new Status-Server packets.
Added codes for Disconnect-Ack and Disconnect-Nak.
Correct authenticator calculated in disconnect requests.
Dependencies
-
- log4net (>= 2.0.8)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Flexinets.Radius.Core:
Package | Downloads |
---|---|
Flexinets.Radius.RadiusClient
Radius client. Send packets to radius servers. Packets can be sent asynchronously and are mapped to response using remote endpoint and identifier
|
|
Flexinets.Radius.RadiusServer
Radius server library. Implement IRadiusPacketHandler and handle packets.
For an example server implementation hosted in a windows service, see: https://github.com/vforteli/RadiusServerService/tree/Base
|
|
Flexinets.Radius.RadSecClient
RadSec client. Send radius requests over RadSec (Radius/TLS)
PKI based client authentication and clients mapped to packet handlers using SHA1 hash of certificate
|
|
Flexinets.Radius.RadSecServer
RadSec server. Library for hosting a Radsec server (Radius/TLS). Can be run in a Windows Service
|
GitHub repositories
This package is not used by any popular GitHub repositories.