Visus.Ldap.Core 2.1.0

dotnet add package Visus.Ldap.Core --version 2.1.0
                    
NuGet\Install-Package Visus.Ldap.Core -Version 2.1.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.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Visus.Ldap.Core" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Visus.Ldap.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Visus.Ldap.Core --version 2.1.0
                    
#r "nuget: Visus.Ldap.Core, 2.1.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.
#addin nuget:?package=Visus.Ldap.Core&version=2.1.0
                    
Install Visus.Ldap.Core as a Cake Addin
#tool nuget:?package=Visus.Ldap.Core&version=2.1.0
                    
Install Visus.Ldap.Core as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.1.0 379 1/10/2025
2.0.0 1,707 8/1/2024
2.0.0-pre5 90 7/31/2024
2.0.0-pre4 94 7/31/2024
2.0.0-pre3 90 7/31/2024
2.0.0-pre2 89 7/31/2024 2.0.0-pre2 is deprecated because it has critical bugs.

Initial release of the library.