Flexinets.Radius.Core
1.3.0.3
Library for parsing and assembling radius packets. Includes a dictionary with attributes and some vendor specific attributes
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.3.0.3
dotnet add package Flexinets.Radius.Core --version 1.3.0.3
<PackageReference Include="Flexinets.Radius.Core" Version="1.3.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flexinets.Radius.Core --version 1.3.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Flexinets.Radius.Core, 1.3.0.3"
#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.3.0.3
// Install Flexinets.Radius.Core as a Cake Tool
#tool nuget:?package=Flexinets.Radius.Core&version=1.3.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Fixes regression in password encryption with length > 16
Dependencies
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.