Visus.Ldap.Core
2.0.0
dotnet add package Visus.Ldap.Core --version 2.0.0
NuGet\Install-Package Visus.Ldap.Core -Version 2.0.0
<PackageReference Include="Visus.Ldap.Core" Version="2.0.0" />
paket add Visus.Ldap.Core --version 2.0.0
#r "nuget: Visus.Ldap.Core, 2.0.0"
// Install Visus.Ldap.Core as a Cake Addin #addin nuget:?package=Visus.Ldap.Core&version=2.0.0 // Install Visus.Ldap.Core as a Cake Tool #tool nuget:?package=Visus.Ldap.Core&version=2.0.0
Visus.Ldap.Core
This library implements shared functionality for Visus.DirectoryAuthentication and Visus.LdapAuthentication. It has barely any use without one of these libaries and should not be installed independently.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- FluentValidation.DependencyInjectionExtensions (>= 11.9.2)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Visus.Ldap.Core:
Package | Downloads |
---|---|
Visus.LdapAuthentication
This library implements middleware for ASP.NET Core that enables authenticating users against LDAP directories like Active Directory via an LDAP bind. The library is using Novell's C#-only LDAP library rather than the Windows-only DirectoryServices and is therefore running on Windows and Linux. |
|
Visus.DirectoryAuthentication
This library implements middleware for ASP.NET Core that enables authenticating users against LDAP directories like Active Directory via an LDAP bind. The library is using .NET Core's internal System.DirectoryServices.Protocols and is running on Windows and Linux, but requires native LDAP libraries being installed. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.0.0 | 689 | 8/1/2024 | |
2.0.0-pre5 | 80 | 7/31/2024 | |
2.0.0-pre4 | 83 | 7/31/2024 | |
2.0.0-pre3 | 81 | 7/31/2024 | |
2.0.0-pre2 | 80 | 7/31/2024 |
Initial release of the library.