﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.DirectoryServices.Protocols</name>
  </assembly>
  <members>
    <member name="M:System.DirectoryServices.Protocols.AddRequest.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.AddRequest.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.AddRequest" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.AddRequest" /> 类使用指定的可分辨的名称和属性。
            </summary>
      <param name="distinguishedName">
                <paramref name="distinguishedName" /> 目录中的新对象。
              </param>
      <param name="attributes">
                一个数组的  <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象，它包含此对象的属性。
                 此参数可以为 <see langword="null" />。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.AddRequest" /> 类使用指定 <paramref name="distinguishedName" /> 和对象类。
            </summary>
      <param name="distinguishedName">
                <paramref name="distinguishedName" /> 目录中的新对象。
              </param>
      <param name="objectClass">
                此对象的对象类。
                 如果此参数为 <see langword="null" />, ，将引发异常。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="objectClass" /> 参数包含一个空引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.AddRequest.ToXmlNode(System.Xml.XmlDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.AddRequest.ToXmlNode(System.Xml.XmlDocument)" /> 方法从指定的 <see cref="T:System.Xml.XmlDocument" /> 对象中创建 XML 节点。
            </summary>
      <param name="doc">
                一个 <see cref="T:System.Xml.XmlDocument" /> 对象。
              </param>
      <returns>
              生成的 <see cref="T:System.Xml.XmlElement" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl" /> 类使用指定的属性名称。
            </summary>
      <param name="attributeName">
                查询所基于的属性名称。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.AsqRequestControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.AsqRequestControl.GetValue" /> 方法返回的二进制表示形式 <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl" />。
            </summary>
      <returns>
              二进制表示形式 <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl" />。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.BerConversionException.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.BerConversionException.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.BerConversionException" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.BerConversionException" /> 类使用指定的序列化数据和流上下文数据。
            </summary>
      <param name="info">
                有关所引发的异常的序列化的对象数据。
              </param>
      <param name="context">
                有关源或目标的上下文数据。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.BerConversionException" /> 类使用指定的消息。
            </summary>
      <param name="message">
                引发异常时显示到客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.BerConversionException" /> 类使用指定的消息和内部异常。
            </summary>
      <param name="message">
                显示当引发异常的消息。
              </param>
      <param name="inner">
                <see cref="P:System.Exception.InnerException" />, (如果有），则引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.BerConverter.Decode(System.String,System.Byte[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.BerConverter.Decode(System.String,System.Byte[])" /> 方法将解码的二进制表示形式的数据，使用 BER，以检索结构化的数据。
            </summary>
      <param name="format">
                格式字符串。
              </param>
      <param name="value">
                BER 数据的数组。
              </param>
      <returns>
              已解码的数据。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="format" /> 参数包含一个空引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="format" /> 参数包含未定义的字符。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.BerConversionException">
                  基础的解码失败。
                   解码的规则包括以下内容。
                
                          代码
                        
                          相应的结果
                        
                          '{' '}' '[' ']' 'n' 'x'
                        
                          无对应的结果
                        
                          i e
                        
                          int
                        
                          b
                        
                          bool
                        
                          a
                        
                          string
                        
                          O
                        
                          byte[]
                        
                          B
                        
                          byte [] 包含位字符串
                        
                          v
                        
                          string]
                        
                          V
                        
                          byte []]
                        </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.BerConverter.Encode(System.String,System.Object[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.BerConverter.Encode(System.String,System.Object[])" /> 方法对结构化的数据，使用 BER，来检索二进制数据的表示形式进行编码。
            </summary>
      <param name="format">
                格式字符串。
              </param>
      <param name="value">
                带格式的数据的数组。
              </param>
      <returns>
              BER 编码数据的数组。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.CompareRequest" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.CompareRequest" /> 类使用指定的可分辨的名称和属性。
            </summary>
      <param name="distinguishedName">
                可分辨的名称 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象进行比较。
              </param>
      <param name="assertion">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="assertion" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="assertion" /> 必须恰好包含一个值。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Byte[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Byte[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.CompareRequest" /> 使用指定可分辨名称、 属性和属性值。
            </summary>
      <param name="distinguishedName">
                要比较的对象的可分辨的名称。
              </param>
      <param name="attributeName">
                要比较的属性的名称。
              </param>
      <param name="value">
                要比较的值。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="attributeName" /> 或 <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.CompareRequest" /> 类使用指定的可分辨的名称、 属性和属性值。
            </summary>
      <param name="distinguishedName">
                要比较的对象的可分辨的名称。
              </param>
      <param name="attributeName">
                要比较的属性的名称。
              </param>
      <param name="value">
                要比较的值。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="attributeName" /> 或 <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Uri)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Uri)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.CompareRequest" /> 类使用指定的可分辨的名称、 属性和属性值。
            </summary>
      <param name="distinguishedName">
                要比较的对象的可分辨的名称。
              </param>
      <param name="attributeName">
                要比较的属性的名称。
              </param>
      <param name="value">
                要比较的值。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="attributeName" /> 或 <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.CompareRequest.ToXmlNode(System.Xml.XmlDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.CompareRequest.ToXmlNode(System.Xml.XmlDocument)" /> 方法创建从指定的 XML 节点 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <param name="doc">
                一个 <see cref="T:System.Xml.XmlDocument" /> 对象。
              </param>
      <returns>
              生成 <see cref="T:System.Xml.XmlElement" /> 对象。
            </returns>
      <exception cref="T:System.ArgumentException">
                  <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象必须恰好包含一个值。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl" /> 类使用指定的目标域。
            </summary>
      <param name="targetDomainController">
                目标域控制器的 DNS 名称。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.GetValue" /> 方法返回的二进制表示形式 <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl" />。
            </summary>
      <returns>
              二进制表示形式 <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl" />。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DeleteRequest.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DeleteRequest.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DeleteRequest" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DeleteRequest.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DeleteRequest.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DeleteRequest" /> 类使用指定的可分辨的名称。
            </summary>
      <param name="distinguishedName">
                要删除的对象的可分辨的名称。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DeleteRequest.ToXmlNode(System.Xml.XmlDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DeleteRequest.ToXmlNode(System.Xml.XmlDocument)" /> 方法创建从指定的 XML 节点 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <param name="doc">
                一个 <see cref="T:System.Xml.XmlDocument" /> 对象。
              </param>
      <returns>
              生成 <see cref="T:System.Xml.XmlElement" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Byte[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Byte[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 类使用指定的属性名称和值。
            </summary>
      <param name="name">
                特性名称。
              </param>
      <param name="value">
                特性值。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="name" /> 或 <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Object[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Object[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 类使用指定的属性名称和值。
            </summary>
      <param name="name">
                特性名称。
              </param>
      <param name="values">
                属性值的数组。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="name" /> 或 <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <paramref name="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  一个元素 <paramref name="values" /> 的不是字符串类型、 byte [] 或 Uri。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 类使用指定的属性名称和值。
            </summary>
      <param name="name">
                特性名称。
              </param>
      <param name="value">
                特性值。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="name" /> 或 <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Uri)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Uri)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 类使用指定的属性名称和值。
            </summary>
      <param name="name">
                特性名称。
              </param>
      <param name="value">
                特性值。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="name" /> 或 <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Byte[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Byte[])" /> 方法将指定的值添加到此属性。
            </summary>
      <param name="value">
                要相加的值。
              </param>
      <returns>
              值已添加的索引。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="Value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.String)" /> 方法将指定的值添加到此属性。
            </summary>
      <param name="value">
                要相加的值。
              </param>
      <returns>
              值已添加的索引。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="Value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Uri)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Uri)" /> 方法将指定的值添加到此属性。
            </summary>
      <param name="value">
                要相加的值。
              </param>
      <returns>
              值已添加的索引。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="Value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.AddRange(System.Object[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.AddRange(System.Object[])" /> 方法将添加到该属性的值的数组。
            </summary>
      <param name="values">
                要添加的值。
              </param>
      <exception cref="T:System.ArgumentException">
                  <paramref name="values" /> 不是 byte [] []、 string [] 或 [Uri]。
                </exception>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="Values" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Contains(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Contains(System.Object)" /> 方法确定该属性是否包含指定的值。
            </summary>
      <param name="value">
                要搜索值。
              </param>
      <returns>
              <see langword="true" /> 如果此属性包含值或 <see langword="false" /> 如果不是。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.CopyTo(System.Object[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.CopyTo(System.Object[],System.Int32)" /> 方法将整个集合复制到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="array">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
              </param>
      <param name="index">
                <paramref name="array" /> 中从其开始复制的从零开始的索引。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="array" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零。
                </exception>
      <exception cref="T:System.ArgumentException">
                  此异常可能在以下条件之一︰
                
                      <paramref name="array" /> 是多维的
                    
                      <paramref name="index" /> 等于或大于的长度 <paramref name="array" />
                    
                      源中的元素数目 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 大于可用空间 <paramref name="index" /> 目标从头到尾 <paramref name="array" />。
                    </exception>
      <exception cref="T:System.InvalidCastException">
                  源类型 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 无法自动转换为目标类型 <paramref name="array" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.GetValues(System.Type)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.GetValues(System.Type)" /> 方法将返回指定类型的所有值。
            </summary>
      <param name="valuesType">
                一个 <see cref="T:System.Type" /> 对象，它指定要返回的值的类型。
              </param>
      <returns>
              一个数组 <see cref="T:System.Object" /> 包含值的对象。
            </returns>
      <exception cref="T:System.NotSupportedException">
                  值不能转换为 <paramref name="valuesType" />。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="valuesType" /> 必须是字符串或字节。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.IndexOf(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.IndexOf(System.Object)" /> 方法返回指定的第一个匹配项的从零开始索引  <see cref="T:System.Object" /> 中 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 集合。
            </summary>
      <param name="value">
                <see cref="T:System.Object" /> 为返回的值。
              </param>
      <returns>
              指定的索引值 <see cref="T:System.Object" />, ，如果找到; 否则为-1。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Byte[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Byte[])" /> 方法将指定 <paramref name="value" /> 到 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 集合中指定位置 <paramref name="index" />。
            </summary>
      <param name="index">
                中的索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 集合中要插入 <paramref name="value" />。
              </param>
      <param name="value">
                要插入的值。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零，或 <see langword="index" /> 个中的元素数大于 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.String)" /> 方法将指定 <paramref name="value" /> 到 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 集合中指定位置 <paramref name="index" />。
            </summary>
      <param name="index">
                中的索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 集合中要插入 <paramref name="value" />。
              </param>
      <param name="value">
                要插入的值。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零，或 <paramref name="index" /> 个中的元素数大于 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Uri)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Uri)" /> 方法将指定 <paramref name="value" /> 到 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 集合中指定位置 <paramref name="index" />。
            </summary>
      <param name="index">
                中的索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 集合中要插入 <paramref name="value" />。
              </param>
      <param name="value">
                要插入的值。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零或 <paramref name="index" /> 个中的元素数大于 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.OnValidate(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.OnValidate(System.Object)" /> 方法验证 <paramref name="value" /> 是 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
            </summary>
      <param name="value">
                要计算的 <see cref="T:System.Object" />。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="value" /> 必须是字符串、 byte [] 或 URI。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Remove(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Remove(System.Object)" /> 方法中删除指定的第一个匹配项 <paramref name="value" /> 从属性列表。
            </summary>
      <param name="value">
                要移除的 <see cref="T:System.Object" />。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Add(System.DirectoryServices.Protocols.DirectoryAttribute)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Add(System.DirectoryServices.Protocols.DirectoryAttribute)" /> 方法将添加 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 到集合的对象。
            </summary>
      <param name="attribute">
                要添加的 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
              </param>
      <returns>
              集合中从零开始的索引位置 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 已添加。
            </returns>
      <exception cref="T:System.ArgumentException">
                  <paramref name="attribute" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[])" /> 方法添加一个数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 到集合的对象。
            </summary>
      <param name="attributes">
                一个数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 要添加到集合。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="attributes" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  成员 <paramref name="attributes" /> 为空引用 (<see langword="Nothing" /> 在 Visual Basic 中) 或成员的 <paramref name="attributes" /> 指定之外添加修改操作。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection)" /> 方法将添加 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 到当前集合对象。
            </summary>
      <param name="attributeCollection">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 要添加到此集合对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="attributeCollection" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttribute)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttribute)" /> 方法确定是否这 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 对象包含指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 要搜索的对象。
              </param>
      <returns>
              <see langword="true" /> 如果指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 属于集合; <see langword="false" /> 否则为。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)" /> 方法将整个集合复制到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="array">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 对象。
              </param>
      <param name="index">
                从零开始的索引 <paramref name="array" /> 开始复制。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute)" /> 方法返回指定的第一个匹配项的从零开始索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象在  <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" />。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象返回的索引。
              </param>
      <returns>
              指定的索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象时，如果找到; 否则为-1。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttribute)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttribute)" /> 方法将指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象插入 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 指定 <paramref name="index" />。
            </summary>
      <param name="index">
                从零开始索引点，在集合中，在其中插入 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
              </param>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 要插入到集合对象。
              </param>
      <exception cref="T:System.ArgumentException">
                  <paramref name="value" /> 为空引用 (<see langword="Nothing" /> 在 Visual Basic 中) 或 <paramref name="value" /> 指定之外添加修改操作。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零，或 <paramref name="index" /> 个中的元素数大于 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 对象。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.OnValidate(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.OnValidate(System.Object)" /> 方法验证 <paramref name="value" /> 是 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象，或者指定了 add 操作。
            </summary>
      <param name="value">
                要评估的对象。
              </param>
      <exception cref="T:System.ArgumentException">
                  此异常可能在以下条件之一︰
                
                      <paramref name="value" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                    
                      <paramref name="value" /> 不是 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
                    </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttribute)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttribute)" /> 方法中删除指定的第一个匹配项 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 来自集合对象。
            </summary>
      <param name="value">
                要移除的 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModification.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModification.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Add(System.DirectoryServices.Protocols.DirectoryAttributeModification)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Add(System.DirectoryServices.Protocols.DirectoryAttributeModification)" /> 方法将添加 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 到集合的对象。
            </summary>
      <param name="attribute">
                要添加的 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" />。
              </param>
      <returns>
              集合中从零开始的索引位置 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 已添加。
            </returns>
      <exception cref="T:System.ArgumentException">
                  <paramref name="attribute" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[])" /> 方法添加一个数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 到集合的对象。
            </summary>
      <param name="attributes">
                一个数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 要添加到集合的对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="attributes" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  成员之一 <paramref name="attributes" /> 为空引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection)" /> 方法将添加 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 到当前集合对象。
            </summary>
      <param name="attributeCollection">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 要添加到此集合的集合。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="attributeCollection" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification)" /> 方法确定是否这 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 对象包含指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 对象。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 要搜索的对象。
              </param>
      <returns>
              <see langword="true" /> 如果指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 属于集合; <see langword="false" /> 否则为。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[],System.Int32)" /> 方法将整个集合复制到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="array">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 对象。
              </param>
      <param name="index">
                从零开始的索引 <paramref name="array" /> 开始复制。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification)" /> 方法返回指定的第一个匹配项的从零开始索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 对象在 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" />。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 对象返回的索引。
              </param>
      <returns>
              指定的索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 对象时，如果找到; 否则为-1。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttributeModification)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttributeModification)" /> 方法插入 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 对象插入 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 集合中指定索引处。
            </summary>
      <param name="index">
                要插入集合中的从零开始索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 对象。
              </param>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 要插入对象。
              </param>
      <exception cref="T:System.ArgumentException">
                  <paramref name="value" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零，或 <paramref name="index" /> 个中的元素数大于 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 对象。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.OnValidate(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.OnValidate(System.Object)" /> 方法验证 <paramref name="value" /> 是 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 对象。
            </summary>
      <param name="value">
                要评估的对象。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification)" /> 方法中删除指定的第一个匹配项 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 来自集合对象。
            </summary>
      <param name="value">
                要移除的 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 对象。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryConnection.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.#ctor" /> 构造函数初始化的新实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryConnection" /> 类。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 方法将单个目录操作发送到服务器。
            </summary>
      <param name="request">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 包含请求的对象。
              </param>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象，其中包含对请求操作的服务器响应。
               如果服务器返回不同的响应，返回的响应对象可能会不同于所请求的对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControl.#ctor(System.String,System.Byte[],System.Boolean,System.Boolean)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControl.#ctor(System.String,System.Byte[],System.Boolean,System.Boolean)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 类的类型、 值、 关键程度和 ServerSide 属性使用指定的值。
            </summary>
      <param name="type">
                控件类型。
              </param>
      <param name="value">
                与控件关联的值。
              </param>
      <param name="isCritical">
                指定是否该控件是关键。
                 默认值为 <see langword="true" />。
              </param>
      <param name="serverSide">
                指定这是否为服务器端控件。
                  默认值为 <see langword="true" />。
                <see langword="false" /> 指定客户端控件。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="type" /> 参数是 <see langword="null" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControl.GetValue" /> 方法返回与控件关联的数据。
            </summary>
      <returns>
              与控件关联的数据。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Add(System.DirectoryServices.Protocols.DirectoryControl)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Add(System.DirectoryServices.Protocols.DirectoryControl)" /> 方法将添加一个新 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 到集合的对象。
            </summary>
      <param name="control">
                要添加的 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象。
              </param>
      <returns>
              索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 从该处 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 添加对象。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="control" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControl[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControl[])" /> 方法添加一个数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 到集合的对象。
            </summary>
      <param name="controls">
                一个数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 要添加到集合的对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="controls" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  该数组的成员为空引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection)" /> 方法将添加 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 到当前集合对象。
            </summary>
      <param name="controlCollection">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 要添加到此集合对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="controlCollection" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Contains(System.DirectoryServices.Protocols.DirectoryControl)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Contains(System.DirectoryServices.Protocols.DirectoryControl)" /> 方法确定是否这 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 对象包含指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 要搜索的对象。
              </param>
      <returns>
              <see langword="true" /> 如果指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象是集合; 的一部分 <see langword="false" />, ，否则为。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryControl[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryControl[],System.Int32)" /> 方法将整个集合复制到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="array">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 对象。
              </param>
      <param name="index">
                从零开始的索引 <paramref name="array" /> 开始复制。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="array" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="array" /> 是多维的
                
                  - 或 -
                
                  源中的元素数目 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 大于从的可用空间 <paramref name="index" /> 目标从头到尾 <paramref name="array" />。
                </exception>
      <exception cref="T:System.InvalidCastException">
                  源类型 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" />  无法自动转换为目标类型 <paramref name="array" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryControl)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryControl)" /> 方法返回指定的第一个匹配项的从零开始索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象在 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" />。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象返回的索引。
              </param>
      <returns>
              指定的索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象时，如果找到; 否则为-1。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryControl)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryControl)" /> 方法将指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象插入 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 中指定索引处。
            </summary>
      <param name="index">
                要插入集合中的索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象。
              </param>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 要插入到集合对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零，或 <paramref name="index" /> 个中的元素数大于 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 对象。
                </exception>
      <exception cref="T:System.NotSupportedException">
                  <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 是只读的或 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 具有固定的大小。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.OnValidate(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.OnValidate(System.Object)" /> 方法验证 <paramref name="value" /> 是 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象。
            </summary>
      <param name="value">
                要评估的对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="value" /> 不是 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Remove(System.DirectoryServices.Protocols.DirectoryControl)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Remove(System.DirectoryServices.Protocols.DirectoryControl)" /> 方法中删除指定的第一个匹配项 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 来自集合对象。
            </summary>
      <param name="value">
                要移除的 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象。
              </param>
      <exception cref="T:System.NotSupportedException">
                  <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 是只读的或 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 具有固定的大小。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryException.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryException.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirectoryException" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryException" /> 类使用指定的序列化信息和流上下文信息。
            </summary>
      <param name="info">
                有关引发的异常的序列化对象数据。
              </param>
      <param name="context">
                关于来源和目标的上下文信息
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryException" /> 类使用指定的参数。
            </summary>
      <param name="message">
                引发异常时显示到客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryException" /> 类使用指定的参数。
            </summary>
      <param name="message">
                引发异常时显示到客户端的消息。
              </param>
      <param name="inner">
                <see cref="P:System.Exception.InnerException" />, (如果有），则引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryIdentifier.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryIdentifier.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirectoryIdentifier" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryNotificationControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryNotificationControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirectoryNotificationControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryOperation.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryOperation.#ctor" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryOperation" /> 对象。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException" /> 类使用指定的响应对象。
            </summary>
      <param name="response">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 由服务器返回的对象。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException" /> 对象使用指定的响应对象和消息。
            </summary>
      <param name="response">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 由服务器返回的对象。
              </param>
      <param name="message">
                引发异常时显示到客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException" /> 类使用指定的响应对象、 消息和内部异常。
            </summary>
      <param name="response">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 由服务器返回的对象。
              </param>
      <param name="message">
                引发异常时显示到客户端的消息。
              </param>
      <param name="inner">
                <see cref="P:System.Exception.InnerException" />, (如果有），则引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException" /> 类使用指定的序列化信息和流上下文。
            </summary>
      <param name="info">
                序列化参数所需的数据。
              </param>
      <param name="context">
                源和与参数关联的序列化流的目标。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException" /> 类使用指定的消息。
            </summary>
      <param name="message">
                引发异常时显示到客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException" /> 类使用指定的消息和内部异常。
            </summary>
      <param name="message">
                引发异常时显示到客户端的消息。
              </param>
      <param name="inner">
                <see cref="P:System.Exception.InnerException" />, (如果有），则引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 方法填充 <see cref="T:System.Runtime.Serialization.SerializationInfo" /> 对象序列化参数所需的数据。
            </summary>
      <param name="serializationInfo">
                序列化参数所需的数据。
              </param>
      <param name="streamingContext">
                源和与参数关联的序列化流的目标。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirectoryRequest.ToXmlNode(System.Xml.XmlDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirectoryRequest.ToXmlNode(System.Xml.XmlDocument)" /> 方法创建从指定的 XML 节点 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <param name="doc">
                <see cref="T:System.Xml.XmlDocument" /> 无法表示为一个 XML 元素。
              </param>
      <returns>
              创建的 <see cref="T:System.Xml.XmlElement" />。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl" /> 类使用指定的参数。
            </summary>
      <param name="cookie">
                服务器使用的不透明结构。
                 在每个期间，由目录更新 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" />, ，这使得控件能够以增量方式从目录读取更改。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl" /> 类使用指定的参数。
            </summary>
      <param name="cookie">
                服务器使用的不透明结构。
                 在每个期间，由目录更新 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" />, ，这使得控件能够以增量方式从目录读取更改。
              </param>
      <param name="option">
                指定搜索的行为。
                 此参数可以是零个或一个或多个值的组合 <see cref="T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions" />。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions,System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions,System.Int32)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl" /> 类使用指定的参数。
            </summary>
      <param name="cookie">
                服务器使用的不透明结构。
                 在每个期间，由目录更新 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" />, ，这使得控件能够以增量方式从目录读取更改。
              </param>
      <param name="option">
                指定搜索的行为。
                 此参数可以是零个或一个或多个值的组合 <see cref="T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions" />。
              </param>
      <param name="attributeCount">
                要返回的属性的最大数量。
                 默认值为 1048576。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.GetValue" /> 方法返回与此控件关联的数据。
            </summary>
      <returns>
              与此控件关联的数据。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DomainScopeControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DomainScopeControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DomainScopeControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DsmlAuthRequest" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DsmlAuthRequest" /> 类使用指定的参数。
            </summary>
      <param name="principal">
                安全主体。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlAuthRequest.ToXmlNode(System.Xml.XmlDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlAuthRequest.ToXmlNode(System.Xml.XmlDocument)" /> 方法转换 <see cref="T:System.Xml.XmlDocument" /> 对象转换为 DSML v2 XML 表示形式。
            </summary>
      <param name="doc">
                一个 <see cref="T:System.Xml.XmlDocument" /> 对象。
              </param>
      <returns>
              已转换 <see cref="T:System.Xml.XmlElement" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier.#ctor(System.Uri)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier.#ctor(System.Uri)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier" /> 类使用指定的参数。
            </summary>
      <param name="serverUri">
                一台服务器表示为 <see cref="T:System.Uri" /> 对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="serverUri" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="serverUri" /> 方案不是 http 或 https。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlDocument.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlDocument.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DsmlDocument" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlDocument.ToXml">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlDocument.ToXml" /> 方法，这一转变 <see cref="T:System.DirectoryServices.Protocols.DsmlDocument" /> 对象插入 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <returns>
              已转换 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException" /> 类使用指定的序列化数据和流上下文数据。
            </summary>
      <param name="info">
                有关所引发的异常的序列化的对象数据。
              </param>
      <param name="context">
                有关源或目标的上下文数据。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException" /> 类使用指定的参数。
            </summary>
      <param name="message">
                引发异常时显示到客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException" /> 类使用指定的参数。
            </summary>
      <param name="message">
                引发异常时显示到客户端的消息。
              </param>
      <param name="inner">
                <see cref="P:System.Exception.InnerException" />, (如果有），则引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Add(System.DirectoryServices.Protocols.DirectoryRequest)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Add(System.DirectoryServices.Protocols.DirectoryRequest)" /> 方法将添加 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 到集合的对象。
            </summary>
      <param name="request">
                要添加到集合的 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
              </param>
      <returns>
              索引 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合中的 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 添加了对象。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="request" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Clear">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Clear" /> 方法从此集合中移除所有项。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Contains(System.DirectoryServices.Protocols.DirectoryRequest)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Contains(System.DirectoryServices.Protocols.DirectoryRequest)" /> 方法确定是否这 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合包含指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 要搜索的对象。
              </param>
      <returns>
              <see langword="true" /> 如果指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象是集合; 的一部分 <see langword="false" />, ，否则为。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.CopyTo(System.DirectoryServices.Protocols.DirectoryRequest[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.CopyTo(System.DirectoryServices.Protocols.DirectoryRequest[],System.Int32)" /> 方法可以复制整个 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="value">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 对象。
              </param>
      <param name="i">
                从零开始的索引 <paramref name="value" /> 开始复制。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.GetEnumerator">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.GetEnumerator" /> 方法返回一个枚举的整个 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合。
            </summary>
      <returns>
              一个 <see cref="T:System.Collections.IEnumerator" /> 适用于整个集合对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.IndexOf(System.DirectoryServices.Protocols.DirectoryRequest)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.IndexOf(System.DirectoryServices.Protocols.DirectoryRequest)" /> 方法返回指定的第一个匹配项的从零开始索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象在 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象返回的索引。
              </param>
      <returns>
              指定的索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象时，如果找到; 否则为-1。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 是 <see langword="null" /> 引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryRequest)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryRequest)" /> 方法将指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象插入 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合中指定索引处。
            </summary>
      <param name="index">
                要插入集合中的索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
              </param>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 要插入到集合对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Remove(System.DirectoryServices.Protocols.DirectoryRequest)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Remove(System.DirectoryServices.Protocols.DirectoryRequest)" /> 方法中删除指定的第一个匹配项 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 来自集合对象。
            </summary>
      <param name="value">
                要移除的 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" />为空引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.RemoveAt(System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.RemoveAt(System.Int32)" /> 方法移除 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 指定位置处的对象。
            </summary>
      <param name="index">
                要移除的 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象的索引（从零开始）。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.CopyTo(System.Array,System.Int32)" /> 方法可以复制整个 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="value">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 对象。
              </param>
      <param name="i">
                从零开始的索引 <paramref name="value" /> 开始复制。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#Add(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Add(System.Object)" /> 方法将添加 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 到集合的对象。
            </summary>
      <param name="request">
                要添加到集合的 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
              </param>
      <returns>
              索引 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合中的 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 添加了对象。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="request" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="request" /> 不是  <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#Clear">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Clear" /> 方法从集合中移除所有项。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#Contains(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Contains(System.Object)" /> 方法确定是否这 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合包含指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 要搜索的对象。
              </param>
      <returns>
              <see langword="true" /> 如果指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象是集合; 的一部分 <see langword="false" />, ，否则为。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#IndexOf(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.IndexOf(System.Object)" /> 方法返回指定的第一个匹配项的从零开始索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象在 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象返回的索引。
              </param>
      <returns>
              指定的索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象时，如果找到; 否则为-1。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 是 <see langword="null" /> 引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#Insert(System.Int32,System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Insert(System.Int32,System.Object)" /> 方法将指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象插入 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 集合中指定索引处。
            </summary>
      <param name="index">
                要插入集合中的索引 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
              </param>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 要插入到集合对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="value" /> 不是  <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#Remove(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Remove(System.Object)" /> 方法中删除指定的第一个匹配项 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 来自集合对象。
            </summary>
      <param name="value">
                要移除的 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#RemoveAt(System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.RemoveAt(System.Int32)" /> 方法移除 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 指定位置处的对象。
            </summary>
      <param name="index">
                要移除的 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象的索引（从零开始）。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.ToXml">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.ToXml" /> 方法转换每个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 到集合中的对象 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <returns>
              已转换 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlResponseDocument.CopyTo(System.DirectoryServices.Protocols.DirectoryResponse[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlResponseDocument.CopyTo(System.DirectoryServices.Protocols.DirectoryResponse[],System.Int32)" /> 方法将整个集合复制到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="value">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 对象。
              </param>
      <param name="i">
                从零开始的索引 <paramref name="value" /> 开始复制。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="i" /> 小于零。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="value" /> 是多维的
                
                  - 或 -
                
                  源中的元素数目 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 大于从的可用空间 我 目标从头到尾 <paramref name="value" />。
                </exception>
      <exception cref="T:System.InvalidCastException">
                  源类型 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 无法自动转换为目标类型 <paramref name="value" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlResponseDocument.GetEnumerator">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlResponseDocument.GetEnumerator" /> 方法返回一个枚举的整个 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 集合。
            </summary>
      <returns>
              <see cref="T:System.Collections.IEnumerator" /> 适用于整个集合对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlResponseDocument.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.CopyTo(System.Array,System.Int32)" /> 方法可以复制整个 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 集合到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="value">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 对象。
              </param>
      <param name="i">
                从零开始的索引 <paramref name="value" /> 开始复制。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlResponseDocument.ToXml">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlResponseDocument.ToXml" /> 方法转换每个 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 到集合中的对象 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <returns>
              已转换 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapConnection.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapConnection.#ctor" /> 构造函数初始化的新实例 <see cref="T:System.DirectoryServices.Protocols.DsmlSoapConnection" /> 类。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapConnection.BeginSession">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapConnection.BeginSession" /> 方法指示 DSML 服务器要启动新会话。
            </summary>
      <exception cref="T:System.InvalidOperationException">
                  当已使连接上打开会话时引发。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">
                  当从服务器中对 BeginSession 响应返回的 XML 格式不正确时引发。
                </exception>
      <exception cref="T:System.Net.WebException">
                  没有与 DSML 服务器通信失败时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapConnection.EndSession">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapConnection.EndSession" /> 方法结束与 DSML 服务器的会话，并清除 <see cref="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SessionId" /> 属性。
            </summary>
      <exception cref="T:System.Net.WebException">
                  与 DSML 服务器通信失败时引发。
                </exception>
      <exception cref="T:System.InvalidOperationException">
                  没有打开的会话时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier)" /> 构造函数初始化的新实例 <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection" /> 类。
            </summary>
      <param name="identifier">
                一个 <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier" /> 对象，它指定用于连接服务器。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="identifier" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier,System.Net.NetworkCredential)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier,System.Net.NetworkCredential)" /> 构造函数初始化的新实例 <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection" /> 类。
            </summary>
      <param name="identifier">
                一个 <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier" /> 对象，它指定用于连接服务器。
              </param>
      <param name="credential">
                一个 <see cref="T:System.Net.NetworkCredential" /> 对象，其中包含的网络凭据。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="identifier" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)" /> 构造函数创建并初始化的新实例 <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection" /> 类使用指定的标识符、 网络凭据和身份验证类型。
            </summary>
      <param name="identifier">
                一个 <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier" /> 对象，它指定用于连接服务器。
              </param>
      <param name="credential">
                一个 <see cref="T:System.Net.NetworkCredential" /> 对象，它包含网络凭据。
              </param>
      <param name="authType">
                <see cref="T:System.DirectoryServices.Protocols.AuthType" /> 值，该值指定要用于此连接的身份验证类型。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="identifier" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="authType" /> 值不支持 DSML 值之一。
                   DSML 仅支持匿名、 Ntlm、 Basic、 Negotiate 和摘要。
                </exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  <paramref name="authType" /> 值不在中定义的常数 <see cref="T:System.DirectoryServices.Protocols.AuthType" /> 枚举。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.Uri)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.Uri)" /> 构造函数初始化的新实例 <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection" /> 类。
            </summary>
      <param name="uri">
                一个 <see cref="T:System.Uri" /> 对象，它指定用于连接服务器。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="uri" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.Abort(System.IAsyncResult)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.Abort(System.IAsyncResult)" /> 方法取消异步请求。
            </summary>
      <param name="asyncResult">
                一个派生自 <see cref="T:System.IAsyncResult" /> 引用该异步请求。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="asyncResult" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="asyncResult" /> 相应地调用没有返回 <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument,System.AsyncCallback,System.Object)" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument,System.AsyncCallback,System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument,System.AsyncCallback,System.Object)" /> 方法开始以异步方式发送指定 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 对象传递给服务器。
            </summary>
      <param name="request">
                <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 对象发送。
              </param>
      <param name="callback">
                <see cref="T:System.AsyncCallback" /> 函数。
              </param>
      <param name="state">
                <see cref="T:System.Object" /> ，其中包含此请求的状态数据。
              </param>
      <returns>
              一个派生自 <see cref="T:System.IAsyncResult" /> ，它引用异步发送。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="request" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSession">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSession" /> 方法指示 DSML 服务器要启动新会话。
            </summary>
      <exception cref="T:System.InvalidOperationException">
                  当已使连接上打开会话时引发。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">
                  当从服务器响应中返回的 XML 时，引发 <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSession" /> 格式不正确。
                </exception>
      <exception cref="T:System.Net.WebException">
                  没有与 DSML 服务器或服务器无可用会话时出现通信故障时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.EndSendRequest(System.IAsyncResult)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.EndSendRequest(System.IAsyncResult)" /> 方法完成异步发送请求。
            </summary>
      <param name="asyncResult">
                一个派生自 <see cref="T:System.IAsyncResult" /> ，其中包含用于此请求的状态数据。
              </param>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 对象，其中包含该请求的结果。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  时，引发 <paramref name="asyncResult" /> 是 <see langword="null" />。
                </exception>
      <exception cref="T:System.ArgumentException">
                  时引发 <paramref name="asyncResult" /> 从调用未返回由当前实例 <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument,System.AsyncCallback,System.Object)" />。
                </exception>
      <exception cref="T:System.IO.IOException">
                  请求未完成。
                   没有流才可用。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">
                  当服务器返回的响应无效时引发。
                </exception>
      <exception cref="T:System.Net.WebException">
                  当以前调用过中止时或者在处理请求时出错时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.EndSession">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.EndSession" /> 方法结束与 DSML 服务器的会话，并清除 <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SessionId" /> 属性。
            </summary>
      <exception cref="T:System.Net.WebException">
                  没有与 DSML 服务器通信失败时引发。
                </exception>
      <exception cref="T:System.InvalidOperationException">
                  没有打开的会话时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 方法将发送一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
            </summary>
      <param name="request">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 包含请求的对象。
              </param>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象，其中包含该请求的结果。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="request" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.ErrorResponseException">
                  DSML 服务器返回了错误响应。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">
                  该操作返回了失败代码。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument)" /> 方法发送 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 到 DSML 服务器的对象。
            </summary>
      <param name="request">
                一个 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 对象发送到服务器。
              </param>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 对象，其中包含该请求的结果。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="request" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException" /> 类使用指定的响应对象。
               显示的默认消息给客户端"&lt; 服务器 &gt; 返回的"。
            </summary>
      <param name="response">
                <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse" /> 对象对应于服务器返回的 <see langword="&lt;errorResponse&gt;" />。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse,System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException" /> 类使用指定的响应对象和消息。
            </summary>
      <param name="response">
                <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse" /> 对象对应于服务器返回的 <see langword="&lt;errorResponse&gt;" />。
              </param>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse,System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse,System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException" /> 类使用指定的响应对象、 消息和内部异常。
            </summary>
      <param name="response">
                <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse" /> 对象对应于服务器返回的 <see langword="&lt;errorResponse&gt;" />。
              </param>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
      <param name="inner">
                <see cref="P:System.Exception.InnerException" />, (如果有），则引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException" /> 类使用指定的序列化数据和流上下文。
            </summary>
      <param name="info">
                序列化参数所需的数据。
              </param>
      <param name="context">
                源和与参数关联的序列化流的目标。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException" /> 类使用指定的消息。
            </summary>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException" /> 类使用指定的消息和内部异常。
            </summary>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
      <param name="inner">
                <see cref="P:System.Exception.InnerException" />, (如果有），则引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 方法填充 <see cref="T:System.Runtime.Serialization.SerializationInfo" /> 对象序列化参数所需的数据。
            </summary>
      <param name="serializationInfo">
                序列化参数所需的数据。
              </param>
      <param name="streamingContext">
                源和与参数关联的序列化流的目标。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.ExtendedDNControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor(System.DirectoryServices.Protocols.ExtendedDNFlag)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor(System.DirectoryServices.Protocols.ExtendedDNFlag)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ExtendedDNControl" /> 类使用指定的标志。
            </summary>
      <param name="flag">
                值为 <see cref="T:System.DirectoryServices.Protocols.ExtendedDNFlag" /> 枚举，用于指定扩展的可分辨名称的格式。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ExtendedDNControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ExtendedDNControl.GetValue" /> 方法返回扩展识别名格式。
            </summary>
      <returns>
              扩展的可分辨名称的格式。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest" /> 类使用指定的名称。
            </summary>
      <param name="requestName">
                请求的名称。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String,System.Byte[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String,System.Byte[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest" /> 类使用指定的名称和值。
            </summary>
      <param name="requestName">
                请求的名称。
              </param>
      <param name="requestValue">
                请求的值。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ExtendedRequest.ToXmlNode(System.Xml.XmlDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ExtendedRequest.ToXmlNode(System.Xml.XmlDocument)" /> 方法创建从指定的 XML 节点 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <param name="doc">
                一个 <see cref="T:System.Xml.XmlDocument" /> 对象。
              </param>
      <returns>
              生成 <see cref="T:System.Xml.XmlElement" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LazyCommitControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LazyCommitControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.LazyCommitControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 类使用指定的目录的标识符。
               登录凭据和协商身份验证用于连接到 LDAP 服务器。
            </summary>
      <param name="identifier">
                <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 对象，它指定服务器。
              </param>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  当创建连接块失败或无法打开到服务器的连接时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 类使用指定的目录的标识符和网络凭据。
               协商使用身份验证。
            </summary>
      <param name="identifier">
                <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 对象，它指定服务器。
              </param>
      <param name="credential">
                一个 <see cref="T:System.Net.NetworkCredential" /> 对象，它指定要使用的凭据。
              </param>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  当创建连接块失败或无法打开到服务器的连接时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 类使用指定的目录标识符、 网络凭据和身份验证类型。
            </summary>
      <param name="identifier">
                <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 对象，它指定服务器。
              </param>
      <param name="credential">
                一个 <see cref="T:System.Net.NetworkCredential" /> 对象，它指定要使用的凭据。
              </param>
      <param name="authType">
                一个 <see cref="T:System.DirectoryServices.Protocols.AuthType" /> 值，该值指定要使用的身份验证的类型。
              </param>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  当创建连接块失败或无法打开到服务器的连接时引发。
                </exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  时，引发 <paramref name="authType" /> 超出范围。
                </exception>
      <exception cref="T:System.ArgumentException">
                  时，引发 <paramref name="authType" /> 被指定为匿名，但 <paramref name="credential" /> 指定了凭据。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 类使用指定的服务器。
            </summary>
      <param name="server">
                一个字符串，指定可以是域名称、 LDAP 服务器的名称或以点分隔的字符串表示的 LDAP 服务器的 IP 地址的服务器。
                 （可选） 该参数可能还包含一个端口号，用冒号 （:） 分隔从右端的字符串。
              </param>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  当创建连接块失败或无法打开到服务器的连接时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.Abort(System.IAsyncResult)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Abort(System.IAsyncResult)" /> 方法取消异步请求。
            </summary>
      <param name="asyncResult">
                一个 <see cref="T:System.IAsyncResult" /> 引用该异步请求的对象。
              </param>
      <exception cref="T:System.ObjectDisposedException">
                  对象句柄无效。
                </exception>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="asyncResult" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  时引发 <paramref name="asyncResult" /> 相应地调用没有返回 <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest" />
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)" /> 方法将数据异步发送到服务器。
            </summary>
      <param name="request">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
              </param>
      <param name="partialMode">
                取值范围为 <see cref="T:System.DirectoryServices.Protocols.PartialResultProcessing" /> 枚举，用于指定要返回的部分结果的级别。
              </param>
      <param name="callback">
                <see cref="T:System.AsyncCallback" /> 函数。
              </param>
      <param name="state">
                <see cref="T:System.Object" /> ，其中包含此请求的状态数据。
              </param>
      <returns>
              一个 <see cref="T:System.IAsyncResult" /> 对象，可引用异步发送。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  对象句柄无效。
                </exception>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="request" /> 是 <see langword="null" /> (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
      <exception cref="T:System.NotSupportedException">
                  不支持部分结果。
                </exception>
      <exception cref="T:System.ArgumentException">
                  如果必须指定一个回调函数 <paramref name="partialMode" /> 是否等同于 <see cref="F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)" /> 方法将数据异步发送到服务器。
            </summary>
      <param name="request">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
              </param>
      <param name="requestTimeout">
                以秒为单位，直到在请求超时时时间。
              </param>
      <param name="partialMode">
                取值范围为 <see cref="T:System.DirectoryServices.Protocols.PartialResultProcessing" /> 枚举，用于指定要返回的部分结果的级别。
              </param>
      <param name="callback">
                <see cref="T:System.AsyncCallback" /> 函数。
              </param>
      <param name="state">
                <see cref="T:System.Object" /> ，其中包含此请求的状态数据。
              </param>
      <returns>
              一个 <see cref="T:System.IAsyncResult" /> 对象，可引用异步发送。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  对象句柄无效。
                </exception>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="request" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.NotSupportedException">
                  不支持部分结果。
                </exception>
      <exception cref="T:System.ArgumentException">
                  如果必须指定一个回调函数 <paramref name="partialMode" /> 是否等同于 <see cref="F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.Bind">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Bind" /> 方法发送 LDAP 绑定使用当前凭据。
            </summary>
      <exception cref="T:System.ObjectDisposedException">
                  对象句柄无效。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  LDAP 返回错误代码不映射到其中一个 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 枚举错误代码。
                </exception>
      <exception cref="T:System.InvalidOperationException">
                  任一 <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates" /> 属性指定多个客户端证书进行身份验证，发送或 <see cref="P:System.DirectoryServices.Protocols.LdapConnection.AuthType" /> 属性为 Anonymous 并提供一个或多个凭据。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.Bind(System.Net.NetworkCredential)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Bind(System.Net.NetworkCredential)" /> 方法发送 LDAP 绑定使用指定 <see cref="T:System.Net.NetworkCredential" />。
            </summary>
      <param name="newCredential">
                一个 <see cref="T:System.Net.NetworkCredential" /> 对象，它指定要使用的凭据。
              </param>
      <exception cref="T:System.ObjectDisposedException">
                  对象句柄无效。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  LDAP 返回错误代码未映射到 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 枚举错误代码。
                </exception>
      <exception cref="T:System.InvalidOperationException">
                  任一 <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates" /> 属性指定多个客户端证书进行身份验证，发送或 <see cref="P:System.DirectoryServices.Protocols.LdapConnection.AuthType" /> 属性为 Anonymous 并提供一个或多个凭据。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.Dispose">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Dispose" /> 方法关闭并释放 LDAP 句柄。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.Dispose(System.Boolean)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Dispose(System.Boolean)" /> 方法关闭连接，还可以释放 LDAP 句柄。
            </summary>
      <param name="disposing">
                <see langword="true" /> 当连接关闭时如果释放该句柄或 <see langword="false" /> 如果连接已关闭而不释放该句柄。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.EndSendRequest(System.IAsyncResult)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.EndSendRequest(System.IAsyncResult)" /> 方法完成的异步请求。
            </summary>
      <param name="asyncResult">
                <see cref="T:System.IAsyncResult" /> 对象，其中包含用于此请求的状态数据。
              </param>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象，其中包含该请求的结果。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  当已释放对象时引发。
                    对象句柄无效。
                </exception>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="asyncResult" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="asyncResult" /> 不匹配 <paramref name="asyncResult" /> 中返回 <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest" /> 调用。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  LDAP 返回错误代码未映射到  <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 枚举错误代码。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">
                  如果服务器返回，则引发 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象时发生错误。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.Finalize">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Finalize" /> 方法允许 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象尝试释放资源并执行其他清理操作之前 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 垃圾回收功能回收对象。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.GetPartialResults(System.IAsyncResult)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.GetPartialResults(System.IAsyncResult)" /> 方法检索的异步操作的部分结果。
            </summary>
      <param name="asyncResult">
                <see cref="T:System.IAsyncResult" /> 对象，其中包含用于此请求的状态数据。
              </param>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection" /> 对象，其中包含的部分结果。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  此对象已释放。
                   对象句柄无效。
                </exception>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="asyncResult" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="asyncResult" /> 不匹配 <paramref name="asyncResult" /> 中返回 <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest" /> 调用。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  LDAP 返回错误代码未映射到  <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 枚举错误代码。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">
                  如果服务器返回，则引发 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象时发生错误。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 方法将发送一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> LDAP v3 操作的形式。
            </summary>
      <param name="request">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 包含请求的对象。
              </param>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象，其中包含来自服务器的响应。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  此对象已释放。
                   对象句柄无效。
                </exception>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="asyncResult" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.NotSupportedException">
                  请求 DsmlAuthRequest 是类型的。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  LDAP 返回错误代码未映射到 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 枚举错误代码。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">
                  如果服务器返回，则引发 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象时发生错误。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan)" /> 方法将发送一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> LDAP v3 操作的形式。
            </summary>
      <param name="request">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 包含请求的对象。
              </param>
      <param name="requestTimeout">
                时间 （秒），直到在请求超时时的长度。
              </param>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象，其中包含来自服务器的响应。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  此对象已释放。
                   对象句柄无效。
                </exception>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="asyncResult" /> 为 Null（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.NotSupportedException">
                  请求 DsmlAuthRequest 是类型的。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  LDAP 返回错误代码未映射到 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 枚举错误代码。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">
                  如果服务器返回，则引发 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象时发生错误。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String)" /> 构造函数使用指定服务器创建 <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 类的实例。
            </summary>
      <param name="server">
                服务器 ID。
                 指定服务器的字符串，它可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串，或 <see langword="null" />。
                 如果为 <see langword="null" />，它表示与计算机帐户相关联的域中的任一域控制器的标识。
              
                根据需要，此参数也可能包含端口号，并以冒号 (:) 与 ID 本身隔开。
              </param>
      <exception cref="T:System.ArgumentException">
                  <paramref name="server" /> 具有空间时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)" /> 构造函数通过使用指定的服务器和属性创建 <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 类的实例。
                此构造函数创建代表一组 LDAP 服务器的标识符。
            </summary>
      <param name="server">
                服务器 ID。
                 用于指定服务器的字符串，可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。
                 根据需要，此参数也可能包含端口号，并以冒号 (:) 与 ID 本身隔开。
              </param>
      <param name="fullyQualifiedDnsHostName">
                如果服务器中的每个元素都是完全限定的 DNS 主机名，则为 <see langword="true" />。
                 如果是 <see langword="false" />，则元素可以为 IP 地址、DNS 域名、主机名或 <see langword="null" />。
                 如果为 <see langword="null" />，它表示与计算机帐户相关联的域中的任一域控制器的标识。
              </param>
      <param name="connectionless">
                如果连接为 UDP，则为 <see langword="true" />；如果连接使用 TCP/IP，则为 <see langword="false" />。
              </param>
      <exception cref="T:System.ArgumentException">
                  当 <paramref name="server" /> 仅包含空白时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32)" /> 构造函数通过使用指定的服务器和属性创建 <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 类的实例。
                此构造函数创建代表一组 LDAP 服务器的标识符。
            </summary>
      <param name="server">
                服务器 ID。
                 用于指定服务器的字符串，可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。
                 根据需要，此参数也可能包含端口号，并以冒号 (:) 与 ID 本身隔开。
              </param>
      <param name="portNumber">
                连接到服务器时要使用的端口号。
              </param>
      <exception cref="T:System.ArgumentException">
                  <paramref name="server" /> 具有空间时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32,System.Boolean,System.Boolean)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32,System.Boolean,System.Boolean)" /> 构造函数通过使用指定的服务器和属性创建 <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 类的实例。
                此构造函数创建代表一组 LDAP 服务器的标识符。
            </summary>
      <param name="server">
                服务器 ID。
                 用于指定服务器的字符串，可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。
                 根据需要，此参数也可能包含端口号，并以冒号 (:) 与 ID 本身隔开。
              </param>
      <param name="fullyQualifiedDnsHostName">
                如果服务器中的每个元素都是完全限定的 DNS 主机名，则为 <see langword="true" />。
                 如果是 <see langword="false" />，则元素可以为 IP 地址、DNS 域名、主机名或 null。
                 如果为 null，它表示与计算机帐户相关联的域中的任何域控制器的标识。
              </param>
      <param name="connectionless">
                如果连接为 UDP，则为 <see langword="true" />；如果连接使用 TCP/IP，则为 <see langword="false" />。
              </param>
      <param name="portNumber">
                连接到服务器时要使用的端口号。
              </param>
      <exception cref="T:System.ArgumentException">
                  <paramref name="server" /> 具有空间时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Boolean,System.Boolean)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)" /> 构造函数通过使用指定的服务器和属性创建 <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 类的实例。
                此构造函数创建代表一组 LDAP 服务器的标识符。
            </summary>
      <param name="servers">
                服务器 ID。
                 用于指定服务器的字符串，可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。
                 根据需要，此参数也可能包含端口号，并以冒号 (:) 与 ID 本身隔开。
              </param>
      <param name="fullyQualifiedDnsHostName">
                如果服务器中的每个元素都是完全限定的 DNS 主机名，则为 <see langword="true" />。
                 如果是 <see langword="false" />，则元素可以为 IP 地址、DNS 域名、主机名或 null。
                 如果为 null，它表示与计算机帐户相关联的域中的任何域控制器的标识。
              </param>
      <param name="connectionless">
                如果连接为 UDP，则为 <see langword="true" />；如果连接使用 TCP/IP，则为 <see langword="false" />。
              </param>
      <exception cref="T:System.ArgumentException">
                  <paramref name="server" /> 具有空间时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Int32,System.Boolean,System.Boolean)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Int32,System.Boolean,System.Boolean)" /> 构造函数通过使用指定的服务器和属性创建 <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 类的实例。
                此构造函数创建代表一组 LDAP 服务器的标识符。
            </summary>
      <param name="servers">
                服务器 ID。
                 用于指定服务器的字符串，可以是域名、LDAP 服务器名或表示 LDAP 服务器 IP 地址的虚线字符串。
                 根据需要，此参数也可能包含端口号，并以冒号 (:) 与 ID 本身隔开。
              </param>
      <param name="fullyQualifiedDnsHostName">
                如果服务器中的每个元素都是完全限定的 DNS 主机名，则为 <see langword="true" />。
                 如果是 <see langword="false" />，则元素可以为 IP 地址、DNS 域名、主机名或 null。
                 如果为 null，它表示与计算机帐户相关联的域中的任何域控制器的标识。
              </param>
      <param name="connectionless">
                如果连接为 UDP，则为 <see langword="true" />；如果连接使用 TCP/IP，则为 <see langword="false" />。
              </param>
      <param name="portNumber">
                连接到服务器时要使用的端口号。
              </param>
      <exception cref="T:System.ArgumentException">
                  <paramref name="server" /> 具有空间时引发。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.LdapException" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapException" /> 类使用指定的错误代码。
               向客户端显示的默认消息是"与 LDAP 服务器的通信错误"。
            </summary>
      <param name="errorCode">
                由 LDAP 实现中返回的错误代码。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapException" /> 类使用指定的错误代码和消息。
            </summary>
      <param name="errorCode">
                由 LDAP 实现中返回的错误代码。
              </param>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapException" /> 类使用指定的错误代码、 消息和内部异常。
            </summary>
      <param name="errorCode">
                由 LDAP 实现中返回的错误代码。
              </param>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
      <param name="inner">
                内部异常，如果有的话，引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.String)" /> 构造函数使用指定的错误代码、消息和 LDAP 服务器错误消息创建 <see cref="T:System.DirectoryServices.Protocols.LdapException" /> 类的实例。
            </summary>
      <param name="errorCode">
                由 LDAP 实现返回的错误代码。
              </param>
      <param name="message">
                出现异常时显示到客户端的消息。
              </param>
      <param name="serverErrorMessage">
                LDAP 服务器错误消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapException" /> 类使用指定的序列化数据和流上下文。
            </summary>
      <param name="info">
                序列化参数所需的数据。
              </param>
      <param name="context">
                源和与参数关联的序列化流的目标。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapException" /> 类使用指定的消息。
            </summary>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.LdapException" /> 类使用指定的消息和内部异常。
            </summary>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
      <param name="inner">
                内部异常，如果有的话，引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 方法填充 <see cref="T:System.Runtime.Serialization.SerializationInfo" /> 对象序列化参数所需的数据。
            </summary>
      <param name="serializationInfo">
                序列化参数所需的数据。
              </param>
      <param name="streamingContext">
                源和与参数关联的序列化流的目标。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapSessionOptions.FastConcurrentBind">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapSessionOptions.FastConcurrentBind" /> 方法支持快速并发绑定。
            </summary>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
      <exception cref="T:System.PlatformNotSupportedException">
                  此方法在当前平台上不起作用。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  LDAP 时出错。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)" /> 方法启动传输层安全加密。
            </summary>
      <param name="controls">
                包含要使用的控件的 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 对象。
              </param>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.TlsOperationException">
                  请求失败。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.LdapException">
                  LDAP 时出错。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.LdapSessionOptions.StopTransportLayerSecurity">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.LdapSessionOptions.StopTransportLayerSecurity" /> 方法结束传输层安全加密。
            </summary>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
      <exception cref="T:System.DirectoryServices.Protocols.TlsOperationException">
                  请求失败。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest" /> 对象。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor(System.String,System.String,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor(System.String,System.String,System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest" /> 对象使用指定的对象名称、 父名称和新的对象名称。
            </summary>
      <param name="distinguishedName">
                对象的当前可分辨的名称。
              </param>
      <param name="newParentDistinguishedName">
                新父对象的可分辨的名称。
              </param>
      <param name="newName">
                对象的新可分辨的名称。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ModifyDNRequest.ToXmlNode(System.Xml.XmlDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ModifyDNRequest.ToXmlNode(System.Xml.XmlDocument)" /> 方法创建从指定的 XML 节点 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <param name="doc">
                一个 <see cref="T:System.Xml.XmlDocument" /> 对象。
              </param>
      <returns>
              生成 <see cref="T:System.Xml.XmlElement" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.ModifyRequest" /> 类的实例。
               此构造函数创建一个空请求。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeModification[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeModification[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ModifyRequest" /> 类使用指定的可分辨的名称和修改。
            </summary>
      <param name="distinguishedName">
                要修改的对象的可分辨的名称。
              </param>
      <param name="modifications">
                一个数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 指定所做的修改的对象。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeOperation,System.String,System.Object[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeOperation,System.String,System.Object[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.ModifyRequest" /> 类使用指定的可分辨的名称、 修改、 属性名称和值。
            </summary>
      <param name="distinguishedName">
                要修改的对象的可分辨的名称。
              </param>
      <param name="operation">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation" /> 对象，它指定要执行的修改。
              </param>
      <param name="attributeName">
                要修改的属性的名称。
                 此参数不能为 <see langword="null" />。
              </param>
      <param name="values">
                属性的新值。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ModifyRequest.ToXmlNode(System.Xml.XmlDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ModifyRequest.ToXmlNode(System.Xml.XmlDocument)" /> 方法创建从指定的 XML 节点 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <param name="doc">
                一个 <see cref="T:System.Xml.XmlDocument" /> 对象。
              </param>
      <returns>
              生成 <see cref="T:System.Xml.XmlElement" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor" /> 构造函数创建的新实例 <see cref="T:System.DirectoryServices.Protocols.PageResultRequestControl" /> 类。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Byte[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Byte[])" /> 构造函数创建的新实例 <see cref="T:System.DirectoryServices.Protocols.PageResultRequestControl" /> 类使用指定的页搜索 cookie。
            </summary>
      <param name="cookie">
                指定用于后续分页的结果搜索调用的 cookie。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Int32)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.PageResultRequestControl" /> 类使用请求的页大小。
            </summary>
      <param name="pageSize">
                请求的页大小。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.PageResultRequestControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.PageResultRequestControl.GetValue" /> 方法返回的页大小和与此控件关联的 cookie。
            </summary>
      <returns>
              页面大小和与此控件关联的 cookie。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.PartialResultsCollection.Contains(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.PartialResultsCollection.Contains(System.Object)" /> 方法确定是否这 <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection" /> 对象包含指定 <see cref="T:System.Object" />。
            </summary>
      <param name="value">
                要搜索的 <see cref="T:System.Object" />。
              </param>
      <returns>
              <see langword="true" /> 如果指定 <see cref="T:System.Object" /> 是集合中的一部分或 <see langword="false" /> 如果不是。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.PartialResultsCollection.CopyTo(System.Object[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.PartialResultsCollection.CopyTo(System.Object[],System.Int32)" /> 方法将整个集合复制到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="values">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection" /> 对象。
              </param>
      <param name="index">
                从零开始的索引 <paramref name="values" /> 开始复制。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="values" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="values" /> 是多维的
                
                  - 或 -
                
                  源中的元素数目 <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection" /> 大于从的可用空间 <paramref name="index" /> 目标从头到尾 <paramref name="values" />。
                </exception>
      <exception cref="T:System.InvalidCastException">
                  源类型 <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection" /> 无法自动转换为目标类型 <paramref name="values" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.PartialResultsCollection.IndexOf(System.Object)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.PartialResultsCollection.IndexOf(System.Object)" /> 方法返回指定的第一个匹配项的从零开始索引 <see cref="T:System.Object" /> 中 <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection" />。
            </summary>
      <param name="value">
                <see cref="T:System.Object" /> 为返回的索引。
              </param>
      <returns>
              指定的索引值 <see cref="T:System.Object" />, ，如果找到，则为-1 如果找不到指定的对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.PermissiveModifyControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.PermissiveModifyControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.PermissiveModifyControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.QuotaControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.QuotaControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.QuotaControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.QuotaControl.#ctor(System.Security.Principal.SecurityIdentifier)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.QuotaControl.#ctor(System.Security.Principal.SecurityIdentifier)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.QuotaControl" /> 类使用指定的 SID。
            </summary>
      <param name="querySid">
                安全主体的 SID。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.QuotaControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.QuotaControl.GetValue" /> 方法返回与此查询关联的 SID。
            </summary>
      <returns>
              与此查询关联的 SID。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ReferralCallback.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ReferralCallback.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.ReferralCallback" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.SearchOptionsControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor(System.DirectoryServices.Protocols.SearchOption)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor(System.DirectoryServices.Protocols.SearchOption)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.SearchOptionsControl" /> 类使用指定的搜索选项。
            </summary>
      <param name="flags">
                <see cref="T:System.DirectoryServices.Protocols.SearchOption" /> 枚举值，该值指定搜索行为。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchOptionsControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchOptionsControl.GetValue" /> 方法将返回此对象的搜索选项。
            </summary>
      <returns>
              与此控件关联的搜索选项。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchRequest.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchRequest.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" /> 类的实例。
               此构造函数创建一个空请求。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.String,System.DirectoryServices.Protocols.SearchScope,System.String[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.String,System.DirectoryServices.Protocols.SearchScope,System.String[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" /> 类使用指定的名称、 搜索筛选器、 范围和属性。
            </summary>
      <param name="distinguishedName">
                开始搜索的对象的可分辨的名称。
              </param>
      <param name="ldapFilter">
                LDAP 搜索筛选器。
              </param>
      <param name="searchScope">
                值之一 <see cref="T:System.DirectoryServices.Protocols.SearchScope" /> 指定的搜索范围。
              </param>
      <param name="attributeList">
                包含在结果集中请求的属性数组。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.Xml.XmlDocument,System.DirectoryServices.Protocols.SearchScope,System.String[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.Xml.XmlDocument,System.DirectoryServices.Protocols.SearchScope,System.String[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" /> 类使用指定的名称、 搜索筛选器、 范围和属性。
            </summary>
      <param name="distinguishedName">
                要搜索对象的可分辨的名称。
              </param>
      <param name="filter">
                DSML v2 搜索筛选器。
              </param>
      <param name="searchScope">
                一个 <see cref="T:System.DirectoryServices.Protocols.SearchScope" /> 值，该值指定搜索范围。
                 默认值为 <see cref="T:System.DirectoryServices.Protocols.SearchScope" />。
              </param>
      <param name="attributeList">
                包含在结果集中请求的属性数组。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchRequest.ToXmlNode(System.Xml.XmlDocument)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchRequest.ToXmlNode(System.Xml.XmlDocument)" /> 方法创建从指定的 XML 节点 <see cref="T:System.Xml.XmlDocument" /> 对象。
            </summary>
      <param name="doc">
                一个 <see cref="T:System.Xml.XmlDocument" /> 对象。
              </param>
      <returns>
              生成 <see cref="T:System.Xml.XmlElement" /> 对象。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Contains(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Contains(System.String)" /> 方法确定集合是否包含指定 <paramref name="attributeName" />。
            </summary>
      <param name="attributeName">
                要查找的属性的名称。
              </param>
      <returns>
              <see langword="true" /> 如果集合包含属性名称或 <see langword="false" /> 如果不是。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="attributeName" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)" /> 方法将整个集合复制到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="array">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection" /> 对象。
              </param>
      <param name="index">
                从零开始的索引 <paramref name="array" /> 开始复制。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="array" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="array" /> 是多维的
                
                  - 或 -
                
                  源中的元素数目 <see cref="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection" /> 大于从的可用空间 <paramref name="index" /> 目标从头到尾 <paramref name="array" />。
                </exception>
      <exception cref="T:System.InvalidCastException">
                  源类型 <see cref="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection" /> 无法自动转换为目标类型 <paramref name="array" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.Contains(System.DirectoryServices.Protocols.SearchResultEntry)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.Contains(System.DirectoryServices.Protocols.SearchResultEntry)" /> 方法确定集合是否包含指定 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 对象。
            </summary>
      <param name="value">
                要查找的 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" />。
              </param>
      <returns>
              <see langword="true" /> 如果集合包含 <paramref name="value" /> 或 <see langword="false" /> 如果不是。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[],System.Int32)" /> 方法将整个集合复制到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="values">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection" /> 对象。
              </param>
      <param name="index">
                从零开始的索引 <paramref name="values" /> 开始复制。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="values" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="values" /> 是多维的
                
                  - 或 -
                
                  源中的元素数目 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection" /> 大于从的可用空间 <paramref name="index" /> 目标从头到尾 <paramref name="values" />。
                </exception>
      <exception cref="T:System.InvalidCastException">
                  源类型 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection" /> 无法自动转换为目标类型 <paramref name="array" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultEntry)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultEntry)" /> 方法返回指定的第一个匹配项的从零开始索引 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 对象在 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection" />。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 对象返回的索引。
              </param>
      <returns>
              指定的索引值 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 对象时，如果找到，则为-1 如果未找到。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Contains(System.DirectoryServices.Protocols.SearchResultReference)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Contains(System.DirectoryServices.Protocols.SearchResultReference)" /> 方法确定是否集合包含指定 <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 对象。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 要查找对象。
              </param>
      <returns>
              <see langword="true" /> 如果集合包含 <paramref name="value" /> 或 <see langword="false" /> 如果不是。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultReference[],System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultReference[],System.Int32)" /> 方法将整个集合复制到一维数组，从目标数组的指定索引处开始。
            </summary>
      <param name="values">
                一维数组，它是从复制的元素的目标 <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection" /> 对象。
              </param>
      <param name="index">
                从零开始的索引 <paramref name="values" /> 开始复制。
              </param>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="values" /> 为空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="values" /> 是多维的
                
                  - 或 -
                
                  源中的元素数目 <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection" /> 大于从的可用空间 <paramref name="index" /> 目标从头到尾 <paramref name="values" />。
                </exception>
      <exception cref="T:System.InvalidCastException">
                  源类型 <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection" /> 无法自动转换为目标类型 <paramref name="array" />。
                </exception>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultReference)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultReference)" /> 方法返回指定的第一个匹配项的从零开始索引 <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 对象在 <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection" />。
            </summary>
      <param name="value">
                <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 对象返回的索引。
              </param>
      <returns>
              指定的索引值 <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 对象时，如果找到。
               如果未找到该对象，此方法将返回-1。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor" /> 构造函数创建的新实例 <see cref="T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl" /> 类。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor(System.DirectoryServices.Protocols.SecurityMasks)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor(System.DirectoryServices.Protocols.SecurityMasks)" /> 构造函数创建的新实例 <see cref="T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl" /> 类使用指定的安全掩码。
            </summary>
      <param name="masks">
                组成 <see cref="T:System.DirectoryServices.Protocols.SecurityMasks" /> 指定安全描述符选项的值。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.GetValue" /> 方法将返回指定对于此控件的安全描述符选项。
            </summary>
      <returns>
              指定对于此控件的安全描述符选项。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.ShowDeletedControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.ShowDeletedControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.ShowDeletedControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SortKey.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SortKey.#ctor" /> 构造函数创建并初始化的新实例 <see cref="T:System.DirectoryServices.Protocols.SortKey" /> 类。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SortKey.#ctor(System.String,System.String,System.Boolean)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SortKey.#ctor(System.String,System.String,System.Boolean)" /> 构造函数创建并初始化的新实例 <see cref="T:System.DirectoryServices.Protocols.SortKey" /> 类使用指定的属性的名称、 匹配规则，还和排序顺序。
            </summary>
      <param name="attributeName">
                要用作排序键的属性的名称。
              </param>
      <param name="matchingRule">
                用于排序的匹配规则对象标识符 (OID)。
              </param>
      <param name="reverseOrder">
                <see langword="true" /> 如果按从最低到最高或 <see langword="false" /> 如果排序顺序为从高到最低。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.DirectoryServices.Protocols.SortKey[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.DirectoryServices.Protocols.SortKey[])" /> 构造函数创建并初始化的新实例 <see cref="T:System.DirectoryServices.Protocols.SortRequestControl" /> 类使用指定的排序键。
            </summary>
      <param name="sortKeys">
                一个数组 <see cref="T:System.DirectoryServices.Protocols.SortKey" /> 服务器用于对搜索结果进行排序之前将其返回给客户端的对象。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.Boolean)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.Boolean)" /> 构造函数创建的新实例 <see cref="T:System.DirectoryServices.Protocols.SortRequestControl" /> 类使用的指定的属性名称和排序顺序。
            </summary>
      <param name="attributeName">
                基于查询的属性的名称。
              </param>
      <param name="reverseOrder">
                <see langword="true" /> 如果应按相反的顺序返回结果或 <see langword="false" /> 否则为。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.String,System.Boolean)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.String,System.Boolean)" /> 构造函数创建的新实例 <see cref="T:System.DirectoryServices.Protocols.SortRequestControl" /> 类使用指定的属性的名称、 匹配规则，还和排序顺序。
            </summary>
      <param name="attributeName">
                基于查询的属性的名称。
              </param>
      <param name="matchingRule">
                指定的对象标识符 (OID) 的匹配规则进行排序。
              </param>
      <param name="reverseOrder">
                <see langword="true" /> 如果排序，则从最低到最高或 <see langword="false" /> 如果排序，则从高到最低。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.SortRequestControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.SortRequestControl.GetValue" /> 方法指定的排序键和对于此控件的匹配规则。
            </summary>
      <returns>
              排序关键字和对于此控件的匹配规则中。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.TlsOperationException" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.TlsOperationException" /> 类使用指定的响应。
            </summary>
      <param name="response">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 由服务器返回的对象。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.TlsOperationException" /> 类使用指定的响应和消息。
            </summary>
      <param name="response">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 由服务器返回的对象。
              </param>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.TlsOperationException" /> 类使用指定的响应、 消息和内部异常。
            </summary>
      <param name="response">
                一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 由服务器返回的对象。
              </param>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
      <param name="inner">
                <see cref="P:System.Exception.InnerException" />, (如果有），则引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.TlsOperationException" /> 类使用指定的序列化数据和流上下文。
            </summary>
      <param name="info">
                若要序列化参数所需的数据。
              </param>
      <param name="context">
                源和与参数关联的序列化流的目标。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.TlsOperationException" /> 类使用指定的消息。
            </summary>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String,System.Exception)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String,System.Exception)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.TlsOperationException" /> 类使用指定的消息和内部异常。
            </summary>
      <param name="message">
                发生异常时显示给客户端的消息。
              </param>
      <param name="inner">
                <see cref="P:System.Exception.InnerException" />, (如果有），则引发异常。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.TreeDeleteControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.TreeDeleteControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.TreeDeleteControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.VerifyNameControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.VerifyNameControl" /> 类使用指定的服务器名称。
            </summary>
      <param name="serverName">
                全局编录执行验证。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String,System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String,System.Int32)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.VerifyNameControl" /> 类使用指定的服务器名称和标志。
            </summary>
      <param name="serverName">
                执行验证全局编录。
              </param>
      <param name="flag">
                用于验证使用的标志。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.VerifyNameControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.VerifyNameControl.GetValue" /> 方法将返回验证服务器的名称。
            </summary>
      <returns>
              验证服务器的名称。
            </returns>
    </member>
    <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor" /> 构造函数创建 <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl" /> 类的实例。
            </summary>
    </member>
    <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Byte[])">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Byte[])" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl" /> 类使用指定的项计数和目标项。
            </summary>
      <param name="beforeCount">
                客户端请求从服务器列表结果中返回的目标项之前的条目数。
              </param>
      <param name="afterCount">
                客户端请求从服务器返回结果中的目标项之前的条目数。
              </param>
      <param name="target">
                搜索目标项。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Int32)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Int32)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl" /> 类使用指定的项计数和偏移量。
            </summary>
      <param name="beforeCount">
                客户端请求从服务器发送回列表结果中的目标项之前的条目数。
              </param>
      <param name="afterCount">
                客户端请求从服务器发送回结果中的目标项之前的条目数。
              </param>
      <param name="offset">
                偏移量的值和内容计数之间的比率。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.String)">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.String)" /> 构造函数创建的一个实例 <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl" /> 类使用指定的项计数和目标项。
            </summary>
      <param name="beforeCount">
                客户端请求从服务器列表结果中返回的目标项之前的条目数。
              </param>
      <param name="afterCount">
                客户端请求从服务器返回结果中的目标项之前的条目数。
              </param>
      <param name="target">
                搜索目标项。
              </param>
    </member>
    <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.GetValue">
      <summary>
              <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.GetValue" /> 方法将返回指定的控件的 BER 编码的序列。
            </summary>
      <returns>
              指定此控件的 BER 编码的序列。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.AddRequest.Attributes">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.AddRequest.Attributes" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 属性-值对的对象。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 属性-值对的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.AddRequest.DistinguishedName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.AddRequest.DistinguishedName" /> 属性包含该对象的可分辨的名称。
            </summary>
      <returns>
              对象的可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.AsqRequestControl.AttributeName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.AsqRequestControl.AttributeName" /> 属性获取或设置搜索查询所基于的属性名称。
            </summary>
      <returns>
              搜索查询所基于的属性名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.AsqResponseControl.Result">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.AsqResponseControl.Result" /> 属性可以获取 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 与结果数据的对象。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 与结果数据的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.CompareRequest.Assertion">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.CompareRequest.Assertion" /> 属性获取用于比较的属性/值对。
            </summary>
      <returns>
              用于比较的属性/值对。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.CompareRequest.DistinguishedName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.CompareRequest.DistinguishedName" /> 属性获取或设置要比较的对象的可分辨的名称。
            </summary>
      <returns>
              要比较的对象的可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.CrossDomainMoveControl.TargetDomainController">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.CrossDomainMoveControl.TargetDomainController" /> 属性获取或设置目标域控制器 (DC) 的 DNS 名称。
            </summary>
      <returns>
              目标 DC 的 DNS 名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DeleteRequest.DistinguishedName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DeleteRequest.DistinguishedName" /> 属性获取或设置要删除的对象的可分辨的名称。
            </summary>
      <returns>
              要删除的对象的可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryAttribute.Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryAttribute.Item(System.Int32)" /> 属性获取或设置 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 的指定索引处的对象。
            </summary>
      <param name="index">
                处的从零开始的索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 找到对象。
              </param>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 中指定索引处的对象。
            </returns>
      <exception cref="T:System.ArgumentException">
                  <paramref name="value" /> 若要设置是无效的类型。
                   有效的类型为 byte []、 字符串或 URI。
                </exception>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryAttribute.Name">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryAttribute.Name" /> 属性包含的属性名称。
            </summary>
      <returns>
              特性名称。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="value" /> 包含空引用（在 Visual Basic 中为 <see langword="Nothing" />）。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Item(System.Int32)" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 的指定索引处的对象。
            </summary>
      <param name="index">
                索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
              </param>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 中指定索引处的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryAttributeModification.Operation">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryAttributeModification.Operation" /> 属性指定的一种 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation" /> 修改，以便执行。
            </summary>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation" /> 修改就能执行。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Item(System.Int32)" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 处指定对象 <paramref name="index" />。
            </summary>
      <param name="index">
                索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 对象。
              </param>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 处指定对象 <paramref name="index" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates" /> 属性指定要为身份验证发送的一个或多个客户端证书。
            </summary>
      <returns>
              一个或多个客户端证书进行身份验证发送。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryConnection.Credential">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.Credential" /> 属性指定用于连接对象的备用凭据。
            </summary>
      <returns>
              连接对象的的备用凭据。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryConnection.Directory">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.Directory" /> 属性指定的域或应进行连接的服务器。
            </summary>
      <returns>
              域或应进行连接的服务器。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryConnection.Timeout">
      <summary>
              属性 <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.Timeout" /> 包含连接超时之前时间的长度（以秒为单位）。
            </summary>
      <returns>
              连接超时之前时间的长度（以秒为单位）。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryControl.IsCritical">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryControl.IsCritical" /> 属性指定该控件上是否是关键。
            </summary>
      <returns>
              <see langword="true" /> 如果控件是关键代码;否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryControl.ServerSide">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryControl.ServerSide" /> 属性指定它是否为服务器端控件。
            </summary>
      <returns>
              <see langword="true" /> 如果该控件为服务器端控件。
              <see langword="false" /> 指定客户端控件。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryControl.Type">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryControl.Type" /> 属性包含该控件的对象标识符 (OID)。
            </summary>
      <returns>
              该控件的 OID。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryControlCollection.Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryControlCollection.Item(System.Int32)" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 的指定索引处的对象。
            </summary>
      <param name="index">
                索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象。
              </param>
      <returns>
              包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 的指定索引处的对象。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  试图将属性设置为 <see langword="null" />。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryOperationException.Response">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryOperationException.Response" /> 属性指定 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 返回包含错误的服务器对象。
            </summary>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 返回包含错误的服务器对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryRequest.Controls">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryRequest.Controls" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 对象。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryRequest.RequestId">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryRequest.RequestId" /> 属性包含 <paramref name="requestID" /> 请求中指定。
            </summary>
      <returns>
              <paramref name="requestID" /> 请求中指定。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.Controls">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.Controls" /> 属性包含的数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 由服务器返回的对象。
            </summary>
      <returns>
              一个数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 由服务器返回的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.ErrorMessage">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.ErrorMessage" /> 属性包含错误消息中，如果有的话，此操作。
            </summary>
      <returns>
              错误消息中，如果有的话，此操作。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.MatchedDN">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.MatchedDN" /> 属性包含由服务器返回的匹配可分辨的名称。
            </summary>
      <returns>
              由服务器返回的匹配可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.Referral">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.Referral" /> 属性包含引用的服务器。
            </summary>
      <returns>
              引用的服务器。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.RequestId">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.RequestId" /> 属性包含的请求标识符。
            </summary>
      <returns>
              请求标识符。
            </returns>
      <exception cref="T:System.NotSupportedException">
                  用户试图设置该属性值。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.ResultCode">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.ResultCode" /> 属性包含该操作的结果代码。
            </summary>
      <returns>
              操作的结果代码。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirSyncRequestControl.AttributeCount">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirSyncRequestControl.AttributeCount" /> 属性指定要返回的属性的最大数量。
            </summary>
      <returns>
              要返回的属性的最大数量。
            </returns>
      <exception cref="T:System.ArgumentException">
                  试图设置一个值小于零。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirSyncRequestControl.Cookie">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirSyncRequestControl.Cookie" /> 属性包含由服务器使用的不透明结构。
            </summary>
      <returns>
              服务器使用的不透明结构。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirSyncRequestControl.Option">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirSyncRequestControl.Option" /> 属性指定搜索的行为。
            </summary>
      <returns>
              搜索的行为。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirSyncResponseControl.Cookie">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirSyncResponseControl.Cookie" /> 属性包含由目录返回的不透明结构。
            </summary>
      <returns>
              返回由目录的不透明结构。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirSyncResponseControl.MoreData">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirSyncResponseControl.MoreData" /> 属性指定是否要返回的更多数据。
            </summary>
      <returns>
              <see langword="true" /> 如果没有更多的数据; <see langword="false" />, ，否则为。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DirSyncResponseControl.ResultSize">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DirSyncResponseControl.ResultSize" /> 属性指定的结果的大小。
            </summary>
      <returns>
              结果的大小。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal" /> 属性包含安全主体。
            </summary>
      <returns>
              安全主体。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier.ServerUri">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier.ServerUri" /> 属性包含 <see cref="T:System.Uri" /> 此对象标识的服务器。
            </summary>
      <returns>
              <see cref="T:System.Uri" /> 此对象标识的服务器。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Controls">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Controls" /> 属性不是适用于 DSML &lt; 服务器 &gt;。
            </summary>
      <returns>
              不适用于 DSML &lt; 服务器 &gt;。
            </returns>
      <exception cref="T:System.NotSupportedException">
                  此属性不能用于 DSML 错误响应。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Detail">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Detail" /> 属性包含服务器中，&lt; 主体 &gt; 元素的内容，如果有的话。
            </summary>
      <returns>
              服务器，如果有的话 &lt; 详细信息 &gt; 元素的内容。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.ErrorMessage">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.ErrorMessage" /> 属性不是适用于 DSML &lt; 服务器 &gt;。
            </summary>
      <returns>
              不适用于 DSML &lt; 服务器 &gt;。
            </returns>
      <exception cref="T:System.NotSupportedException">
                  此属性不能用于 DSML 错误响应。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.MatchedDN">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.MatchedDN" /> 属性不是适用于 DSML &lt; 服务器 &gt;。
            </summary>
      <returns>
              不适用于 DSML &lt; 服务器 &gt;。
            </returns>
      <exception cref="T:System.NotSupportedException">
                  此属性不能用于 DSML 错误响应。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Message">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Message" /> 属性包含在服务器中，&lt; 消息 &gt; 元素中返回的文本，如果有的话。
            </summary>
      <returns>
              如果任何服务器，&lt; 消息 &gt; 元素中返回的文本。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Referral">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Referral" /> 属性不是适用于 DSML &lt; 服务器 &gt;。
            </summary>
      <returns>
              不适用于 DSML &lt; 服务器 &gt;。
            </returns>
      <exception cref="T:System.NotSupportedException">
                  此属性不能用于 DSML 错误响应。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.ResultCode">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.ResultCode" /> 属性不是适用于 DSML &lt; 服务器 &gt;。
            </summary>
      <returns>
              不适用于 DSML &lt; 服务器 &gt;。
            </returns>
      <exception cref="T:System.NotSupportedException">
                  此属性不能用于 DSML 错误响应。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Type">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Type" /> 属性包含的值 <see cref="T:System.DirectoryServices.Protocols.ErrorResponseCategory" /> ，它指定由服务器返回的错误响应的类型。
            </summary>
      <returns>
              值为 <see cref="T:System.DirectoryServices.Protocols.ErrorResponseCategory" /> ，它指定由服务器返回的错误响应的类型。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.Count">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.Count" /> 属性包含的数 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 此集合中的对象。
            </summary>
      <returns>
              此集合中 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象的数目。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.DocumentProcessing">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.DocumentProcessing" /> 属性包含的值之一 <see cref="T:System.DirectoryServices.Protocols.DsmlDocumentProcessing" /> 该值指定如何处理集合的元素。
            </summary>
      <returns>
              值之一 <see cref="T:System.DirectoryServices.Protocols.DsmlDocumentProcessing" /> 该值指定如何处理集合的元素。
            </returns>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  <paramref name="value" /> 是一个无效的枚举值。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.ErrorProcessing">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.ErrorProcessing" /> 属性包含的值之一 <see cref="T:System.DirectoryServices.Protocols.DsmlErrorProcessing" /> ，它指定如何对错误进行处理。
            </summary>
      <returns>
              值之一 <see cref="T:System.DirectoryServices.Protocols.DsmlErrorProcessing" /> ，它指定如何对错误进行处理。
            </returns>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  <paramref name="value" /> 是一个无效的枚举值。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsFixedSize">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsFixedSize" /> 属性包含一个值，该值指示是否 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 具有固定的大小。
            </summary>
      <returns>
              如果 <see langword="true" /> 具有固定大小，则为 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" />；否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsReadOnly">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsReadOnly" /> 属性包含一个值，该值指示是否 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 是否只读。
            </summary>
      <returns>
              如果 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 为只读，则为 <see langword="true" />；否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsSynchronized">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsSynchronized" /> 属性包含一个值，该值指示是否访问 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 同步 （线程安全）。
            </summary>
      <returns>
              <see langword="true" /> 如果访问 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 同步 （线程安全）; 否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.Item(System.Int32)" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 的指定索引处的对象。
            </summary>
      <param name="index">
                处的从零开始的索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 找到对象。
              </param>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 中指定索引处的对象。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="index" /> 设置为 null 引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.RequestId">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.RequestId" /> 属性包含 <paramref name="RequestID" /> 与关联 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" />。
            </summary>
      <returns>
              与 <paramref name="RequestID" /> 关联的 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.ResponseOrder">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.ResponseOrder" /> 属性包含的值之一 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseOrder" /> ，指定响应的顺序。
            </summary>
      <returns>
              值之一 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseOrder" /> ，指定响应的顺序。
            </returns>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  <paramref name="value" /> 是一个无效的枚举值。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.SyncRoot">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.SyncRoot" /> 属性包含可以用于对访问进行同步的对象 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" />。
            </summary>
      <returns>
              可用于同步对 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 的访问的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#ICollection#Count">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.Count" /> 属性获取的数 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 此集合中的对象。
            </summary>
      <returns>
              数 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#ICollection#IsSynchronized">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.IsSynchronized" /> 属性获取一个值，该值指示是否访问 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 同步 （线程安全）。
            </summary>
      <returns>
              <see langword="true" /> 如果访问 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 同步 （线程安全）; 否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#ICollection#SyncRoot">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.SyncRoot" /> 属性获取一个对象，可用于同步对访问 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" />。
            </summary>
      <returns>
              可以用于对访问进行同步的对象 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#IsFixedSize">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.IsFixedSize" /> 属性获取一个值，该值指示是否 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 具有固定的大小。
            </summary>
      <returns>
              如果 <see langword="true" /> 具有固定大小，则为 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" />；否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#IsReadOnly">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.IsReadOnly" /> 属性获取一个值，该值指示是否 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 是否是只读的。
            </summary>
      <returns>
              如果 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 为只读，则为 <see langword="true" />；否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System#Collections#IList#Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Item(System.Int32)" /> 属性获取或设置 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 的指定索引处的对象。
            </summary>
      <param name="index">
                处的从零开始的索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 找到对象。
              </param>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 处指定对象 <paramref name="index" />。
            </returns>
      <exception cref="T:System.ArgumentNullException">
                  <paramref name="index" /> 设置为 null 引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
      <exception cref="T:System.ArgumentException">
                  <paramref name="value" /> 不是  <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.Count">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.Count" /> 属性包含的数 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 此集合中的对象。
            </summary>
      <returns>
              此集合中 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象的数目。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsErrorResponse">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsErrorResponse" /> 属性指定是否已发生错误响应。
            </summary>
      <returns>
              此属性是 <see langword="true" /> 如果发生错误响应; <see langword="false" />, ，否则为。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsOperationError">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsOperationError" /> 属性指定是否已发生操作错误响应。
            </summary>
      <returns>
              此属性是 <see langword="true" /> 操作出错; 如果 <see langword="false" />, ，否则为。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsSynchronized">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsSynchronized" /> 属性包含一个值，该值指示是否访问 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 同步 （线程安全）。
            </summary>
      <returns>
              <see langword="true" /> 如果访问 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 同步 （线程安全）; 否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.Item(System.Int32)" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 的指定索引处的对象。
            </summary>
      <param name="index">
                处的从零开始的索引值 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 找到对象。
              </param>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 中指定索引处的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.RequestId">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.RequestId" /> 属性包含与文档关联的 RequestID。
            </summary>
      <returns>
              与文档关联的请求 Id。
            </returns>
      <exception cref="T:System.NotSupportedException">
                  尝试设置属性值。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.SyncRoot">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.SyncRoot" /> 属性包含可以用于对访问进行同步的对象 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" />。
            </summary>
      <returns>
              可用于同步对 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 的访问的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System#Collections#ICollection#Count">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.Count" /> 属性获取的数 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 此集合中的对象。
            </summary>
      <returns>
              数 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System#Collections#ICollection#IsSynchronized">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.IsSynchronized" /> 属性获取一个值，该值指示是否访问 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 同步 （线程安全）。
            </summary>
      <returns>
              <see langword="true" /> 如果访问 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 同步 （线程安全）; 否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System#Collections#ICollection#SyncRoot">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.SyncRoot" /> 属性获取一个对象，可用于同步对访问 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" />。
            </summary>
      <returns>
              可以用于对访问进行同步的对象 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SessionId">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SessionId" /> 属性包含活动会话 id。
            </summary>
      <returns>
              活动会话 id。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SoapRequestHeader">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SoapRequestHeader" /> 属性包含 SOAP 标头附加到传出请求。
            </summary>
      <returns>
              SOAP 标头附加到传出的请求。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.AuthType">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.AuthType" /> 属性包含的值之一 <see cref="T:System.DirectoryServices.Protocols.AuthType" /> 枚举，用于指定身份验证类型。
            </summary>
      <returns>
              值之一 <see cref="T:System.DirectoryServices.Protocols.AuthType" /> 枚举，用于指定身份验证类型。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SessionId">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SessionId" /> 属性包含活动会话 id。
            </summary>
      <returns>
              活动会话 id。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SoapActionHeader">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SoapActionHeader" /> 属性包含与其他 HTTP 标头发送的 SOAP 操作标头。
            </summary>
      <returns>
              与其他 HTTP 标头发送的 SOAP 操作标头。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.Timeout">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.Timeout" /> 属性包含的总时间，以秒为单位，之前 <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection" /> 超时。
            </summary>
      <returns>
              总时间，以秒为单位之前, <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection" /> 超时。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ErrorResponseException.Response">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ErrorResponseException.Response" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse" /> 对应于对象， <see langword="&lt;errorResponse&gt;" />。
            </summary>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse" /> 对应于对象， <see langword="&lt;errorResponse&gt;" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ExtendedDNControl.Flag">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ExtendedDNControl.Flag" /> 属性包含的值之一 <see cref="T:System.DirectoryServices.Protocols.ExtendedDNFlag" /> 指定扩展的可分辨名称的格式。
            </summary>
      <returns>
              值之一 <see cref="T:System.DirectoryServices.Protocols.ExtendedDNFlag" /> 指定扩展的可分辨名称的格式。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ExtendedRequest.RequestName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ExtendedRequest.RequestName" /> 属性包含的请求名称。
            </summary>
      <returns>
              请求名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ExtendedRequest.RequestValue">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ExtendedRequest.RequestValue" /> 属性包含该请求的值。
            </summary>
      <returns>
              请求的值。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseName" /> 属性包含由服务器返回的响应的名称。
            </summary>
      <returns>
              由服务器返回的响应的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseValue">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseValue" /> 属性包含由服务器返回的可选响应值。
            </summary>
      <returns>
              由服务器返回的可选响应值。
            </returns>
      <exception cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">
                  服务器返回了无效的值。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapConnection.AuthType">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapConnection.AuthType" /> 属性包含支持的身份验证类型。
            </summary>
      <returns>
              一种支持的身份验证类型。
            </returns>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  时，引发 <paramref name="authType" /> 超出范围。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapConnection.AutoBind">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapConnection.AutoBind" /> 属性指定是否允许自动绑定。
            </summary>
      <returns>
              <see langword="true" /> 如果允许自动绑定;否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapConnection.Credential">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapConnection.Credential" /> 属性包含该对象的网络凭据。
            </summary>
      <returns>
              对象的网络凭据。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapConnection.SessionOptions">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapConnection.SessionOptions" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.LdapSessionOptions" /> 对象，它指定会话选项。
            </summary>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.LdapSessionOptions" /> 对象，它指定会话选项。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapConnection.Timeout">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapConnection.Timeout" /> 属性包含的总时间，以秒为单位，之前 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 超时。
            </summary>
      <returns>
              总时间，以秒为单位之前, <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 超时。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Connectionless">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Connectionless" /> 属性指定的连接是用户数据报协议 (UDP)。
            </summary>
      <returns>
              此属性是 <see langword="true" /> 连接是否 UDP。
               此属性是 <see langword="false" /> 如果 LDAP 连接是通过 TCP/IP。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.FullyQualifiedDnsHostName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.FullyQualifiedDnsHostName" /> 属性指定服务器名称为完全限定的 DNS 主机名。
            </summary>
      <returns>
              此属性是 <see langword="true" /> 如果服务器名是完全限定的 DNS 主机名。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.PortNumber">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.PortNumber" /> 属性包含要用于连接到服务器的端口号。
            </summary>
      <returns>
              返回一个整数，表示的端口号。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Servers">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Servers" /> 属性包含此对象标识的服务器组。
            </summary>
      <returns>
              此对象标识的服务器组。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapException.ErrorCode">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapException.ErrorCode" /> 属性包含 LDAP 错误代码。
            </summary>
      <returns>
              LDAP 错误代码。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapException.PartialResults">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapException.PartialResults" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection" /> 包含部分结果的对象。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection" /> 对象，其中包含部分结果。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapException.ServerErrorMessage">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapException.ServerErrorMessage" /> 属性包含 <see cref="T:System.String" /> （如果存在），则包含 LDAP 服务器错误消息。
            </summary>
      <returns>
              一个 <see cref="T:System.String" /> （如果有），则包含 LDAP 服务器错误消息。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.AutoReconnect">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.AutoReconnect" /> 属性指定自动重新连接是否已启用。
            </summary>
      <returns>
              如果自动重新连接已启用，则此属性为 <see langword="true" />，否则为 <see langword="false" />。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.DomainName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.DomainName" /> 属性返回此连接绑定到的域。
            </summary>
      <returns>
              此连接绑定到的域。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.HostName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.HostName" /> 属性返回与连接关联的 LDAP 服务器的名称。
            </summary>
      <returns>
              与连接关联的 LDAP 服务器的名称。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.HostReachable">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.HostReachable" /> 属性指定主机是否可访问。
            </summary>
      <returns>
              如果主机可访问，则此属性为 <see langword="true" />，否则为 <see langword="false" />。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.LocatorFlag">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.LocatorFlag" /> 属性指定 <see cref="T:System.DirectoryServices.Protocols.LocatorFlags" /> 枚举的值之一，在定位域控制器时需要使用这些值。
            </summary>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.LocatorFlags" /> 枚举值之一，在定位域控制器时需要使用这些值。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingKeepAliveTimeout">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingKeepAliveTimeout" /> 属性包含 <see cref="T:System.TimeSpan" /> 对象，该对象指定在从服务器获得上一次响应之后，在发送“keep-alive”ping 命令之前客户端应该等待的最小秒数。
            </summary>
      <returns>
              一个 <see cref="T:System.TimeSpan" /> 对象，该对象指定在从服务器获得上一次响应之后，在发送“keep-alive”ping 命令之前客户端应该等待的最小秒数。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
      <exception cref="T:System.ArgumentException">
                  指定的时间跨度小于 <see cref="F:System.TimeSpan.Zero" />。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingLimit">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingLimit" /> 属性包含未答复的 ping 命令的数目，这些 ping 命令是客户端在关闭连接之前发送的。
            </summary>
      <returns>
              未答复的 ping 命令的数目，这些 ping 命令是客户端在关闭连接之前发送的。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
      <exception cref="T:System.ArgumentException">
                  指定的值小于零。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingWaitTimeout">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingWaitTimeout" /> 属性包含 <see cref="T:System.TimeSpan" /> 对象，该对象指定客户端在发送 ping 命令之后等待响应返回的毫秒数。
            </summary>
      <returns>
              一个 <see cref="T:System.TimeSpan" /> 对象，该对象指定客户端在发送 ping 命令之后等待响应返回的毫秒数。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
      <exception cref="T:System.ArgumentException">
                  指定的时间跨度小于 <see cref="F:System.TimeSpan.Zero" />。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion" /> 属性指定要使用的 LDAP 协议版本。
            </summary>
      <returns>
              要使用的 LDAP 协议版本。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.QueryClientCertificate">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.QueryClientCertificate" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.QueryClientCertificateCallback" /> 对象，该对象指定建立 SSL 连接时用来指定客户端证书的默认回调函数。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.QueryClientCertificateCallback" /> 对象，该对象指定建立 SSL 连接时用来指定客户端证书的默认回调函数。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralCallback">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralCallback" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.ReferralCallback" /> 对象，该对象指定追踪转交时使用的默认回调函数。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.ReferralCallback" /> 对象，该对象指定追踪转交时使用的默认回调函数。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralChasing">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralChasing" /> 属性包含 <see cref="T:System.DirectoryServices.ReferralChasingOption" /> 对象，该对象指定 LDAP 库如何遵循 LDAP 服务器返回的转交。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.ReferralChasingOption" /> 对象，该对象指定 LDAP 库如何遵循 LDAP 服务器返回的转交。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  中未定义指定的值 <see cref="T:System.DirectoryServices.ReferralChasingOption" />。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralHopLimit">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralHopLimit" /> 属性指定追踪转交时允许的跃点数。
            </summary>
      <returns>
              追踪转交时允许的跃点数。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
      <exception cref="T:System.ArgumentException">
                  指定的值小于零。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.RootDseCache">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.RootDseCache" /> 属性启用内部 RootDSE 缓存。
            </summary>
      <returns>
              如果启用了缓存，则此属性为 <see langword="true" />，否则为 <see langword="false" />。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SaslMethod">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SaslMethod" /> 属性指定首选的简单身份验证和安全层 (SASL) 绑定方法。
            </summary>
      <returns>
              首选 SASL 绑定方法。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.Sealing">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.Sealing" /> 属性启用 Kerberos 加密。
            </summary>
      <returns>
              如果启用了 Kerberos，则此属性为 <see langword="true" />，否则为 <see langword="false" />。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer" /> 属性启用连接上的安全套接字层。
            </summary>
      <returns>
              如果启用了安全套接字层，则此属性为 <see langword="true" />，否则为 <see langword="false" />。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SecurityContext">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SecurityContext" /> 属性指定与当前连接关联的安全上下文。
            </summary>
      <returns>
              与当前连接关联的安全上下文。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SendTimeout">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SendTimeout" /> 属性包含 <see cref="T:System.TimeSpan" /> 对象，该对象指定发送超时时间。
            </summary>
      <returns>
              指定发送超时时间的 <see cref="T:System.TimeSpan" /> 对象。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
      <exception cref="T:System.ArgumentException">
                  指定的值小于 <see cref="F:System.TimeSpan.Zero" />。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.Signing">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.Signing" /> 属性启用 Kerberos 加密。
            </summary>
      <returns>
              如果启用了 Kerberos，则此属性为 <see langword="true" />，否则为 <see langword="false" />。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SslInformation">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SslInformation" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation" /> 对象，该对象包含有关当前安全连接的数据。
            </summary>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation" /> 对象，包含有关当前安全连接的数据。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SspiFlag">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SspiFlag" /> 属性指定要传递给安全支持提供程序接口 (SSPI) 的 InitializeSecurityContext 函数的标志。
                有关 InitializeSecurityContext 函数的详细信息，请参阅 MSDN library 中的 InitializeSecurityContext 函数主题 http://msdn.microsoft.com/library。
            </summary>
      <returns>
              要传递给 SSPI InitializeSecurityContext 函数的标志。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.TcpKeepAlive">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.TcpKeepAlive" /> 属性启用 TCP Keep-alive。
            </summary>
      <returns>
              如果启用了 TCP Keep-alive，则此属性为 <see langword="true" />，否则为 <see langword="false" />。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.VerifyServerCertificate">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.VerifyServerCertificate" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback" /> 对象，该对象指定建立 SSL 连接时用来验证服务器证书的默认回调方法。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback" /> 对象，该对象指定建立 SSL 连接时用来验证服务器证书的默认回调方法。
            </returns>
      <exception cref="T:System.ObjectDisposedException">
                  已释放 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ModifyDNRequest.DeleteOldRdn">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ModifyDNRequest.DeleteOldRdn" /> 属性指定是否要删除的旧的相对可分辨的名称 (RDN) 的对象。
            </summary>
      <returns>
              此属性是 <see langword="true" /> 如果应删除的 RDN 或 <see langword="false" /> 如果它不应删除。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ModifyDNRequest.DistinguishedName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ModifyDNRequest.DistinguishedName" /> 属性包含该对象的可分辨的名称。
            </summary>
      <returns>
              对象的可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ModifyDNRequest.NewName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ModifyDNRequest.NewName" /> 属性包含新的对象名称。
            </summary>
      <returns>
              新的对象名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ModifyDNRequest.NewParentDistinguishedName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ModifyDNRequest.NewParentDistinguishedName" /> 属性包含该对象的新父级的可分辨的名称。
            </summary>
      <returns>
              新父对象的可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ModifyRequest.DistinguishedName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ModifyRequest.DistinguishedName" /> 属性包含要修改的对象的可分辨的名称。
            </summary>
      <returns>
              要修改的对象的可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ModifyRequest.Modifications">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ModifyRequest.Modifications" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 对象，它指定的属性修改的列表。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 对象，它指定的属性修改的列表。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.PageResultRequestControl.Cookie">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.PageResultRequestControl.Cookie" /> 属性指定用于后续分页的结果搜索调用页搜索 cookie。
            </summary>
      <returns>
              用于后续分页的结果搜索调用页搜索 cookie。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.PageResultRequestControl.PageSize">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.PageResultRequestControl.PageSize" /> 属性指定请求的页大小。
            </summary>
      <returns>
              请求的页大小。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.PageResultResponseControl.Cookie">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.PageResultResponseControl.Cookie" /> 属性包含由服务器返回的页搜索 cookie。
            </summary>
      <returns>
              由服务器返回的页搜索 cookie。
                如果该 cookie 为空，则完成分页的搜索。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.PageResultResponseControl.TotalCount">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.PageResultResponseControl.TotalCount" /> 属性包含估计的结果集大小。
            </summary>
      <returns>
              返回的条目的总计数的估计的值。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.PartialResultsCollection.Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.PartialResultsCollection.Item(System.Int32)" /> 属性包含 <see cref="T:System.Object" /> 的指定索引处。
            </summary>
      <param name="index">
                索引值 <see cref="T:System.Object" />。
              </param>
      <returns>
              位于指定索引处的 <see cref="T:System.Object" />。
            </returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
                  <paramref name="index" /> 小于零或 <paramref name="index" /> 集合中必须等同于或晚于项的数目。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.QuotaControl.QuerySid">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.QuotaControl.QuerySid" /> 属性包含安全主体的 SID。
            </summary>
      <returns>
              安全主体的 SID。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ReferralCallback.DereferenceConnection">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ReferralCallback.DereferenceConnection" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DereferenceConnectionCallback" /> 对象。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DereferenceConnectionCallback" /> 对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ReferralCallback.NotifyNewConnection">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ReferralCallback.NotifyNewConnection" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback" /> 对象。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback" /> 对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.ReferralCallback.QueryForConnection">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.ReferralCallback.QueryForConnection" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.QueryForConnectionCallback" /> 对象。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.QueryForConnectionCallback" /> 对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchOptionsControl.SearchOption">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchOptionsControl.SearchOption" /> 属性包含的值之一 <see cref="T:System.DirectoryServices.Protocols.SearchOption" /> 枚举，用于指定搜索行为。
            </summary>
      <returns>
              值之一 <see cref="T:System.DirectoryServices.Protocols.SearchOption" /> 枚举，用于指定搜索行为。
            </returns>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  值不是一个的值 <see cref="T:System.DirectoryServices.Protocols.SearchOption" />。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchRequest.Aliases">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchRequest.Aliases" /> 属性包含的值之一 <see cref="T:System.DirectoryServices.Protocols.DereferenceAlias" /> ，指定取消引用别名行为。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DereferenceAlias" /> 值，该值指定取消引用别名行为。
            </returns>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  值不是成员的 <see cref="T:System.DirectoryServices.Protocols.DereferenceAlias" />。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchRequest.Attributes">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchRequest.Attributes" /> 属性包含所请求的对象的属性。
            </summary>
      <returns>
              所请求的对象的属性。
               将此属性设置为 <see langword="null" /> 可检索所有特性。
            </returns>
      <exception cref="T:System.ArgumentException">
                  在字符串中的一个 <see cref="T:System.Collections.Specialized.StringCollection" /> 对象为 null 引用 (<see langword="Nothing" /> 在 Visual Basic 中)。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchRequest.DistinguishedName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchRequest.DistinguishedName" /> 属性包含所请求的对象的可分辨的名称。
            </summary>
      <returns>
              所请求对象的可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchRequest.Filter">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchRequest.Filter" /> 属性包含的搜索筛选器。
            </summary>
      <returns>
              搜索筛选器。
               如果值为一个字符串，则此属性是一个 LDAP 搜索筛选器。
               如果值为 XML 文档，该属性是 DSML v2 搜索筛选器。
               任何其他类型会引发异常。
            </returns>
      <exception cref="T:System.ArgumentException">
                  值不是一个字符串或 XML 文档。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchRequest.Scope">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchRequest.Scope" /> 属性包含的值之一 <see cref="T:System.DirectoryServices.SearchScope" /> ，它指定搜索范围。
            </summary>
      <returns>
              值之一 <see cref="T:System.DirectoryServices.SearchScope" /> ，它指定搜索范围。
            </returns>
      <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
                  值不是成员的 <see cref="T:System.DirectoryServices.SearchScope" />。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchRequest.SizeLimit">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchRequest.SizeLimit" /> 属性包含在搜索请求中返回的对象的最大数目。
            </summary>
      <returns>
              搜索请求中返回的对象的最大数目。
            </returns>
      <exception cref="T:System.ArgumentException">
                  值小于零。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchRequest.TimeLimit">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchRequest.TimeLimit" /> 属性包含 <see cref="T:System.TimeSpan" /> 对象，它在服务器处理搜索请求时指定允许的时间范围。
            </summary>
      <returns>
              一个 <see cref="T:System.TimeSpan" /> 对象，它在服务器处理搜索请求时指定允许的时间范围。
            </returns>
      <exception cref="T:System.ArgumentException">
                  值是小于 <see cref="F:System.TimeSpan.Zero" />。
                </exception>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchRequest.TypesOnly">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchRequest.TypesOnly" /> 属性指定是否搜索将返回的属性名称并不是属性值。
            </summary>
      <returns>
              如果此属性为 <see langword="true" />, ，搜索只返回属性名称。
               如果此属性为 <see langword="false" />, ，搜索将返回属性名称和值。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResponse.Controls">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResponse.Controls" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 由服务器返回的对象。
            </summary>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 由服务器返回的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResponse.Entries">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResponse.Entries" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection" /> 对象，其中包含由搜索返回的条目。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection" /> 对象，其中包含由搜索返回的条目。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResponse.ErrorMessage">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResponse.ErrorMessage" /> 属性包含错误消息中，如果有的话，此操作。
            </summary>
      <returns>
              错误消息中，如果有的话，此操作。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResponse.MatchedDN">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResponse.MatchedDN" /> 属性包含由服务器返回的匹配可分辨的名称。
            </summary>
      <returns>
              由服务器返回的匹配可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResponse.References">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResponse.References" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection" /> 包含搜索引用由服务器返回的对象。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection" /> 包含搜索引用由服务器返回的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResponse.Referral">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResponse.Referral" /> 属性包含引用的服务器。
            </summary>
      <returns>
              引用的服务器。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResponse.ResultCode">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResponse.ResultCode" /> 属性包含的值 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> ，它指定该操作的结果代码。
            </summary>
      <returns>
              用于该操作的结果代码。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.AttributeNames">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.AttributeNames" /> 属性包含此集合中的属性的名称。
            </summary>
      <returns>
              在此集合中的属性的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Item(System.String)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Item(System.String)" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 指定对象 <paramref name="attributeName" />。
            </summary>
      <param name="attributeName">
                此属性的名称。
              </param>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 指定对象 <paramref name="attributeName" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Values">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Values" /> 属性包含此集合中的属性的值。
            </summary>
      <returns>
              在此集合中的属性的值。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultEntry.Attributes">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultEntry.Attributes" /> 属性包含一套 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象。
            </summary>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象的集合。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultEntry.Controls">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultEntry.Controls" /> 属性包含的数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象数组。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultEntry.DistinguishedName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultEntry.DistinguishedName" /> 属性包含返回的项的可分辨的名称。
            </summary>
      <returns>
              返回项的可分辨的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultEntryCollection.Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultEntryCollection.Item(System.Int32)" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 处指定对象 <paramref name="index" />。
            </summary>
      <param name="index">
                索引值 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 对象。
              </param>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 处指定对象 <paramref name="index" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultReference.Controls">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultReference.Controls" /> 属性包含的数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 中搜索引用由服务器返回的对象。
            </summary>
      <returns>
              一个数组 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 中搜索引用由服务器返回的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultReference.Reference">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultReference.Reference" /> 属性包含的数组 <see cref="T:System.Uri" /> 中搜索引用由服务器返回的对象。
            </summary>
      <returns>
              一个数组 <see cref="T:System.Uri" /> 中搜索引用由服务器返回的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Item(System.Int32)">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Item(System.Int32)" /> 属性包含 <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 处指定对象 <paramref name="index" />。
            </summary>
      <param name="index">
                索引值 <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 对象。
              </param>
      <returns>
              <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 处指定对象 <paramref name="index" />。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.SecurityMasks">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.SecurityMasks" /> 属性包含的组合 <see cref="T:System.DirectoryServices.Protocols.SecurityMasks" /> 指定安全描述符选项的值。
            </summary>
      <returns>
              组成 <see cref="T:System.DirectoryServices.Protocols.SecurityMasks" /> 指定安全描述符选项的值。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.AlgorithmIdentifier">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.AlgorithmIdentifier" /> 属性包含连接所使用的加密算法。
            </summary>
      <returns>
              用于连接的加密算法。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.CipherStrength">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.CipherStrength" /> 属性包含在此连接上使用的加密算法的密钥长度。
            </summary>
      <returns>
              在此连接上使用的加密算法密钥长度。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.ExchangeStrength">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.ExchangeStrength" /> 属性包含此连接的 exchange 长度。
            </summary>
      <returns>
              此连接 exchange 强度。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Hash">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Hash" /> 属性包含此连接使用的哈希算法。
            </summary>
      <returns>
              使用此连接的哈希算法。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.HashStrength">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.HashStrength" /> 属性包含在此连接上使用的哈希算法的强度。
            </summary>
      <returns>
              在此连接上使用的哈希算法的强度。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm" /> 属性包含此连接使用的密钥交换算法。
            </summary>
      <returns>
              使用此连接的密钥交换算法。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Protocol">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Protocol" /> 属性包含此连接使用的安全协议。
            </summary>
      <returns>
              使用此连接的安全协议。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SortKey.AttributeName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SortKey.AttributeName" /> 属性指定要用作排序键的属性的名称。
            </summary>
      <returns>
              要用作排序键的属性的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SortKey.MatchingRule">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SortKey.MatchingRule" /> 属性中指定的对象标识符 (OID) 的匹配规则，在进行排序。
            </summary>
      <returns>
              用于排序的匹配规则的 OID。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SortKey.ReverseOrder">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SortKey.ReverseOrder" /> 属性指定是否排序应按相反的顺序返回。
            </summary>
      <returns>
              此属性是 <see langword="true" /> 如果按从最低到最高或 <see langword="false" /> 如果排序，则从高到最低。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SortRequestControl.SortKeys">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SortRequestControl.SortKeys" /> 属性包含的数组 <see cref="T:System.DirectoryServices.Protocols.SortKey" /> 服务器用于对搜索结果进行排序之前将其返回给客户端的对象。
            </summary>
      <returns>
              一个数组 <see cref="T:System.DirectoryServices.Protocols.SortKey" /> 服务器用于对搜索结果进行排序之前将其返回给客户端的对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SortResponseControl.AttributeName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SortResponseControl.AttributeName" /> 属性包含的属性名称。
            </summary>
      <returns>
              特性名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.SortResponseControl.Result">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.SortResponseControl.Result" /> 属性将返回 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 对象，其中包含的结果代码。
            </summary>
      <returns>
              一个 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 对象，其中包含的结果代码。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VerifyNameControl.Flag">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VerifyNameControl.Flag" /> 属性包含用于进行验证的标志。
            </summary>
      <returns>
              表示用于验证的标志。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VerifyNameControl.ServerName">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VerifyNameControl.ServerName" /> 属性包含执行验证的服务器的名称。
            </summary>
      <returns>
              执行验证的服务器的名称。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.AfterCount">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.AfterCount" /> 属性后要在列表结果中返回的目标项中指定的条目数。
            </summary>
      <returns>
              要在列表结果中返回的目标项之后的条目数。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.BeforeCount">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.BeforeCount" /> 属性指定要在列表结果中返回的目标项之前的条目数。
            </summary>
      <returns>
              若要在列表结果中返回的目标项之前的条目数。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.ContextId">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.ContextId" /> 属性包含由服务器分配的用于标识此搜索操作的上下文 ID。
            </summary>
      <returns>
              由服务器分配的用于标识此搜索操作上下文 ID。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.EstimateCount">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.EstimateCount" /> 属性包含列表的内容计数。
            </summary>
      <returns>
              列表内容计数。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.Offset">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.Offset" /> 属性包含目标项的偏移量的值。
            </summary>
      <returns>
              目标项的偏移量的值。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.Target">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.Target" /> 属性包含搜索的目标项。
            </summary>
      <returns>
              搜索目标项。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvResponseControl.ContentCount">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvResponseControl.ContentCount" /> 属性包含在列表中的项的数目。
            </summary>
      <returns>
              列表中的项数。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvResponseControl.ContextId">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvResponseControl.ContextId" /> 属性包含由服务器分配的用于标识该搜索的上下文 ID。
            </summary>
      <returns>
              由服务器分配的用于标识此搜索上下文 ID。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvResponseControl.Result">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvResponseControl.Result" /> 属性包含的窗体中的结果代码 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 对象。
            </summary>
      <returns>
              中的窗体的结果代码 <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 对象。
            </returns>
    </member>
    <member name="P:System.DirectoryServices.Protocols.VlvResponseControl.TargetPosition">
      <summary>
              <see cref="P:System.DirectoryServices.Protocols.VlvResponseControl.TargetPosition" /> 属性包含目标项的列表索引位置。
            </summary>
      <returns>
              目标项列表的索引位置。
            </returns>
    </member>
    <member name="T:System.DirectoryServices.Protocols.AddRequest">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.AddRequest" /> 类向目录中添加一个条目。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.AddResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.AddResponse" /> 类由返回 <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 为响应 <see cref="T:System.DirectoryServices.Protocols.AddRequest" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.AsqRequestControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl" /> 类创建的属性范围查询 (ASQ) 控件。
               此控件与搜索请求一起用于强制执行查询基于一个特定的 DN 值属性。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.AsqResponseControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.AsqResponseControl" /> 中返回类 <see cref="T:System.DirectoryServices.Protocols.SearchResponse" /> 对象作为响应 <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl" /> 查询。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.AuthType">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.AuthType" /> 枚举用于指定要对连接使用的身份验证方法。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.Anonymous">
      <summary>
              指示应而无需传递凭据建立连接。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.Basic">
      <summary>
              指示应在连接上使用基本身份验证。
               值等于 1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.Negotiate">
      <summary>
              指示应在连接上使用的 Microsoft 协商身份验证。
               值等于 2。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.Ntlm">
      <summary>
              指示应在连接上使用 Windows NT 质询/响应 (NTLM) 身份验证。
               值等于 3。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.Digest">
      <summary>
              指示应在连接上使用的摘要访问身份验证。
               值等于 4。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.Sicily">
      <summary>
              指示将使用协商机制 (Sicily) 来选择 MSN、 DPA 或 NTLM。
                这应该用于仅 LDAPv2 服务器。
               值等于 5。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.Dpa">
      <summary>
              指示应在连接上使用的分布式密码身份验证 (DPA)。
               值等于 6。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.Msn">
      <summary>
              指示它由"Microsoft 网络身份验证服务"身份验证。
               值等于 7。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.External">
      <summary>
              指示外部方法将用于连接的身份验证。
               值等于 8。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.AuthType.Kerberos">
      <summary>
              指示应在连接上使用 Kerberos 身份验证。
               值等于 9。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.BerConversionException">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.BerConversionException" /> 类是当转换使用数据时，引发的异常 <see cref="T:System.DirectoryServices.Protocols.BerConverter" /> 对象。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.BerConverter">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.BerConverter" /> 类进行编码和解码使用基本编码规则 (BER) 的结构化的数据。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.CompareRequest">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.CompareRequest" /> 类确定目录对象是否包含指定属性的值。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.CompareResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.CompareResponse" /> 类由返回 <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 为响应 <see cref="T:System.DirectoryServices.Protocols.CompareRequest" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.CrossDomainMoveControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl" /> 类与使用 <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest" /> 要将 LDAP 对象从一个域移到另一个对象。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DeleteRequest">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DeleteRequest" /> 类从目录删除条目。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DeleteResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DeleteResponse" /> 类由返回 <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 为响应 <see cref="T:System.DirectoryServices.Protocols.DeleteRequest" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DereferenceAlias">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DereferenceAlias" /> 枚举指定别名的取消引用的过程。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DereferenceAlias.Never">
      <summary>
              不取消引用的别名。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DereferenceAlias.InSearching">
      <summary>
              取消引用别名，而不是在定位基本身时搜索次级基对象。
               值等于 1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DereferenceAlias.FindingBaseObject">
      <summary>
              取消引用别名，当定位基对象，但不是在搜索及其下属。
               值等于 2。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DereferenceAlias.Always">
      <summary>
              取消引用别名时搜索次级和查找搜索的基对象。
               值等于 3。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DereferenceConnectionCallback">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DereferenceConnectionCallback" /> 委托取消引用不再需要的连接。
               通过成功调用可能建立的连接 <see cref="T:System.DirectoryServices.Protocols.QueryForConnectionCallback" /> 或 <see cref="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback" /> 委托。
            </summary>
      <param name="primaryConnection">
                <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象，它指定的主要连接。
              </param>
      <param name="connectionToDereference">
                <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象，它指定要取消引用的连接。
              </param>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryAttribute">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 类可以访问属性值。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection" /> 类包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象的集合。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryAttributeModification">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 类可用于修改 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 值。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection" /> 类包含 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification" /> 对象的集合。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation" /> 枚举指定要在目录属性上执行的操作。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Add">
      <summary>
              添加属性值。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Delete">
      <summary>
              删除某一属性值。
               值等于 1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Replace">
      <summary>
              将某一属性值。
               值等于 2。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryConnection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryConnection" /> 类是一个抽象类，不能实例化。
               使用 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 或 <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection" /> 类，以连接到目录服务器。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 类指定各种 LDAP 操作的扩展数据。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryControlCollection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection" /> 类管理 <see cref="T:System.DirectoryServices.Protocols.DirectoryControl" /> 对象的集合。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryException">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryException" /> 类是抽象类用作基类的所有 <see cref="N:System.DirectoryServices.Protocols" /> 异常。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryIdentifier">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryIdentifier" /> 类是一个抽象类，用于标识要连接到的目标。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryNotificationControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryNotificationControl" /> 类是一个目录控件扩展 LDAP 异步搜索功能与用于注册客户端能够对 Active Directory 域服务中的某个对象进行更改时得到通知。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryOperation">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryOperation" /> 类是抽象类用作请求和响应元素的基类。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryOperationException">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException" /> 类是由引发的异常 <see cref="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 方法，以指示服务器返回 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 对象时发生错误。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryRequest">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 类是基础与请求相关的类，如 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" /> 和 <see cref="T:System.DirectoryServices.Protocols.AddRequest" /> 类。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectoryResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 类是请求响应类的基类，如 <see cref="T:System.DirectoryServices.Protocols.SearchResponse" /> 和 <see cref="T:System.DirectoryServices.Protocols.AddResponse" /> 类。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions" /> 枚举指定搜索范围的行为 <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl" /> 对象。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.None">
      <summary>
              不使用选项。
               值等于 0 或 0x0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ObjectSecurity">
      <summary>
              如果使用此选项，调用方不需要权限，但只能查看对象和属性可供调用方访问。
               如果不使用此选项，调用方必须具有复制的更改权限。
               值等于 1 或 0x1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ParentsFirst">
      <summary>
              子级之前返回父级，当父级将否则出现更高版本在复制流。
               该值等于 2048年或 0x800。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.PublicDataOnly">
      <summary>
              在搜索结果中不返回私有数据。
               该值等于 8192 或 0x2000。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.IncrementalValues">
      <summary>
              如果使用此选项，则返回已更改的值。
               如果不使用此选项，当值发生更改时，会返回之前服务器指定的限制，多值属性中的所有值。
               值等于 2147483648 或 0x80000000。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirSyncRequestControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl" /> 类是一个目录控件，使应用程序可以搜索先前的状态以来已更改的对象的目录。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DirSyncResponseControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DirSyncResponseControl" /> 类是用来将 DirSyncRequest 信息从服务器传递到客户端的目录控件。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DomainScopeControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DomainScopeControl" /> 类是用来指示 LDAP 服务器不能完成请求时生成引用的目录控件。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlAuthRequest">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlAuthRequest" /> 类表示的是，为请求的访问控制方式来解释由标识的安全主体执行请求的 <see cref="P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal" /> 属性。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlAuthResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlAuthResponse" /> 类由返回 <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 为响应 <see cref="T:System.DirectoryServices.Protocols.DsmlAuthRequest" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier" /> 类将标识 HTTP 服务器。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlDocument">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlDocument" /> 类是一个抽象类可以构造或处理 DSML 文档。
               它是两个基类 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 和 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" />。
              <see cref="T:System.DirectoryServices.Protocols.DsmlDocument" /> 支持集合和索引。
               在其集合中的每一项是一个对象派生自 <see cref="T:System.DirectoryServices.Protocols.DirectoryOperation" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlDocumentProcessing">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlDocumentProcessing" /> 枚举指定 DSML 文档的处理方法。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DsmlDocumentProcessing.Sequential">
      <summary>
              顺序。
                值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DsmlDocumentProcessing.Parallel">
      <summary>
              并行。
                值等于 1。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlErrorProcessing">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlErrorProcessing" /> 枚举指定如何处理发生错误时。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DsmlErrorProcessing.Resume">
      <summary>
              恢复。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DsmlErrorProcessing.Exit">
      <summary>
              退出。
               值等于 1。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlErrorResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse" /> 发生严重错误时，由服务器生成的类。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException" /> 类是 DSML 请求时发生的异常或响应文档不是格式正确 XML 或无法使用 DSMLv2 架构进行验证。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlRequestDocument">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 类可让你生成 DSML 请求负载，如 <see cref="T:System.DirectoryServices.Protocols.AddRequest" />、<see cref="T:System.DirectoryServices.Protocols.ModifyRequest" /> 或 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" />。
                它包含零个或多个 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" /> 派生对象。
               用户可以先添加、删除、修改和枚举 <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest" />，然后再发送到服务器。
              <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 可以与任何 DSML 绑定类（如 <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection" />）一起使用，以传输文档。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlResponseDocument">
      <summary>
              作为针对 <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument" /> 对象的响应生成的 <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument" /> 类，该类包含派生自 <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse" /> 的零个或多个对象。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlResponseOrder">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlResponseOrder" /> 枚举会指定响应的接收的顺序。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DsmlResponseOrder.Sequential">
      <summary>
              顺序。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.DsmlResponseOrder.Unordered">
      <summary>
              无序。
               值等于 1。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlSoapConnection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlSoapConnection" /> 类是一个抽象类，不能实例化。
               它使无状态和有状态协议，以通过提供面向会话的功能采用类似方式处理。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection" /> 类表示一个连接到 DSML 网关使用 SOAP over HTTP。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ErrorResponseCategory">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ErrorResponseCategory" /> 枚举包含可能 DSML 错误响应。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.NotAttempted">
      <summary>
              DSML 提供程序未尝试执行请求的元素。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.CouldNotConnect">
      <summary>
              DSML 提供程序无法连接到服务器。
               值等于 1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.ConnectionClosed">
      <summary>
              DSML 提供程序连接到服务器，但服务器关闭了连接，而无需对请求做出响应。
               值等于 2。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.MalformedRequest">
      <summary>
              客户端无法指定每个请求的请求 ID。
               值等于 3。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.GatewayInternalError">
      <summary>
              没有内部网关错误。
               值等于 4。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.AuthenticationFailed">
      <summary>
              身份验证失败。
               值等于 5。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.UnresolvableUri">
      <summary>
              客户端提供程序无法解析该 URI 与一个值，可以传输到服务器。
               值等于 6。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.Other">
      <summary>
              发生未知错误。
               值等于 7。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ErrorResponseException">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException" /> 类是当服务器返回时发生的异常 <see langword="&lt;errorResponse&gt;" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ExtendedDNControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ExtendedDNControl" /> 类将请求的 Active Directory 域服务对象的可分辨名称的扩展的形式。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ExtendedDNFlag">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ExtendedDNFlag" /> 枚举指定扩展的可分辨名称的格式。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ExtendedDNFlag.HexString">
      <summary>
              指定的 GUID 和 SID 值以十六进制格式返回。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ExtendedDNFlag.StandardString">
      <summary>
              指定的 GUID 和 SID 值以标准字符串格式返回。
               值等于 1。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ExtendedRequest">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest" /> 类将扩展的 LDAP 操作传递到服务器。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ExtendedResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ExtendedResponse" /> 类由返回 <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 为响应 <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.LazyCommitControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.LazyCommitControl" /> 类指示服务器在内存中，完成后返回的结果的 DS 修改命令，如 add、 delete 或替换，但之前已提交到磁盘。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.LdapConnection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.LdapConnection" />类创建 Microsoft Active Directory 域服务或 LDAP 服务器的 TCP/IP 或 UDP LDAP 连接。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 类创建一个或多个 LDAP 服务器的目录标识符。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.LdapException">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.LdapException" /> 类是 LDAP 返回错误代码未包含在时发生的异常 <see cref="T:System.DirectoryServices.Protocols.ResultCode" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.LdapSessionOptions">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.LdapSessionOptions" /> 类用来获取或设置各种 LDAP 会话选项。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.LocatorFlags">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.LocatorFlags" /> 枚举指定定位域控制器所需的数据。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.None">
      <summary>
              不需要的数据。
               值等于 0 或 0x0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.ForceRediscovery">
      <summary>
              强制缓存的域控制器被忽略。
               值等于 1 或 0x1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesRequired">
      <summary>
              要求使用返回的域控制器支持 Windows 2000 或更高版本。
               值等于 16 或 0x10。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesPreferred">
      <summary>
              尝试查找支持目录服务功能的域控制器 (Windows 2000 或更高版本)。
               值等于 32 或 0x20。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.GCRequired">
      <summary>
              需要返回的域控制器是林中具有此域作为根的域的全局编录服务器。
               值等于 64 或 0x40。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.PdcRequired">
      <summary>
              要求返回的域控制器是域的主域控制器。
               值等于 128 或 0x80。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.IPRequired">
      <summary>
              DomainControllerInfo DomainControllerAddress 成员中设置域控制器的 Internet 协议地址。
               值等于 512 或 0x200。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.KdcRequired">
      <summary>
              要求返回的域控制器是当前运行 Kerberos 密钥分发中心服务。
               值等于 1024年或 0x400。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.TimeServerRequired">
      <summary>
              要求返回的域控制器是当前正在运行 Windows 时间服务。
               值等于 2048年或 0x800。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.WriteableRequired">
      <summary>
              需要返回的域控制器是可写的。
               值等于 4096 或 0x1000。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.GoodTimeServerPreferred">
      <summary>
              尝试查找域控制器是可靠的时间服务器。
               值等于 8192 或 0x2000。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.AvoidSelf">
      <summary>
              指定返回的域控制器不应将当前计算机。
               值为 16384 或 0x4000 相等。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.OnlyLdapNeeded">
      <summary>
              指定返回的服务器是 LDAP 服务器。
               值等于 32768 或 0x8000。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.IsFlatName">
      <summary>
              指定 DomainName 参数是一个简单的名称。
               值等于 65536 或 0x10000。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.IsDnsName">
      <summary>
              指定 DomainName 参数是 DNS 名称。
               值等于 131072 或 0x20000。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.ReturnDnsName">
      <summary>
              指定返回的名称应为 DNS 名称。
               值等于 1073741824 或 0x40000000。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.LocatorFlags.ReturnFlatName">
      <summary>
              指定该名称应为一个简单的名称。
               值等于 2147483648 或 0x80000000。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ModifyDNRequest">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest" /> 类修改对象的可分辨的名称。
               此类将对象移到新的父级和/或重命名的对象。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ModifyDNResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ModifyDNResponse" /> 类由返回 <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 为响应 <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ModifyRequest">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ModifyRequest" /> 类修改现有的目录项的属性。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ModifyResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ModifyResponse" /> 类由返回 <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)" /> 为响应 <see cref="T:System.DirectoryServices.Protocols.ModifyRequest" />。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback" /> 会调用的委托，如果在跟踪检索时创建新的连接。
            </summary>
      <param name="primaryConnection">
                一个 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象，它指定的主要连接。
              </param>
      <param name="referralFromConnection">
                一个 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 指定的连接提供了检索的对象。
              </param>
      <param name="newDistinguishedName">
                一个 <see cref="T:System.String" /> 检索服务器中指定所需条目的可分辨的名称的对象。
              </param>
      <param name="identifier">
                一个 <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 对象，它指定引用的 LDAP 目录的标识符。
              </param>
      <param name="newConnection">
                一个 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象，它指定在跟踪检索的过程中创建的新连接。
              </param>
      <param name="credential">
                一个 <see cref="T:System.Net.NetworkCredential" /> 对象，它指定将传递给引用的服务器的凭据。
              </param>
      <param name="currentUserToken">
                当前用户的而定。
              </param>
      <param name="errorCodeFromBind">
                一个 <see cref="T:System.Int32" /> 对象，它指定绑定操作中的错误代码。
              </param>
      <returns>
              <see langword="true" /> 如果要缓存的连接。
              <see langword="false " />如果不需要对连接进行缓存。
            </returns>
    </member>
    <member name="T:System.DirectoryServices.Protocols.PageResultRequestControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.PageResultRequestControl" /> 类指示服务器返回的搜索结果中指定的页面大小。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.PageResultResponseControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.PageResultResponseControl" /> 类是用来从服务器到客户端传递页数据的目录控件。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.PartialResultProcessing">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.PartialResultProcessing" /> 枚举指定处理的部分结果所需的类型。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.PartialResultProcessing.NoPartialResultSupport">
      <summary>
              应用程序将不检索部分结果。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResults">
      <summary>
              应用程序将检索部分结果。
               值等于 1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback">
      <summary>
              应用程序将检索部分结果，并使用回调机制。
               值等于 2。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.PartialResultsCollection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection" /> 类表示从尚未完成的异步操作返回的任何部分结果。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.PermissiveModifyControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.PermissiveModifyControl" /> 类用于修改的行为 <see cref="T:System.DirectoryServices.Protocols.ModifyRequest" /> 对象。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.QueryClientCertificateCallback">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.QueryClientCertificateCallback" /> 委托获取或设置用于在建立 SSL 连接时指定客户端证书的默认回调函数。
            </summary>
      <param name="connection">
                一个 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 指定的连接的对象。
              </param>
      <param name="trustedCAs">
                一个数组 <see cref="T:System.Byte" /> 指定受信任的证书颁发机构 (Ca) 的数组。
              </param>
      <returns>
              用于在建立 SSL 连接时指定客户端证书的默认回调函数。
            </returns>
    </member>
    <member name="T:System.DirectoryServices.Protocols.QueryForConnectionCallback">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.QueryForConnectionCallback" /> 委托确定是否有可供使用缓存的连接。
            </summary>
      <param name="primaryConnection">
                一个 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 对象，它指定的主要连接。
              </param>
      <param name="referralFromConnection">
                一个 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 指定的连接，它提供引用的对象。
              </param>
      <param name="newDistinguishedName">
                一个 <see cref="T:System.String" /> 对象，它指定所需条目的可分辨的名称 (DN) 检索服务器中。
              </param>
      <param name="identifier">
                一个 <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier" /> 对象，它指定引用的 LDAP 目录的标识符。
              </param>
      <param name="credential">
                一个 <see cref="T:System.Net.NetworkCredential" /> 对象，它指定将传递给引用的服务器的凭据。
              </param>
      <param name="currentUserToken">
                当前用户的 LUID。
              </param>
      <returns>
              缓存 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 如果没有一个可用，则返回。
               如果没有缓存的连接不可用， <see langword="NULL" /> 返回。
            </returns>
    </member>
    <member name="T:System.DirectoryServices.Protocols.QuotaControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.QuotaControl" /> 类用于传递安全原则，以检索与配额相关的数据的安全标识符 (SID)。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ReferralCallback">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ReferralCallback" /> 类包含用作检索回调方法的委托。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ReferralChasingOptions">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ReferralChasingOptions" /> 枚举指定是否以及如何进行转交追踪。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ReferralChasingOptions.None">
      <summary>
              永远不会跟踪被引用服务器。
               设置此选项可防止客户端联系引用过程中的其他服务器。
               值等于 0 或 0x0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ReferralChasingOptions.Subordinate">
      <summary>
              只跟踪从属检索它们是在目录树中的从属命名上下文。
               ADSI LDAP 提供程序始终关闭分页搜索此标志。
               值等于 32 或 0x20。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ReferralChasingOptions.External">
      <summary>
              跟踪外部引用。
               值等于 64 或 0x40。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ReferralChasingOptions.All">
      <summary>
              跟踪引用的任何一个从属或外部类型。
               值等于 96 或 0x60。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ResultCode">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ResultCode" /> 枚举指定操作结果代码。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.Success">
      <summary>
              已成功完成的调用。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.OperationsError">
      <summary>
              操作出错。
               值等于 1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.ProtocolError">
      <summary>
              发生协议错误。
               值等于 2。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.TimeLimitExceeded">
      <summary>
              超过了由服务器端的时间限制参数设置的时间限制。
               值等于 3。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.SizeLimitExceeded">
      <summary>
              超出了大小限制。
               值等于 4。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.CompareFalse">
      <summary>
              属性和已知的值不匹配。
               值等于 5。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.CompareTrue">
      <summary>
              该属性和已知的值匹配。
               值等于 6。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.AuthMethodNotSupported">
      <summary>
              不支持的身份验证方法。
               值等于 7。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.StrongAuthRequired">
      <summary>
              对于此操作需要强身份验证。
               值等于 8。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.ReferralV2">
      <summary>
              已收到仅部分结果和引用。
               值等于 9。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.Referral">
      <summary>
              从服务器返回了一个引用。
               值等于 10。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.AdminLimitExceeded">
      <summary>
              超过了服务器上的管理限制。
               值等于 11。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.UnavailableCriticalExtension">
      <summary>
              服务器不支持该控件。
               该控件至关重要。
               值等于 12。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.ConfidentialityRequired">
      <summary>
              对于此操作需要保密性。
               值等于 13。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.SaslBindInProgress">
      <summary>
              简单身份验证和安全层 (SASL) 绑定正在进行中。
               值等于 14。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.NoSuchAttribute">
      <summary>
              请求的特性不存在。
               值等于 16。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.UndefinedAttributeType">
      <summary>
              未定义的类型。
               值等于 17。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.InappropriateMatching">
      <summary>
              匹配规则不适用于指定的属性类型。
               值等于 18。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.ConstraintViolation">
      <summary>
              在请求中的值不符合某些约束。
               值等于 19。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.AttributeOrValueExists">
      <summary>
              该属性存在，或者尚未分配值。
               值等于 20。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.InvalidAttributeSyntax">
      <summary>
              该语法不正确。
               值等于 21。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.NoSuchObject">
      <summary>
              该对象不存在。
               值等于 32。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.AliasProblem">
      <summary>
              别名是无效的。
               值等于 33。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.InvalidDNSyntax">
      <summary>
              可分辨的名称包含无效的语法。
               值等于 34。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.AliasDereferencingProblem">
      <summary>
              当取消引用别名时，将出现问题。
               值等于 36。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.InappropriateAuthentication">
      <summary>
              所提供的身份验证不是合适的。
               值等于 48。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.InsufficientAccessRights">
      <summary>
              用户没有足够的访问权限。
               值等于 50。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.Busy">
      <summary>
              服务器正忙。
               值等于 51。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.Unavailable">
      <summary>
              服务器将不可用。
               值等于 52。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.UnwillingToPerform">
      <summary>
              服务器无法处理的目录请求。
               值等于 53。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.LoopDetect">
      <summary>
              引用具有循环回到引用服务器。
               值等于 54。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.SortControlMissing">
      <summary>
              搜索需要排序控件。
               值等于 60。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.OffsetRangeError">
      <summary>
              搜索结果超过指定的偏移量的范围。
               值等于 61。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.NamingViolation">
      <summary>
              发生命名冲突。
               值等于 64。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.ObjectClassViolation">
      <summary>
              对象类冲突发生。
               值等于 65。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnNonLeaf">
      <summary>
              此操作不允许对非叶对象。
               值等于 66。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnRdn">
      <summary>
              在相对可分辨名称 (RDN) 上不允许此操作。
               值等于 67。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.EntryAlreadyExists">
      <summary>
              对象已存在。
               值等于 68。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.ObjectClassModificationsProhibited">
      <summary>
              请求尝试进行修改的对象类不能修改。
               值等于 69。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.ResultsTooLarge">
      <summary>
              返回的结果来说太大。
               值等于 70。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.AffectsMultipleDsas">
      <summary>
              多个目录服务代理会受到影响。
               值等于 71。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.VirtualListViewError">
      <summary>
              在尝试执行请求的虚拟列表视图中操作时出错。
               值等于 76。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.ResultCode.Other">
      <summary>
              发生未知错误。
               值等于 80。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchOption">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchOption" /> 枚举指定的搜索选项，它定义了搜索的行为方式。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SearchOption.DomainScope">
      <summary>
              禁止时返回搜索结果生成的引用。
               值等于 1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SearchOption.PhantomRoot">
      <summary>
              指示要搜索所有附属于搜索基础的命名上下文的服务器。
               值等于 2。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchOptionsControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchOptionsControl" /> 类用于将标志传递到服务器控件搜索行为。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchRequest">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchRequest" /> 类启动搜索操作。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchResponse">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchResponse" /> 类由服务器发送的响应为 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" /> 对象。
               此响应包含零个或更多 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 对象和零个或更多 <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 对象。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection" /> 类是 <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute" /> 对象的集合。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchResultEntry">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 类包含在结果集中返回的对象。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchResultEntryCollection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection" /> 类包含结果集中返回的 <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry" /> 对象的集合。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchResultReference">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 类包含由服务器返回的单个搜索引用。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection" /> 类包含 <see cref="T:System.DirectoryServices.Protocols.SearchResultReference" /> 对象的集合。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SearchScope">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SearchScope" /> 枚举指定搜索范围。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SearchScope.Base">
      <summary>
              搜索只指定的基对象。
               值等于 0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SearchScope.OneLevel">
      <summary>
              搜索基本对象，而不是基对象本身的子对象。
               值等于 1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SearchScope.Subtree">
      <summary>
              搜索基本对象和所有子对象。
               值等于 2。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl" /> 类用于将标志传递到服务器，从而控制各种安全描述符行为。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SecurityMasks">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SecurityMasks" /> 枚举指定安全描述符的各种选项。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityMasks.None">
      <summary>
              没有安全描述符标志设置。
               值等于 0 或 0x0。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityMasks.Owner">
      <summary>
              所有者的安全描述符标志。
               值等于 1 或 0x1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityMasks.Group">
      <summary>
              主要组的安全描述符标志。
               值等于 2 或 0x2。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityMasks.Dacl">
      <summary>
              自由访问控制列表 (DACL) 安全描述符标志。
               值等于 4 或 0x4。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityMasks.Sacl">
      <summary>
              系统访问控制列表 (SACL) 安全描述符标志。
                值等于 8 或 0x8。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation" /> 类包含有关安全连接的数据。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SecurityProtocol">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SecurityProtocol" /> 枚举用于指定连接所使用的安全协议。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Server">
      <summary>
              指示服务器正在使用 PCT1 协议。
               值等于 1。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Client">
      <summary>
              表示客户端使用 PCT1 协议。
               值等于 2。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Server">
      <summary>
              指示服务器正在使用 SSL2 协议。
               值等于 4。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Client">
      <summary>
              表示客户端使用 SSL2 协议。
               值等于 8。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Server">
      <summary>
              指示服务器正在使用 SSL3 协议。
               值等于 16。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Client">
      <summary>
              表示客户端使用 SSL3 协议。
               值等于 32。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Server">
      <summary>
              指示服务器正在使用 TLS1 协议。
               值等于 64。
            </summary>
    </member>
    <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Client">
      <summary>
              表示客户端使用 TLS1 协议。
               值等于 128。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.ShowDeletedControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.ShowDeletedControl" /> 类与使用 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" /> 来指定搜索结果应包括任何已删除的搜索筛选器匹配的对象。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SortKey">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SortKey" /> 类存储使用的排序条件排序控件。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SortRequestControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SortRequestControl" /> 类与使用 <see cref="T:System.DirectoryServices.Protocols.SearchRequest" /> 可指示服务器搜索结果之前将其返回给客户端应用程序进行排序。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.SortResponseControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.SortResponseControl" /> 类用于从服务器到客户端传递的数据进行排序。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.TlsOperationException">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.TlsOperationException" /> 类是在发生的异常 <see cref="M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)" /> 方法如果请求失败。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.TreeDeleteControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.TreeDeleteControl" /> 类与 <see cref="T:System.DirectoryServices.Protocols.DeleteRequest" /> 配合使用，用于删除目录中的整个子树。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.VerifyNameControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.VerifyNameControl" /> 类用于 LDAP 搜索功能用来指定用于验证对象是否存在的服务器。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback" /> 委托获取或设置用于验证服务器证书建立 SSL 连接时的默认回调函数。
            </summary>
      <param name="connection">
                一个 <see cref="T:System.DirectoryServices.Protocols.LdapConnection" /> 指定的连接的对象。
              </param>
      <param name="certificate">
                一个 <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate" /> 对象，它指定服务器证书。
              </param>
      <returns>
              <see langword="true" /> 如果客户端批准的服务器证书;否则为 <see langword="false" />。
            </returns>
    </member>
    <member name="T:System.DirectoryServices.Protocols.VlvRequestControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl" /> 类用于从服务器请求虚拟列表视图 (VLV) 支持。
            </summary>
    </member>
    <member name="T:System.DirectoryServices.Protocols.VlvResponseControl">
      <summary>
              <see cref="T:System.DirectoryServices.Protocols.VlvResponseControl" /> 类用于从服务器到客户端传递虚拟列表视图 (VLV) 数据。
            </summary>
    </member>
  </members>
</doc>