Flexinets.Radius.Core
2.0.0
Install-Package Flexinets.Radius.Core -Version 2.0.0
dotnet add package Flexinets.Radius.Core --version 2.0.0
<PackageReference Include="Flexinets.Radius.Core" Version="2.0.0" />
paket add Flexinets.Radius.Core --version 2.0.0
#r "nuget: Flexinets.Radius.Core, 2.0.0"
// Install Flexinets.Radius.Core as a Cake Addin
#addin nuget:?package=Flexinets.Radius.Core&version=2.0.0
// Install Flexinets.Radius.Core as a Cake Tool
#tool nuget:?package=Flexinets.Radius.Core&version=2.0.0
Library for parsing and assembling radius packets. Includes a dictionary with attributes and some vendor specific attributes
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.7
- Microsoft.Extensions.Logging (>= 2.2.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Logging (>= 2.2.0)
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.
Remove dependency on log4net and replace with ILogger.