Visus.Ldap.Core 2.0.0-pre4

This is a prerelease version of Visus.Ldap.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Visus.Ldap.Core --version 2.0.0-pre4                
NuGet\Install-Package Visus.Ldap.Core -Version 2.0.0-pre4                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Visus.Ldap.Core" Version="2.0.0-pre4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Visus.Ldap.Core --version 2.0.0-pre4                
#r "nuget: Visus.Ldap.Core, 2.0.0-pre4"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Visus.Ldap.Core as a Cake Addin
#addin nuget:?package=Visus.Ldap.Core&version=2.0.0-pre4&prerelease

// Install Visus.Ldap.Core as a Cake Tool
#tool nuget:?package=Visus.Ldap.Core&version=2.0.0-pre4&prerelease                

This library implements common functionality used in Visus.DirectoryAuthentication and Visus.LdapAuthentication. You should not install this package as standalone dependency of your projects, but rely on Visus.DirectoryAuthentication or Visus.LdapAuthentication installing it.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 701 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 2.0.0-pre2 is deprecated because it has critical bugs.