System.DirectoryServices.Protocols 8.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package System.DirectoryServices.Protocols --version 8.0.0
NuGet\Install-Package System.DirectoryServices.Protocols -Version 8.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="System.DirectoryServices.Protocols" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.DirectoryServices.Protocols --version 8.0.0
#r "nuget: System.DirectoryServices.Protocols, 8.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 System.DirectoryServices.Protocols as a Cake Addin
#addin nuget:?package=System.DirectoryServices.Protocols&version=8.0.0

// Install System.DirectoryServices.Protocols as a Cake Tool
#tool nuget:?package=System.DirectoryServices.Protocols&version=8.0.0

About

System.DirectoryServices.Protocols provides a managed implementation of Lightweight Directory Access Protocol (LDAP) version 3 and Directory Services Markup Language (DSML) version 2.0 (V2) standards.

It primarily uses the LdapConnection type for interacting with LDAP servers, using system native libraries to establish TCP/IP or UDP LDAP connections. Supports both Windows and Unix, but certain features, such as setting client or server certificate options, are not available on Unix.

Key Features

  • Managed implementation of LDAP v3 and DSML V2 standards.

How to Use

Using the LdapConnection type, you can establish connections to LDAP servers and issue requests.

Here is a simple example:

using System.DirectoryServices.Protocols;

// Create a new LdapConnection instance using the server URL.
using (LdapConnection connection = new LdapConnection("ldap.example.com")) {

    // Some credentials
    connection.Credential = new NetworkCredential(dn, password);

    // Connect to the server
    connection.Bind();

    // Perform LDAP operations
}

Main Types

The main types provided by this library are:

  • System.DirectoryServices.Protocols.LdapConnection
  • System.DirectoryServices.Protocols.DirectoryAttribute
  • System.DirectoryServices.Protocols.DirectoryOperation
  • System.DirectoryServices.Protocols.DirectoryRequest
  • System.DirectoryServices.Protocols.DirectoryResponse

Additional Documentation

Feedback & Contributing

System.DirectoryServices.Protocols is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (79)

Showing the top 5 NuGet packages that depend on System.DirectoryServices.Protocols:

Package Downloads
System.DirectoryServices.AccountManagement The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides uniform access and manipulation of user, computer, and group security principals across the multiple principal stores: Active Directory Domain Services (AD DS), Active Directory Lightweight Directory Services (AD LDS), and Machine SAM (MSAM).

Microsoft.Windows.Compatibility The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.

Oracle.ManagedDataAccess.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Oracle Data Provider for .NET (ODP.NET) Core is an ADO.NET driver that provides fast data access from Microsoft .NET Core clients to Oracle databases. ODP.NET Core consists of a single 100% managed code dynamic-link library.

Microsoft.AspNetCore.Authentication.Negotiate The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ASP.NET Core authentication handler used to authenticate requests using Negotiate, Kerberos, or NTLM. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d

Abp.Zero.Ldap The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Abp.Zero.Ldap

GitHub repositories (14)

Showing the top 5 popular GitHub repositories that depend on System.DirectoryServices.Protocols:

Repository Stars
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
ravendb/ravendb
ACID Document Database
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
Kevin-Robertson/Inveigh
.NET IPv4/IPv6 machine-in-the-middle tool for penetration testers
CoreWCF/CoreWCF
Main repository for the Core WCF project
Version Downloads Last updated
9.0.0-preview.3.24172.9 273 4/11/2024
9.0.0-preview.2.24128.5 982 3/12/2024
9.0.0-preview.1.24080.9 5,575 2/13/2024
8.0.0 2,145,078 11/14/2023
8.0.0-rc.2.23479.6 17,733 10/10/2023
8.0.0-rc.1.23419.4 16,994 9/12/2023
8.0.0-preview.7.23375.6 12,043 8/8/2023
8.0.0-preview.6.23329.7 9,445 7/11/2023
8.0.0-preview.5.23280.8 2,946 6/13/2023
8.0.0-preview.4.23259.5 10,479 5/16/2023
8.0.0-preview.3.23174.8 21,024 4/11/2023
8.0.0-preview.2.23128.3 6,637 3/14/2023
8.0.0-preview.1.23110.8 9,787 2/21/2023
7.0.1 2,935,846 6/13/2023
7.0.0 5,269,955 11/7/2022
7.0.0-rc.2.22472.3 13,464 10/11/2022
7.0.0-rc.1.22426.10 64,637 9/14/2022
7.0.0-preview.7.22375.6 13,268 8/9/2022
7.0.0-preview.6.22324.4 3,569 7/12/2022
7.0.0-preview.5.22301.12 2,934 6/14/2022
7.0.0-preview.4.22229.4 11,125 5/10/2022
7.0.0-preview.3.22175.4 3,001 4/13/2022
7.0.0-preview.2.22152.2 12,782 3/14/2022
7.0.0-preview.1.22076.8 3,455 2/17/2022
6.0.2 3,009,302 6/13/2023
6.0.2-mauipre.1.22102.15 2,605 2/15/2022
6.0.2-mauipre.1.22054.8 22,078 1/19/2022
6.0.1 8,063,138 2/8/2022
6.0.0 9,074,051 11/8/2021
6.0.0-rc.2.21480.5 21,010 10/12/2021
6.0.0-rc.1.21451.13 15,436 9/14/2021
6.0.0-preview.7.21377.19 7,300 8/10/2021
6.0.0-preview.6.21352.12 5,015 7/14/2021
6.0.0-preview.5.21301.5 7,165 6/15/2021
6.0.0-preview.4.21253.7 28,167 5/24/2021
6.0.0-preview.3.21201.4 8,677 4/8/2021
6.0.0-preview.2.21154.6 22,303 3/11/2021
6.0.0-preview.1.21102.12 13,870 2/12/2021
5.0.1 11,203,027 10/12/2021
5.0.0 25,482,757 11/9/2020
5.0.0-rc.2.20475.5 12,377 10/13/2020
5.0.0-rc.1.20451.14 14,581 9/14/2020
5.0.0-preview.8.20407.11 10,655 8/25/2020
5.0.0-preview.7.20364.11 28,400 7/21/2020
5.0.0-preview.6.20305.6 7,169 6/25/2020
5.0.0-preview.5.20278.1 5,266 6/10/2020
5.0.0-preview.4.20251.6 10,867 5/18/2020
5.0.0-preview.3.20214.6 26,665 4/23/2020
5.0.0-preview.2.20160.6 26,644 4/2/2020
5.0.0-preview.1.20120.5 2,414 3/16/2020
4.7.0 15,203,864 12/3/2019
4.7.0-preview3.19551.4 4,714 11/13/2019
4.7.0-preview2.19523.17 12,944 11/1/2019
4.7.0-preview1.19504.10 10,995 10/15/2019
4.6.0 2,358,001 9/23/2019
4.6.0-rc1.19456.4 5,787 9/16/2019
4.6.0-preview9.19421.4 4,080 9/4/2019
4.6.0-preview9.19416.11 836 9/4/2019
4.6.0-preview8.19405.3 11,465 8/13/2019
4.6.0-preview7.19362.9 14,372 7/23/2019
4.6.0-preview6.19303.8 45,383 6/12/2019
4.6.0-preview6.19264.9 848 9/4/2019
4.6.0-preview5.19224.8 25,639 5/6/2019
4.6.0-preview4.19212.13 3,564 4/18/2019
4.6.0-preview3.19128.7 7,715 3/6/2019
4.6.0-preview.19073.11 36,949 1/29/2019
4.6.0-preview.18571.3 14,333 12/3/2018
4.5.0 12,487,631 5/29/2018
4.5.0-rc1 96,021 5/6/2018
4.5.0-preview2-26406-04 30,667 4/10/2018
4.5.0-preview1-26216-02 63,951 2/26/2018
4.5.0-preview1-25914-04 347,502 11/15/2017