System.DirectoryServices.Protocols
9.0.3
Prefix Reserved
See the version list below for details.
dotnet add package System.DirectoryServices.Protocols --version 9.0.3
NuGet\Install-Package System.DirectoryServices.Protocols -Version 9.0.3
<PackageReference Include="System.DirectoryServices.Protocols" Version="9.0.3" />
paket add System.DirectoryServices.Protocols --version 9.0.3
#r "nuget: System.DirectoryServices.Protocols, 9.0.3"
// Install System.DirectoryServices.Protocols as a Cake Addin #addin nuget:?package=System.DirectoryServices.Protocols&version=9.0.3 // Install System.DirectoryServices.Protocols as a Cake Tool #tool nuget:?package=System.DirectoryServices.Protocols&version=9.0.3
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
Related Packages
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. net9.0 is compatible. 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. |
.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. |
-
.NETStandard 2.0
- System.Security.Principal.Windows (>= 5.0.0)
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (149)
Showing the top 5 NuGet packages that depend on System.DirectoryServices.Protocols:
Package | Downloads |
---|---|
System.DirectoryServices.AccountManagement
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). |
|
Oracle.ManagedDataAccess.Core
Oracle Data Provider for .NET (ODP.NET) Core is a multi-platform 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.Windows.Compatibility
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. |
|
Microsoft.AspNetCore.Authentication.Negotiate
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/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa |
|
CoreWCF.Primitives
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core. |
GitHub repositories (15)
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 | |
---|---|---|---|
10.0.0-preview.2.25163.2 | 387 | 7 days ago | |
10.0.0-preview.1.25080.5 | 1,600 | a month ago | |
9.0.3 | 60,918 | 14 days ago | |
9.0.2 | 197,761 | a month ago | |
9.0.1 | 312,421 | 2 months ago | |
9.0.0 | 607,001 | 4 months ago | |
9.0.0-rc.2.24473.5 | 26,521 | 6 months ago | |
9.0.0-rc.1.24431.7 | 9,263 | 6 months ago | |
9.0.0-preview.7.24405.7 | 8,460 | 7 months ago | |
9.0.0-preview.6.24327.7 | 16,933 | 9 months ago | |
9.0.0-preview.5.24306.7 | 5,826 | 9 months ago | |
9.0.0-preview.4.24266.19 | 3,913 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 8,646 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 2,400 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 20,053 | 2/13/2024 | |
8.0.0 | 16,404,476 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 20,504 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 18,737 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 13,367 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 19,949 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 3,517 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 10,837 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 22,329 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 7,485 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 10,380 | 2/21/2023 | |
7.0.1 | 4,252,363 | 6/13/2023 | |
7.0.0 | 7,015,392 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 14,639 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 65,758 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 13,990 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 3,816 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 3,211 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 11,966 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 3,262 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 13,203 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 3,727 | 2/17/2022 | |
6.0.2 | 11,894,509 | 6/13/2023 | |
6.0.1 | 11,547,738 | 2/8/2022 | |
6.0.0 | 12,272,338 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 21,619 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 16,501 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 8,259 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 5,467 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 7,700 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 29,512 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 9,240 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 22,890 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 14,426 | 2/12/2021 | |
5.0.1 | 14,351,523 | 10/12/2021 | |
5.0.0 | 29,726,124 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 13,210 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 15,474 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 12,997 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 29,329 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 7,749 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 6,034 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 11,462 | 5/18/2020 | |
5.0.0-preview.3.20214.6 | 34,557 | 4/23/2020 | |
5.0.0-preview.2.20160.6 | 31,493 | 4/2/2020 | |
5.0.0-preview.1.20120.5 | 2,752 | 3/16/2020 | |
4.7.0 | 17,172,847 | 12/3/2019 | |
4.7.0-preview3.19551.4 | 5,209 | 11/13/2019 | |
4.7.0-preview2.19523.17 | 15,154 | 11/1/2019 | |
4.7.0-preview1.19504.10 | 11,352 | 10/15/2019 | |
4.6.0 | 2,496,950 | 9/23/2019 | |
4.6.0-rc1.19456.4 | 6,134 | 9/16/2019 | |
4.6.0-preview9.19421.4 | 4,327 | 9/4/2019 | |
4.6.0-preview9.19416.11 | 1,047 | 9/4/2019 | |
4.6.0-preview8.19405.3 | 12,348 | 8/13/2019 | |
4.6.0-preview7.19362.9 | 14,959 | 7/23/2019 | |
4.6.0-preview6.19303.8 | 46,374 | 6/12/2019 | |
4.6.0-preview6.19264.9 | 1,065 | 9/4/2019 | |
4.6.0-preview5.19224.8 | 27,225 | 5/6/2019 | |
4.6.0-preview4.19212.13 | 3,828 | 4/18/2019 | |
4.6.0-preview3.19128.7 | 8,427 | 3/6/2019 | |
4.6.0-preview.19073.11 | 38,934 | 1/29/2019 | |
4.6.0-preview.18571.3 | 15,844 | 12/3/2018 | |
4.5.0 | 13,762,743 | 5/29/2018 | |
4.5.0-rc1 | 101,839 | 5/6/2018 | |
4.5.0-preview2-26406-04 | 32,994 | 4/10/2018 | |
4.5.0-preview1-26216-02 | 67,632 | 2/26/2018 | |
4.5.0-preview1-25914-04 | 360,051 | 11/15/2017 |