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                
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" />                
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                
#r "nuget: Visus.Ldap.Core, 2.0.0"                
#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

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

Initial release of the library.