public class LdapContext : ILdapContext,
IAsyncDisposablePublic Class LdapContext
Implements ILdapContext, IAsyncDisposablepublic ref class LdapContext : ILdapContext,
IAsyncDisposabletype LdapContext =
class
interface ILdapContext
interface IAsyncDisposable
end| LdapContext | Контекст взаимодействия с сервером LDAP/AD по текущим открытым соединениям. |
| Connections | Набор открытых соединений с сервером LDAP/AD. |
| IsMainConnectionSet | Определяет, установлено ли в контексте главное соединение. |
| MainConnection | Главное соединение с AD/LDAP. |
| Settings | Настройки подключения к LDAP. |
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| RemoveHostConnection | Удаляет из набора соединение с AD/LDAP. |
| RemoveMainConnection | Удаляет главное соединение. |
| SetHostConnection | Добавляет в набор соединение с AD/LDAP. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryGetHostConnection | Получает соединение с AD/LDAP по URL хоста и номеру порта из текущего набора. |