home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / FL_System_DirectoryServices_Protocols_xml_113513_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-05-23  |  327KB  |  2,791 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>System.DirectoryServices.Protocols</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="N:System.DirectoryServices.Protocols">
  8.             <summary>The <see cref="N:System.DirectoryServices.Protocols"></see> namespace provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 (V3) and Directory Services Markup Language (DSML) version 2.0 (V2) standards.</summary>
  9.         </member>
  10.         <member name="T:System.DirectoryServices.Protocols.AddRequest">
  11.             <summary>The <see cref="T:System.DirectoryServices.Protocols.AddRequest"></see> class adds an entry to the directory.</summary>
  12.         </member>
  13.         <member name="M:System.DirectoryServices.Protocols.AddRequest.#ctor">
  14.             <summary>The <see cref="M:System.DirectoryServices.Protocols.AddRequest.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.AddRequest"></see> class.</summary>
  15.         </member>
  16.         <member name="M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute[])">
  17.             <summary>The <see cref="M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.AddRequest"></see> class using the specified distinguished name and attributes.</summary>
  18.             <param name="distinguishedName">The distinguishedName of the new object in the directory.</param>
  19.             <param name="attributes">An array, of  <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> objects, that contains the attributes for this object. This parameter may be null.</param>
  20.         </member>
  21.         <member name="M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.String)">
  22.             <summary>The <see cref="M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.AddRequest"></see> class using the specified distinguishedName and the object class.</summary>
  23.             <param name="distinguishedName">The distinguishedName of the new object in the directory.</param>
  24.             <param name="objectClass">The object class for this object. If this parameter is null, an exception is thrown.</param>
  25.             <exception cref="T:System.ArgumentNullException">The objectClass parameter contains a null reference (Nothing in Visual Basic).</exception>
  26.         </member>
  27.         <member name="M:System.DirectoryServices.Protocols.AddRequest.ToXmlNode(System.Xml.XmlDocument)">
  28.             <summary>The <see cref="M:System.DirectoryServices.Protocols.AddRequest.ToXmlNode(System.Xml.XmlDocument)"></see> method creates an XML node from the specified  <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  29.             <returns>The resulting <see cref="T:System.Xml.XmlElement"></see> object.</returns>
  30.             <param name="doc">A <see cref="T:System.Xml.XmlDocument"></see> object.</param>
  31.         </member>
  32.         <member name="P:System.DirectoryServices.Protocols.AddRequest.Attributes">
  33.             <summary>The <see cref="P:System.DirectoryServices.Protocols.AddRequest.Attributes"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> of attribute-value pairs for the object.</summary>
  34.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> of attribute-value pairs for the object.</returns>
  35.         </member>
  36.         <member name="P:System.DirectoryServices.Protocols.AddRequest.DistinguishedName">
  37.             <summary>The <see cref="P:System.DirectoryServices.Protocols.AddRequest.DistinguishedName"></see> property contains the distinguished name of the object.</summary>
  38.             <returns>The distinguished name of the object.</returns>
  39.         </member>
  40.         <member name="T:System.DirectoryServices.Protocols.AddResponse">
  41.             <summary>The <see cref="T:System.DirectoryServices.Protocols.AddResponse"></see> class is returned by <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> as a response to <see cref="T:System.DirectoryServices.Protocols.AddRequest"></see>.</summary>
  42.         </member>
  43.         <member name="T:System.DirectoryServices.Protocols.AsqRequestControl">
  44.             <summary>The <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl"></see> class creates an attribute scoped query (ASQ) control. This control is used with a search request to force the query to be based on a specific DN-valued attribute.</summary>
  45.         </member>
  46.         <member name="M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor">
  47.             <summary>The <see cref="M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl"></see> class.</summary>
  48.         </member>
  49.         <member name="M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor(System.String)">
  50.             <summary>The <see cref="M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl"></see> class using the specified attribute name.</summary>
  51.             <param name="attributeName">The attribute name on which the query is based.</param>
  52.         </member>
  53.         <member name="M:System.DirectoryServices.Protocols.AsqRequestControl.GetValue">
  54.             <summary>The <see cref="M:System.DirectoryServices.Protocols.AsqRequestControl.GetValue"></see> method returns the binary representation of the <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl"></see>.</summary>
  55.             <returns>The binary representation of the <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl"></see>.</returns>
  56.         </member>
  57.         <member name="P:System.DirectoryServices.Protocols.AsqRequestControl.AttributeName">
  58.             <summary>The <see cref="P:System.DirectoryServices.Protocols.AsqRequestControl.AttributeName"></see> property gets or sets the attribute name on which the search query is based.</summary>
  59.             <returns>The attribute name on which the search query is based.</returns>
  60.         </member>
  61.         <member name="T:System.DirectoryServices.Protocols.AsqResponseControl">
  62.             <summary>The <see cref="T:System.DirectoryServices.Protocols.AsqResponseControl"></see> class is returned in a <see cref="T:System.DirectoryServices.Protocols.SearchResponse"></see> object as a response to a <see cref="T:System.DirectoryServices.Protocols.AsqRequestControl"></see> query.</summary>
  63.         </member>
  64.         <member name="P:System.DirectoryServices.Protocols.AsqResponseControl.Result">
  65.             <summary>The <see cref="P:System.DirectoryServices.Protocols.AsqResponseControl.Result"></see> property gets a <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> object with result data.</summary>
  66.             <returns>A <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> object with result data.</returns>
  67.         </member>
  68.         <member name="T:System.DirectoryServices.Protocols.AuthType">
  69.             <summary>The <see cref="T:System.DirectoryServices.Protocols.AuthType"></see> enumeration is used to specify the authentication method to use on a connection.</summary>
  70.         </member>
  71.         <member name="F:System.DirectoryServices.Protocols.AuthType.Anonymous">
  72.             <summary>Indicates that the connection should be made without passing credentials. The value is equal to 0.</summary>
  73.         </member>
  74.         <member name="F:System.DirectoryServices.Protocols.AuthType.Basic">
  75.             <summary>Indicates that basic authentication should be used on the connection. The value is equal to 1.</summary>
  76.         </member>
  77.         <member name="F:System.DirectoryServices.Protocols.AuthType.Digest">
  78.             <summary>Indicates that the Digest Access Authentication should be used on the connection. The value is equal to 4.</summary>
  79.         </member>
  80.         <member name="F:System.DirectoryServices.Protocols.AuthType.Dpa">
  81.             <summary>Indicates that Distributed Password Authentication (DPA) should be used on the connection. The value is equal to 6.</summary>
  82.         </member>
  83.         <member name="F:System.DirectoryServices.Protocols.AuthType.External">
  84.             <summary>Indicates an external method will be used to authenticate the connection. The value is equal to 8.</summary>
  85.         </member>
  86.         <member name="F:System.DirectoryServices.Protocols.AuthType.Kerberos">
  87.             <summary>Indicates that Kerberos authentication should be used on the connection. The value is equal to 9.</summary>
  88.         </member>
  89.         <member name="F:System.DirectoryServices.Protocols.AuthType.Msn">
  90.             <summary>Indicates that it is authenticated by ΓÇ£Microsoft Network Authentication ServiceΓÇ¥. The value is equal to 7.</summary>
  91.         </member>
  92.         <member name="F:System.DirectoryServices.Protocols.AuthType.Negotiate">
  93.             <summary>Indicates that Microsoft Negotiate authentication should be used on the connection. The value is equal to 2.</summary>
  94.         </member>
  95.         <member name="F:System.DirectoryServices.Protocols.AuthType.Ntlm">
  96.             <summary>Indicates that Windows NT Challenge/Response (NTLM) authentication should be used on the connection. The value is equal to 3.</summary>
  97.         </member>
  98.         <member name="F:System.DirectoryServices.Protocols.AuthType.Sicily">
  99.             <summary>Indicates a negotiation mechanism (Sicily) will be used to choose MSN, DPA or NTLM.  This should be used for LDAPv2 servers only. The value is equal to 5.</summary>
  100.         </member>
  101.         <member name="T:System.DirectoryServices.Protocols.BerConversionException">
  102.             <summary>The <see cref="T:System.DirectoryServices.Protocols.BerConversionException"></see> class is an exception thrown when converting data using a <see cref="T:System.DirectoryServices.Protocols.BerConverter"></see> object.          </summary>
  103.         </member>
  104.         <member name="M:System.DirectoryServices.Protocols.BerConversionException.#ctor">
  105.             <summary>The <see cref="M:System.DirectoryServices.Protocols.BerConversionException.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.BerConversionException"></see> class.          </summary>
  106.         </member>
  107.         <member name="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String)">
  108.             <summary>The <see cref="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.BerConversionException"></see> class using the specified message.          </summary>
  109.             <param name="message">The message displayed to the client when the exception is thrown.</param>
  110.         </member>
  111.         <member name="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  112.             <summary>The <see cref="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.BerConversionException"></see> class using the specified serialization data and streaming contextual data.          </summary>
  113.             <param name="context">The contextual data about the source or destination. </param>
  114.             <param name="info">The serialized object data about the exception thrown. </param>
  115.         </member>
  116.         <member name="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String,System.Exception)">
  117.             <summary>The <see cref="M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.BerConversionException"></see> class using the specified message and inner exception.          </summary>
  118.             <param name="message">The message displayed when the exception is thrown.</param>
  119.             <param name="inner">The <see cref="P:System.Exception.InnerException"></see>, if any, that threw the exception.</param>
  120.         </member>
  121.         <member name="T:System.DirectoryServices.Protocols.BerConverter">
  122.             <summary>The <see cref="T:System.DirectoryServices.Protocols.BerConverter"></see> class encodes and decodes structured data using basic encoding rules (BER).</summary>
  123.         </member>
  124.         <member name="M:System.DirectoryServices.Protocols.BerConverter.Decode(System.String,System.Byte[])">
  125.             <summary>The <see cref="M:System.DirectoryServices.Protocols.BerConverter.Decode(System.String,System.Byte[])"></see> method decodes a binary representation of the data, using BER, to retrieve structured data.</summary>
  126.             <returns>The decoded data.</returns>
  127.             <param name="format">The format string.</param>
  128.             <param name="value">An array of BER data.</param>
  129.             <exception cref="T:System.DirectoryServices.Protocols.BerConversionException">The underlying decoding fails. The decoding rules include the following.CodeCorresponding Result'{' '}' '[' ']' 'n' 'x'No corresponding result'i' 'e'int'b'bool'a'string'O'byte[]'B'byte[] containing bit strings'v'string[]'V'byte[][]</exception>
  130.             <exception cref="T:System.ArgumentException">The format parameter contains an undefined character.</exception>
  131.             <exception cref="T:System.ArgumentNullException">The format parameter contains a null reference (Nothing in Visual Basic).</exception>
  132.         </member>
  133.         <member name="M:System.DirectoryServices.Protocols.BerConverter.Encode(System.String,System.Object[])">
  134.             <summary>The <see cref="M:System.DirectoryServices.Protocols.BerConverter.Encode(System.String,System.Object[])"></see> method encodes structured data, using BER, to retrieve a binary representation of the data.</summary>
  135.             <returns>An array of BER-encoded data.</returns>
  136.             <param name="format">The format string.</param>
  137.             <param name="value">An array of formatted data.</param>
  138.         </member>
  139.         <member name="T:System.DirectoryServices.Protocols.CompareRequest">
  140.             <summary>The <see cref="T:System.DirectoryServices.Protocols.CompareRequest"></see> class determines whether the directory object holds the specified value for the attribute.</summary>
  141.         </member>
  142.         <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor">
  143.             <summary>The <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.CompareRequest"></see> class.          </summary>
  144.         </member>
  145.         <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute)">
  146.             <summary>The <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.CompareRequest"></see> class using the specified distinguished name and attributes.          </summary>
  147.             <param name="distinguishedName">The distinguished name of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object to compare.</param>
  148.             <param name="assertion">A <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</param>
  149.             <exception cref="T:System.ArgumentException">assertion must contain exactly one value.</exception>
  150.             <exception cref="T:System.ArgumentNullException">assertion                                                                 contains a null reference (Nothing in Visual Basic).</exception>
  151.         </member>
  152.         <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Byte[])">
  153.             <summary>The <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Byte[])"></see> constructor creates an instance of <see cref="T:System.DirectoryServices.Protocols.CompareRequest"></see> using the specified distinguished name, attribute, and attribute value.          </summary>
  154.             <param name="attributeName">The name of the attribute to compare.</param>
  155.             <param name="distinguishedName">The distinguished name of the object                       to compare.</param>
  156.             <param name="value">The value to compare.</param>
  157.             <exception cref="T:System.ArgumentNullException">attributeName or value contains a null reference (Nothing in Visual Basic).</exception>
  158.         </member>
  159.         <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.String)">
  160.             <summary>The <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.CompareRequest"></see> class using the specified distinguished name, attribute, and attribute value.          </summary>
  161.             <param name="attributeName">The name of the attribute to compare.</param>
  162.             <param name="distinguishedName">The distinguished name of the object to compare.</param>
  163.             <param name="value">The value to compare.</param>
  164.             <exception cref="T:System.ArgumentNullException">attributeName or value contains a null reference (Nothing in Visual Basic).</exception>
  165.         </member>
  166.         <member name="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Uri)">
  167.             <summary>The <see cref="M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Uri)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.CompareRequest"></see> class using the specified distinguished name, attribute, and attribute value.          </summary>
  168.             <param name="attributeName">The name of the attribute to compare.</param>
  169.             <param name="distinguishedName">The distinguished name of the object                       to compare.</param>
  170.             <param name="value">The value to compare.</param>
  171.             <exception cref="T:System.ArgumentNullException">attributeName or value contains a null reference (Nothing in Visual Basic).</exception>
  172.         </member>
  173.         <member name="M:System.DirectoryServices.Protocols.CompareRequest.ToXmlNode(System.Xml.XmlDocument)">
  174.             <summary>The <see cref="M:System.DirectoryServices.Protocols.CompareRequest.ToXmlNode(System.Xml.XmlDocument)"></see> method creates an XML node from the specified <see cref="T:System.Xml.XmlDocument"></see> object.          </summary>
  175.             <returns>The resulting <see cref="T:System.Xml.XmlElement"></see> object.</returns>
  176.             <param name="doc">A <see cref="T:System.Xml.XmlDocument"></see> object.</param>
  177.             <exception cref="T:System.ArgumentException">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object must contain exactly one value.</exception>
  178.         </member>
  179.         <member name="P:System.DirectoryServices.Protocols.CompareRequest.Assertion">
  180.             <summary>The <see cref="P:System.DirectoryServices.Protocols.CompareRequest.Assertion"></see> property gets the attribute/value pair used to compare.          </summary>
  181.             <returns>The attribute/value pair used to compare.</returns>
  182.         </member>
  183.         <member name="P:System.DirectoryServices.Protocols.CompareRequest.DistinguishedName">
  184.             <summary>The <see cref="P:System.DirectoryServices.Protocols.CompareRequest.DistinguishedName"></see> property gets or sets the distinguished name of the object to compare.          </summary>
  185.             <returns>The distinguished name of the object to compare.</returns>
  186.         </member>
  187.         <member name="T:System.DirectoryServices.Protocols.CompareResponse">
  188.             <summary>The <see cref="T:System.DirectoryServices.Protocols.CompareResponse"></see> class is returned by <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> as a response to <see cref="T:System.DirectoryServices.Protocols.CompareRequest"></see>.          </summary>
  189.         </member>
  190.         <member name="T:System.DirectoryServices.Protocols.CrossDomainMoveControl">
  191.             <summary>The <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl"></see> class is used with a <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest"></see> object to move an LDAP object from one domain to another.</summary>
  192.         </member>
  193.         <member name="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor">
  194.             <summary>The <see cref="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl"></see> class.</summary>
  195.         </member>
  196.         <member name="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor(System.String)">
  197.             <summary>The <see cref="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl"></see> class using the specified target domain.</summary>
  198.             <param name="targetDomainController">The DNS name of the destination domain controller.</param>
  199.         </member>
  200.         <member name="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.GetValue">
  201.             <summary>The <see cref="M:System.DirectoryServices.Protocols.CrossDomainMoveControl.GetValue"></see> method returns the binary representation of <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl"></see>.</summary>
  202.             <returns>The binary representation of <see cref="T:System.DirectoryServices.Protocols.CrossDomainMoveControl"></see>.</returns>
  203.         </member>
  204.         <member name="P:System.DirectoryServices.Protocols.CrossDomainMoveControl.TargetDomainController">
  205.             <summary>The <see cref="P:System.DirectoryServices.Protocols.CrossDomainMoveControl.TargetDomainController"></see> property gets or sets the DNS name of the destination domain controller (DC).</summary>
  206.             <returns>The DNS name of the destination DC.</returns>
  207.         </member>
  208.         <member name="T:System.DirectoryServices.Protocols.DeleteRequest">
  209.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DeleteRequest"></see> class deletes an entry from the directory.</summary>
  210.         </member>
  211.         <member name="M:System.DirectoryServices.Protocols.DeleteRequest.#ctor">
  212.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DeleteRequest.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DeleteRequest"></see> class.</summary>
  213.         </member>
  214.         <member name="M:System.DirectoryServices.Protocols.DeleteRequest.#ctor(System.String)">
  215.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DeleteRequest.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DeleteRequest"></see> class using the specified distinguished name.</summary>
  216.             <param name="distinguishedName">The distinguished name of the object to delete.</param>
  217.         </member>
  218.         <member name="M:System.DirectoryServices.Protocols.DeleteRequest.ToXmlNode(System.Xml.XmlDocument)">
  219.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DeleteRequest.ToXmlNode(System.Xml.XmlDocument)"></see> method creates an XML node from the specified <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  220.             <returns>The resulting <see cref="T:System.Xml.XmlElement"></see> object.</returns>
  221.             <param name="doc">An <see cref="T:System.Xml.XmlDocument"></see> object.</param>
  222.         </member>
  223.         <member name="P:System.DirectoryServices.Protocols.DeleteRequest.DistinguishedName">
  224.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DeleteRequest.DistinguishedName"></see> property gets or sets the distinguished name of object to delete.</summary>
  225.             <returns>The distinguished name of object to delete.</returns>
  226.         </member>
  227.         <member name="T:System.DirectoryServices.Protocols.DeleteResponse">
  228.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DeleteResponse"></see> class is returned by <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> as a response to <see cref="T:System.DirectoryServices.Protocols.DeleteRequest"></see>.</summary>
  229.         </member>
  230.         <member name="T:System.DirectoryServices.Protocols.DereferenceAlias">
  231.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DereferenceAlias"></see> enumeration specifies the process by which aliases are dereferenced.</summary>
  232.         </member>
  233.         <member name="F:System.DirectoryServices.Protocols.DereferenceAlias.Always">
  234.             <summary>Dereferences aliases when both searching subordinates and locating the base object of the search. The value is equal to 3.</summary>
  235.         </member>
  236.         <member name="F:System.DirectoryServices.Protocols.DereferenceAlias.FindingBaseObject">
  237.             <summary>Dereferences aliases when locating the base object, but not when searching its subordinates. The value is equal to 2.</summary>
  238.         </member>
  239.         <member name="F:System.DirectoryServices.Protocols.DereferenceAlias.InSearching">
  240.             <summary>Dereferences aliases when searching subordinates of the base object, but not when locating the base itself. The value is equal to 1.</summary>
  241.         </member>
  242.         <member name="F:System.DirectoryServices.Protocols.DereferenceAlias.Never">
  243.             <summary>Does not dereference aliases. The value is equal to 0.</summary>
  244.         </member>
  245.         <member name="T:System.DirectoryServices.Protocols.DereferenceConnectionCallback">
  246.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DereferenceConnectionCallback"></see> delegate dereferences a connection that is no longer required. The connection was probably established through a successful call to the <see cref="T:System.DirectoryServices.Protocols.QueryForConnectionCallback"></see> or <see cref="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback"></see> delegate.</summary>
  247.         </member>
  248.         <member name="T:System.DirectoryServices.Protocols.DirectoryAttribute">
  249.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> class enables access to the attribute values.</summary>
  250.         </member>
  251.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor">
  252.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> class.</summary>
  253.         </member>
  254.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Byte[])">
  255.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Byte[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> class using the specified attribute name and value.</summary>
  256.             <param name="name">The attribute name.</param>
  257.             <param name="value">The attribute value.</param>
  258.             <exception cref="T:System.ArgumentNullException">name or value contains a null reference (Nothing in Visual Basic).</exception>
  259.         </member>
  260.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Object[])">
  261.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Object[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> class using the specified attribute name and values.</summary>
  262.             <param name="name">The attribute name.</param>
  263.             <param name="values">An array of values for the attribute.</param>
  264.             <exception cref="T:System.ArgumentNullException">name or value contains a null reference (Nothing in Visual Basic).</exception>
  265.             <exception cref="T:System.ArgumentException">An element of values is not of type string, byte[], or Uri.</exception>
  266.         </member>
  267.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.String)">
  268.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> class using the specified attribute name and value.</summary>
  269.             <param name="name">The attribute name.</param>
  270.             <param name="value">The attribute value.</param>
  271.             <exception cref="T:System.ArgumentNullException">name or value contains a null reference (Nothing in Visual Basic).</exception>
  272.         </member>
  273.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Uri)">
  274.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Uri)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> class using the specified attribute name and value.</summary>
  275.             <param name="name">The attribute name.</param>
  276.             <param name="value">The attribute value.</param>
  277.             <exception cref="T:System.ArgumentNullException">name or value contains a null reference (Nothing in Visual Basic).</exception>
  278.         </member>
  279.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Byte[])">
  280.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Byte[])"></see> method adds the specified value to this attribute.</summary>
  281.             <returns>The index at which the value has been added.</returns>
  282.             <param name="value">The value to add.</param>
  283.             <exception cref="T:System.ArgumentNullException">Value contains a null reference (Nothing in Visual Basic).</exception>
  284.         </member>
  285.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.String)">
  286.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.String)"></see> method adds the specified value to this attribute.          </summary>
  287.             <returns>The index at which the value has been added.</returns>
  288.             <param name="value">The value to add.</param>
  289.             <exception cref="T:System.ArgumentNullException">Value contains a null reference (Nothing in Visual Basic).</exception>
  290.         </member>
  291.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Uri)">
  292.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Uri)"></see> method adds the specified value to this attribute.</summary>
  293.             <returns>The index at which the value has been added.</returns>
  294.             <param name="value">The value to add.</param>
  295.             <exception cref="T:System.ArgumentNullException">Value contains a null reference (Nothing in Visual Basic).</exception>
  296.         </member>
  297.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.AddRange(System.Object[])">
  298.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.AddRange(System.Object[])"></see> method adds an array of values to the attribute.</summary>
  299.             <param name="values">The values to add.</param>
  300.             <exception cref="T:System.ArgumentException">values is not a  byte[][], string[], or Uri[].</exception>
  301.             <exception cref="T:System.ArgumentNullException">Values contains a null reference (Nothing in Visual Basic).</exception>
  302.         </member>
  303.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Contains(System.Object)">
  304.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Contains(System.Object)"></see> method determines if the attribute contains the specified value.          </summary>
  305.             <returns>true if this attribute contains the value or false if it does not.</returns>
  306.             <param name="value">The value for which to search.</param>
  307.         </member>
  308.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.CopyTo(System.Object[],System.Int32)">
  309.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.CopyTo(System.Object[],System.Int32)"></see> method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  310.             <param name="array">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</param>
  311.             <param name="index">The zero-based index of array where the copying begins.</param>
  312.             <exception cref="T:System.ArgumentException">This exception can occur under one of the following conditions:array is multidimensionalindex is equal to, or greater than, the length of arrayThe number of elements in the source <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> is greater than the space available from index to the end of the destination array.</exception>
  313.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  314.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  315.             <exception cref="T:System.ArgumentNullException">array contains a null reference (Nothing in Visual Basic).</exception>
  316.         </member>
  317.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.GetValues(System.Type)">
  318.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.GetValues(System.Type)"></see> method returns all values of the specified type.</summary>
  319.             <returns>An array of <see cref="T:System.Object"></see> objects that contain the values.</returns>
  320.             <param name="valuesType">A <see cref="T:System.Type"></see> object that specifies the type of values to return.</param>
  321.             <exception cref="T:System.NotSupportedException">A value cannot be converted to valuesType.</exception>
  322.             <exception cref="T:System.ArgumentException">valuesType must be either string or byte.</exception>
  323.         </member>
  324.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.IndexOf(System.Object)">
  325.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.IndexOf(System.Object)"></see> method returns the zero-based index of the first occurrence of the specified  <see cref="T:System.Object"></see> in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> collection.          </summary>
  326.             <returns>The index value of the specified <see cref="T:System.Object"></see>, if found; otherwise, -1.</returns>
  327.             <param name="value">The <see cref="T:System.Object"></see> for which the value is returned.</param>
  328.         </member>
  329.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Byte[])">
  330.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Byte[])"></see> method inserts the specified value into the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> collection at the specified index.</summary>
  331.             <param name="value">The value to insert.</param>
  332.             <param name="index">The index in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> collection at which to insert the value.</param>
  333.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero, or index is greater than the number of elements in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</exception>
  334.             <exception cref="T:System.ArgumentNullException">value contains a null reference (Nothing in Visual Basic).</exception>
  335.         </member>
  336.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.String)">
  337.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.String)"></see> method inserts the specified value into the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> collection at the specified index.          </summary>
  338.             <param name="value">The value to insert.</param>
  339.             <param name="index">The index in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> collection at which to insert the value.</param>
  340.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero, or index is greater than  the number of elements in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</exception>
  341.             <exception cref="T:System.ArgumentNullException">value contains a null reference (Nothing in Visual Basic).</exception>
  342.         </member>
  343.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Uri)">
  344.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Uri)"></see> method inserts the specified value into the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> collection at the specified index.</summary>
  345.             <param name="value">The value to insert.</param>
  346.             <param name="index">The index in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> collection at which to insert the value.</param>
  347.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero or index is greater than the number of elements in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</exception>
  348.             <exception cref="T:System.ArgumentNullException">value contains a null reference (Nothing in Visual Basic).</exception>
  349.         </member>
  350.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.OnValidate(System.Object)">
  351.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.OnValidate(System.Object)"></see> method verifies that value is a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</summary>
  352.             <param name="value">The <see cref="T:System.Object"></see> to evaluate.</param>
  353.             <exception cref="T:System.ArgumentException">value must be either a string, byte[], or URI.</exception>
  354.             <exception cref="T:System.ArgumentNullException">value contains a null reference (Nothing in Visual Basic).</exception>
  355.         </member>
  356.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttribute.Remove(System.Object)">
  357.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttribute.Remove(System.Object)"></see> method removes the first occurrence of the specified value from the list of attributes.</summary>
  358.             <param name="value">The <see cref="T:System.Object"></see> to remove.</param>
  359.             <exception cref="T:System.ArgumentNullException">value contains a null reference (Nothing in Visual Basic).</exception>
  360.         </member>
  361.         <member name="P:System.DirectoryServices.Protocols.DirectoryAttribute.Item(System.Int32)">
  362.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryAttribute.Item(System.Int32)"></see> property gets or sets the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object at the specified index.</summary>
  363.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object at the specified index.</returns>
  364.             <param name="index">The zero-based index value at which the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object is found.</param>
  365.             <exception cref="T:System.ArgumentException">value to set is an invalid type. The valid types are byte[], string, or URI.</exception>
  366.             <exception cref="T:System.ArgumentNullException">value contains a null reference (Nothing in Visual Basic).</exception>
  367.         </member>
  368.         <member name="P:System.DirectoryServices.Protocols.DirectoryAttribute.Name">
  369.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryAttribute.Name"></see> property contains the attribute name.</summary>
  370.             <returns>The attribute name.</returns>
  371.             <exception cref="T:System.ArgumentNullException">value contains a null reference (Nothing in Visual Basic).</exception>
  372.         </member>
  373.         <member name="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection">
  374.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> class contains a collection of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> objects.</summary>
  375.         </member>
  376.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.#ctor">
  377.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> class.</summary>
  378.         </member>
  379.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Add(System.DirectoryServices.Protocols.DirectoryAttribute)">
  380.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Add(System.DirectoryServices.Protocols.DirectoryAttribute)"></see> method adds a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object to the collection.</summary>
  381.             <returns>The zero-based index in the collection where the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> was added.</returns>
  382.             <param name="attribute">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object to add.</param>
  383.             <exception cref="T:System.ArgumentException">attribute is a null reference (Nothing in Visual Basic).</exception>
  384.         </member>
  385.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[])">
  386.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[])"></see> method adds an array of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> objects to the collection.</summary>
  387.             <param name="attributes">An array of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> to add to the collection.</param>
  388.             <exception cref="T:System.ArgumentException">A member of attributes is a null reference (Nothing in Visual Basic) or a member of attributes specifies a modification operation other than Add.</exception>
  389.             <exception cref="T:System.ArgumentNullException">attributes is a null reference (Nothing in Visual Basic).</exception>
  390.         </member>
  391.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection)">
  392.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection)"></see> method adds a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> object to the current collection.</summary>
  393.             <param name="attributeCollection">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> object to add to this collection.</param>
  394.             <exception cref="T:System.ArgumentNullException">attributeCollection is a null reference (Nothing in Visual Basic).</exception>
  395.         </member>
  396.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttribute)">
  397.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttribute)"></see> method determines whether this <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> object contains a specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</summary>
  398.             <returns>true if the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> is part of the collection; false otherwise.</returns>
  399.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object for which to search.</param>
  400.         </member>
  401.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)">
  402.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)"></see> method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  403.             <param name="array">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> object.</param>
  404.             <param name="index">The zero-based index of array where copying begins.</param>
  405.         </member>
  406.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute)">
  407.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute)"></see> method returns the zero-based index of the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object in the  <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see>.</summary>
  408.             <returns>The index value of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object, if found; otherwise, -1.</returns>
  409.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object for which the index is returned.</param>
  410.         </member>
  411.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttribute)">
  412.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttribute)"></see> method inserts the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object into the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> at the specified index.</summary>
  413.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object to be inserted into the collection.</param>
  414.             <param name="index">The zero-based index point, in the collection, at which to insert the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</param>
  415.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero, or index is greater than  the number of elements in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeCollection"></see> object.</exception>
  416.             <exception cref="T:System.ArgumentException">value is a null reference (Nothing in Visual Basic) or value specifies a modification operation other than Add.</exception>
  417.         </member>
  418.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.OnValidate(System.Object)">
  419.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.OnValidate(System.Object)"></see> method verifies that value is a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object or specifies an add operation.</summary>
  420.             <param name="value">The object to evaluate.</param>
  421.             <exception cref="T:System.ArgumentException">This exception can occur under one of the following conditions:value is a null reference (Nothing in Visual Basic).value is not a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</exception>
  422.         </member>
  423.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttribute)">
  424.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttribute)"></see> method removes the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object from the collection.</summary>
  425.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object to remove.</param>
  426.         </member>
  427.         <member name="P:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Item(System.Int32)">
  428.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Item(System.Int32)"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object at the specified index.</summary>
  429.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object at the specified index.</returns>
  430.             <param name="index">The index value of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object.</param>
  431.         </member>
  432.         <member name="T:System.DirectoryServices.Protocols.DirectoryAttributeModification">
  433.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> class enables modification of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> values.</summary>
  434.         </member>
  435.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModification.#ctor">
  436.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModification.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> class.</summary>
  437.         </member>
  438.         <member name="P:System.DirectoryServices.Protocols.DirectoryAttributeModification.Operation">
  439.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryAttributeModification.Operation"></see> property specifies one of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation"></see> modifications to perform.</summary>
  440.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation"></see> modification to perform.</returns>
  441.         </member>
  442.         <member name="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection">
  443.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> class contains a collection of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> objects.</summary>
  444.         </member>
  445.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.#ctor">
  446.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> class.</summary>
  447.         </member>
  448.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Add(System.DirectoryServices.Protocols.DirectoryAttributeModification)">
  449.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Add(System.DirectoryServices.Protocols.DirectoryAttributeModification)"></see> method adds a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object to the collection.</summary>
  450.             <returns>The zero-based index in the collection where the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> was added.</returns>
  451.             <param name="attribute">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> to add.</param>
  452.             <exception cref="T:System.ArgumentException">attribute is a null reference (Nothing in Visual Basic).</exception>
  453.         </member>
  454.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[])">
  455.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[])"></see> method adds an array of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> objects to the collection.</summary>
  456.             <param name="attributes">An array of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> objects to add to the collection.</param>
  457.             <exception cref="T:System.ArgumentNullException">attributes is a null reference (Nothing in Visual Basic).</exception>
  458.             <exception cref="T:System.ArgumentException">One of the members of attributes is a null reference (Nothing in Visual Basic).</exception>
  459.         </member>
  460.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection)">
  461.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection)"></see> method adds a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> object to the current collection.</summary>
  462.             <param name="attributeCollection">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> collection to add to this collection.</param>
  463.             <exception cref="T:System.ArgumentNullException">attributeCollection is a null reference (Nothing in Visual Basic).</exception>
  464.         </member>
  465.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification)">
  466.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification)"></see> method determines whether this <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> object contains a specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object.</summary>
  467.             <returns>true if the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> is part of the collection; false otherwise.</returns>
  468.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object for which to search.</param>
  469.         </member>
  470.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[],System.Int32)">
  471.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[],System.Int32)"></see> method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  472.             <param name="array">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> object.</param>
  473.             <param name="index">The zero-based index of array where copying begins.</param>
  474.         </member>
  475.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification)">
  476.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification)"></see> method returns the zero-based index of the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see>.</summary>
  477.             <returns>The index value of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object, if found; otherwise, -1.</returns>
  478.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> object for which the index is returned.</param>
  479.         </member>
  480.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttributeModification)">
  481.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttributeModification)"></see> method inserts a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object into the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> collection at the specified index.</summary>
  482.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object to insert.</param>
  483.             <param name="index">The zero-based index in the collection at which to insert the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object.</param>
  484.             <exception cref="T:System.ArgumentException">value is a null reference (Nothing in Visual Basic).</exception>
  485.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero, or index is greater than the number of elements in the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> object.</exception>
  486.         </member>
  487.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.OnValidate(System.Object)">
  488.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.OnValidate(System.Object)"></see> method verifies that value is a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object.</summary>
  489.             <param name="value">The object to evaluate.</param>
  490.         </member>
  491.         <member name="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification)">
  492.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification)"></see> method removes the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object from the collection.</summary>
  493.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object to remove.</param>
  494.         </member>
  495.         <member name="P:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Item(System.Int32)">
  496.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Item(System.Int32)"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object at the specified index.</summary>
  497.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object at the specified index.</returns>
  498.             <param name="index">The index value of the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> object.</param>
  499.         </member>
  500.         <member name="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation">
  501.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation"></see> enumeration specifies the operation to perform on a directory attribute.</summary>
  502.         </member>
  503.         <member name="F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Add">
  504.             <summary>Add an attribute value. The value is equal to 0.</summary>
  505.         </member>
  506.         <member name="F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Delete">
  507.             <summary>Delete an attribute value. The value is equal to 1.</summary>
  508.         </member>
  509.         <member name="F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Replace">
  510.             <summary>Replace an attribute value. The value is equal to 2.</summary>
  511.         </member>
  512.         <member name="T:System.DirectoryServices.Protocols.DirectoryConnection">
  513.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryConnection"></see> class is an abstract class and cannot be instantiated. Use the <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> or <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection"></see> classes to connect to a directory server.</summary>
  514.         </member>
  515.         <member name="M:System.DirectoryServices.Protocols.DirectoryConnection.#ctor">
  516.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.#ctor"></see> constructor initializes a new instance of a <see cref="T:System.DirectoryServices.Protocols.DirectoryConnection"></see> class.</summary>
  517.         </member>
  518.         <member name="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)">
  519.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> method sends a single directory operation to the server.</summary>
  520.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object that contains the server response to the request operation. The returned response object may be different than the requested object if the server returns a different response. </returns>
  521.             <param name="request">A <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object that contains the request.</param>
  522.         </member>
  523.         <member name="P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates">
  524.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates"></see> property specifies one or more client certificates to send for authentication.</summary>
  525.             <returns>One or more client certificates to send for authentication.</returns>
  526.         </member>
  527.         <member name="P:System.DirectoryServices.Protocols.DirectoryConnection.Credential">
  528.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.Credential"></see> property specifies alternate credentials for the connection object.</summary>
  529.             <returns>Alternate credentials for the connection object.</returns>
  530.         </member>
  531.         <member name="P:System.DirectoryServices.Protocols.DirectoryConnection.Directory">
  532.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.Directory"></see> property specifies the domain or the server to which the connection should be made.</summary>
  533.             <returns>The domain or the server to which the connection should be made.</returns>
  534.         </member>
  535.         <member name="P:System.DirectoryServices.Protocols.DirectoryConnection.Timeout">
  536.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.Timeout"></see> property contains the length of time, in seconds, before the connection times out.</summary>
  537.             <returns>The length of time, in seconds, before the connection times out.</returns>
  538.         </member>
  539.         <member name="T:System.DirectoryServices.Protocols.DirectoryControl">
  540.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> class specifies extension data for various LDAP operations.</summary>
  541.         </member>
  542.         <member name="M:System.DirectoryServices.Protocols.DirectoryControl.#ctor(System.String,System.Byte[],System.Boolean,System.Boolean)">
  543.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControl.#ctor(System.String,System.Byte[],System.Boolean,System.Boolean)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> class using the specified   values for the type, value, criticality, and ServerSide properties.</summary>
  544.             <param name="type">The control type.</param>
  545.             <param name="value">The value associated with the control.</param>
  546.             <param name="serverSide">Specifies if this is a server-side control.  The default is true. false specifies a client-side control.</param>
  547.             <param name="isCritical">Specifies if the control is critical. The default is true.</param>
  548.             <exception cref="T:System.ArgumentNullException">type parameter is null.</exception>
  549.         </member>
  550.         <member name="M:System.DirectoryServices.Protocols.DirectoryControl.GetValue">
  551.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControl.GetValue"></see> method returns the data associated with the control.</summary>
  552.             <returns>The data associated with the control.</returns>
  553.         </member>
  554.         <member name="P:System.DirectoryServices.Protocols.DirectoryControl.IsCritical">
  555.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryControl.IsCritical"></see> property specifies whether the control is critical.</summary>
  556.             <returns>true if the controlhttp://msdn2.microsoft.com/library/ww9w26tb(en-us,vs.80).aspx is critical; otherwise, false.</returns>
  557.         </member>
  558.         <member name="P:System.DirectoryServices.Protocols.DirectoryControl.ServerSide">
  559.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryControl.ServerSide"></see> property specifies whether this is a server-side control.</summary>
  560.             <returns>true if the control is a server-side control. false specifies a client-side control.</returns>
  561.         </member>
  562.         <member name="P:System.DirectoryServices.Protocols.DirectoryControl.Type">
  563.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryControl.Type"></see> property contains the object identifier (OID) of the control.</summary>
  564.             <returns>The OID of the control.</returns>
  565.         </member>
  566.         <member name="T:System.DirectoryServices.Protocols.DirectoryControlCollection">
  567.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> class manages a collection of <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> objects.</summary>
  568.         </member>
  569.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.#ctor">
  570.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> class.</summary>
  571.         </member>
  572.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Add(System.DirectoryServices.Protocols.DirectoryControl)">
  573.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Add(System.DirectoryServices.Protocols.DirectoryControl)"></see> method adds a new <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object to the collection.</summary>
  574.             <returns>The index of the <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> at which the <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object has been added.</returns>
  575.             <param name="control">The <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object to add.</param>
  576.             <exception cref="T:System.ArgumentNullException">control is a null reference (Nothing in Visual Basic).</exception>
  577.         </member>
  578.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControl[])">
  579.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControl[])"></see> method adds an array of <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> objects to the collection.</summary>
  580.             <param name="controls">An array of <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> objects to add to the collection.</param>
  581.             <exception cref="T:System.ArgumentException">A member of the array is a null reference (Nothing in Visual Basic).</exception>
  582.             <exception cref="T:System.ArgumentNullException">controls is a null reference (Nothing in Visual Basic).</exception>
  583.         </member>
  584.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection)">
  585.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection)"></see> method adds a <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> object to the current collection.</summary>
  586.             <param name="controlCollection">The <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> object to add to this collection.</param>
  587.             <exception cref="T:System.ArgumentNullException">controlCollection is a null reference (Nothing in Visual Basic).</exception>
  588.         </member>
  589.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Contains(System.DirectoryServices.Protocols.DirectoryControl)">
  590.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Contains(System.DirectoryServices.Protocols.DirectoryControl)"></see> method determines whether this <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> object contains a specified <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object.</summary>
  591.             <returns>true if the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object is part of the collection; false, otherwise.</returns>
  592.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object for which to search.</param>
  593.         </member>
  594.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryControl[],System.Int32)">
  595.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryControl[],System.Int32)"></see> method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  596.             <param name="array">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> object.</param>
  597.             <param name="index">The zero-based index of array where copying begins.</param>
  598.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see>  cannot be cast automatically to the type of the destination array.</exception>
  599.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  600.             <exception cref="T:System.ArgumentNullException">array is a null reference (Nothing in Visual Basic). </exception>
  601.             <exception cref="T:System.ArgumentException">This exception can occur under one of the following conditions:array is multidimensionalindex is equal to or greater than the length of arrayThe number of elements in the source <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> is greater than the available space from index to the end of the destination array.</exception>
  602.         </member>
  603.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryControl)">
  604.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryControl)"></see> method returns the zero-based index of the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object in the <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see>.</summary>
  605.             <returns>The index value of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object, if found; otherwise, -1.</returns>
  606.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object for which the index is returned.</param>
  607.         </member>
  608.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryControl)">
  609.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryControl)"></see> method inserts the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object into the <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> at the specified index.</summary>
  610.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object to be inserted into the collection.</param>
  611.             <param name="index">The index in the collection at which to insert the <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object.</param>
  612.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero, or index is greater than the number of elements in the <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> object.</exception>
  613.             <exception cref="T:System.NotSupportedException"><see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> is read-only, or <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> has a fixed size.</exception>
  614.             <exception cref="T:System.ArgumentNullException">value is a null reference (Nothing in Visual Basic).</exception>
  615.         </member>
  616.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.OnValidate(System.Object)">
  617.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.OnValidate(System.Object)"></see> method verifies that value is a <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object.          </summary>
  618.             <param name="value">The object to evaluate.</param>
  619.             <exception cref="T:System.ArgumentNullException">value is a null reference (Nothing in Visual Basic). </exception>
  620.             <exception cref="T:System.ArgumentException">value is not a <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object.</exception>
  621.         </member>
  622.         <member name="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Remove(System.DirectoryServices.Protocols.DirectoryControl)">
  623.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryControlCollection.Remove(System.DirectoryServices.Protocols.DirectoryControl)"></see> method removes the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object from the collection.</summary>
  624.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object to remove.</param>
  625.             <exception cref="T:System.NotSupportedException"><see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> is read-only, or <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> has a fixed size.</exception>
  626.         </member>
  627.         <member name="P:System.DirectoryServices.Protocols.DirectoryControlCollection.Item(System.Int32)">
  628.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryControlCollection.Item(System.Int32)"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object at the specified index.</summary>
  629.             <returns>Contains the <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object at the specified index.</returns>
  630.             <param name="index">The index value of the <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object. </param>
  631.             <exception cref="T:System.ArgumentNullException">There was an attempt to set the property to null.</exception>
  632.         </member>
  633.         <member name="T:System.DirectoryServices.Protocols.DirectoryException">
  634.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryException"></see> class is an abstract class used as the base class for all <see cref="N:System.DirectoryServices.Protocols"></see> exceptions.</summary>
  635.         </member>
  636.         <member name="M:System.DirectoryServices.Protocols.DirectoryException.#ctor">
  637.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryException.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryException"></see> class.</summary>
  638.         </member>
  639.         <member name="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String)">
  640.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryException"></see> class using the specified parameter.</summary>
  641.             <param name="message">The message displayed to the client when the exception is thrown.</param>
  642.         </member>
  643.         <member name="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  644.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryException"></see> class using the specified serialization information and streaming contextual information.</summary>
  645.             <param name="context">The contextual information about the source or destination. </param>
  646.             <param name="info">The serialized object data about the exception being thrown. </param>
  647.         </member>
  648.         <member name="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String,System.Exception)">
  649.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryException"></see> class using the specified parameters.</summary>
  650.             <param name="message">The message displayed to the client when the exception is thrown.</param>
  651.             <param name="inner">The <see cref="P:System.Exception.InnerException"></see>, if any, that threw the exception.</param>
  652.         </member>
  653.         <member name="T:System.DirectoryServices.Protocols.DirectoryIdentifier">
  654.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryIdentifier"></see> class is an abstract class that identifies the target to connect to.</summary>
  655.         </member>
  656.         <member name="M:System.DirectoryServices.Protocols.DirectoryIdentifier.#ctor">
  657.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryIdentifier.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryIdentifier"></see> class.</summary>
  658.         </member>
  659.         <member name="T:System.DirectoryServices.Protocols.DirectoryNotificationControl">
  660.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryNotificationControl"></see> class is a directory control used with an extended LDAP asynchronous search function to register the client to be notified when changes are made to an object in the Active Directory.</summary>
  661.         </member>
  662.         <member name="M:System.DirectoryServices.Protocols.DirectoryNotificationControl.#ctor">
  663.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryNotificationControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryNotificationControl"></see> class.</summary>
  664.         </member>
  665.         <member name="T:System.DirectoryServices.Protocols.DirectoryOperation">
  666.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryOperation"></see> class is an abstract class used as a base for request and response elements.</summary>
  667.         </member>
  668.         <member name="M:System.DirectoryServices.Protocols.DirectoryOperation.#ctor">
  669.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryOperation.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryOperation"></see> object.</summary>
  670.         </member>
  671.         <member name="T:System.DirectoryServices.Protocols.DirectoryOperationException">
  672.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException"></see> class is an exception thrown by the <see cref="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> method to indicate that the server returned a <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object with an error.</summary>
  673.         </member>
  674.         <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor">
  675.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException"></see> class.</summary>
  676.         </member>
  677.         <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)">
  678.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException"></see> class using the specified response object.</summary>
  679.             <param name="response">The <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object returned by the server.</param>
  680.         </member>
  681.         <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String)">
  682.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException"></see> class using the specified message.</summary>
  683.             <param name="message">The message displayed to the client when the exception is thrown.</param>
  684.         </member>
  685.         <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)">
  686.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException"></see> object using the specified response object and message.</summary>
  687.             <param name="message">The message displayed to the client when the exception is thrown.</param>
  688.             <param name="response">The <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object returned by the server.</param>
  689.         </member>
  690.         <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  691.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException"></see> class using the specified serialization information and streaming context.</summary>
  692.             <param name="context">The source and destination of the serialized stream associated with the parameter.</param>
  693.             <param name="info">Data required to serialize the parameter.</param>
  694.         </member>
  695.         <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String,System.Exception)">
  696.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException"></see> class using the specified message and inner exception.</summary>
  697.             <param name="message">The message displayed to the client when the exception is thrown.</param>
  698.             <param name="inner">The <see cref="P:System.Exception.InnerException"></see>, if any, that threw the exception.</param>
  699.         </member>
  700.         <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)">
  701.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirectoryOperationException"></see> class using the specified response object, message, and inner exception. </summary>
  702.             <param name="message">The message displayed to the client when the exception is thrown.</param>
  703.             <param name="inner">The <see cref="P:System.Exception.InnerException"></see>, if any, that threw the exception.</param>
  704.             <param name="response">The <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object returned by the server.</param>
  705.         </member>
  706.         <member name="M:System.DirectoryServices.Protocols.DirectoryOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  707.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> method populates the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the data required to serialize the parameter.</summary>
  708.             <param name="serializationInfo">Data required to serialize the parameter.</param>
  709.             <param name="streamingContext">The source and destination of the serialized stream associated with the parameter.</param>
  710.         </member>
  711.         <member name="P:System.DirectoryServices.Protocols.DirectoryOperationException.Response">
  712.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryOperationException.Response"></see> property specifies the <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object returned by the server that contains an error.</summary>
  713.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object returned by the server that contains an error.</returns>
  714.         </member>
  715.         <member name="T:System.DirectoryServices.Protocols.DirectoryRequest">
  716.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> class is the base class for request related classes, like the <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see> and <see cref="T:System.DirectoryServices.Protocols.AddRequest"></see> classes.</summary>
  717.         </member>
  718.         <member name="M:System.DirectoryServices.Protocols.DirectoryRequest.ToXmlNode(System.Xml.XmlDocument)">
  719.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirectoryRequest.ToXmlNode(System.Xml.XmlDocument)"></see> method creates an XML node from the specified <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  720.             <returns>The created <see cref="T:System.Xml.XmlElement"></see>.</returns>
  721.             <param name="doc">The <see cref="T:System.Xml.XmlDocument"></see> to represent as an XML element.</param>
  722.         </member>
  723.         <member name="P:System.DirectoryServices.Protocols.DirectoryRequest.Controls">
  724.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryRequest.Controls"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> object.</summary>
  725.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> object.</returns>
  726.         </member>
  727.         <member name="P:System.DirectoryServices.Protocols.DirectoryRequest.RequestId">
  728.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryRequest.RequestId"></see> property contains the requestID specified in the request.</summary>
  729.             <returns>The requestID specified in the request.</returns>
  730.         </member>
  731.         <member name="T:System.DirectoryServices.Protocols.DirectoryResponse">
  732.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> class is the base class for request response classes, like the <see cref="T:System.DirectoryServices.Protocols.SearchResponse"></see> and <see cref="T:System.DirectoryServices.Protocols.AddResponse"></see> classes.</summary>
  733.         </member>
  734.         <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.Controls">
  735.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.Controls"></see> property contains an array of <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> objects returned by the server.</summary>
  736.             <returns>An array of <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> objects returned by the server.</returns>
  737.         </member>
  738.         <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.ErrorMessage">
  739.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.ErrorMessage"></see> property contains the error message, if any, for this operation.</summary>
  740.             <returns>The error message, if any, for this operation.</returns>
  741.         </member>
  742.         <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.MatchedDN">
  743.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.MatchedDN"></see> property contains the matched distinguished name returned by the server.</summary>
  744.             <returns>The matched distinguished name returned by the server.</returns>
  745.         </member>
  746.         <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.Referral">
  747.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.Referral"></see> property contains the server referrals.</summary>
  748.             <returns>The server referrals.</returns>
  749.         </member>
  750.         <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.RequestId">
  751.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.RequestId"></see> property contains the Request Identifier.</summary>
  752.             <returns>The Request Identifier.</returns>
  753.             <exception cref="T:System.NotSupportedException">User attempted to set the property value.</exception>
  754.         </member>
  755.         <member name="P:System.DirectoryServices.Protocols.DirectoryResponse.ResultCode">
  756.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirectoryResponse.ResultCode"></see> property contains the result code of the operation.</summary>
  757.             <returns>The result code of the operation.</returns>
  758.         </member>
  759.         <member name="T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions">
  760.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions"></see> enumeration specifies the behavior of the search in a <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl"></see> object.</summary>
  761.         </member>
  762.         <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.IncrementalValues">
  763.             <summary>If this option is used, only changed values are returned. If this option is not used, all values, up to a server-specified limit, in a multi-valued attribute, are returned when a value changes. The value equals 2147483648 or 0x80000000.</summary>
  764.         </member>
  765.         <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.None">
  766.             <summary>No options used. The value equals 0 or 0x0.</summary>
  767.         </member>
  768.         <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ObjectSecurity">
  769.             <summary>If this option is used, the caller requires no rights, but can only view objects and attributes that are accessible to the caller. If this option is not used, the caller must have the replicate changes right. The value equals 1 or 0x1.</summary>
  770.         </member>
  771.         <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ParentsFirst">
  772.             <summary>Return parents before children, when parents would otherwise appear later in the replication stream. The value equals 2048 or 0x800.</summary>
  773.         </member>
  774.         <member name="F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.PublicDataOnly">
  775.             <summary>Do not return private data in search results. The value equals 8192 or 0x2000.</summary>
  776.         </member>
  777.         <member name="T:System.DirectoryServices.Protocols.DirSyncRequestControl">
  778.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl"></see> class is a directory control that enables the application to search the directory for objects that have changed since a previous state.</summary>
  779.         </member>
  780.         <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor">
  781.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl"></see> class.</summary>
  782.         </member>
  783.         <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[])">
  784.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl"></see> class using the specified parameter.</summary>
  785.             <param name="cookie">An opaque structure used by the server. It is updated by the directory during each <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see>, which enables the control to incrementally read changes from the directory.</param>
  786.         </member>
  787.         <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions)">
  788.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl"></see> class using the specified parameters.</summary>
  789.             <param name="cookie">An opaque structure used by the server. It is updated by the directory during each <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see>, which enables the control to incrementally read changes from the directory.</param>
  790.             <param name="option">Specifies the behavior of the search. This parameter can be zero or a combination of one or more of the values of <see cref="T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions"></see>.</param>
  791.         </member>
  792.         <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions,System.Int32)">
  793.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions,System.Int32)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DirSyncRequestControl"></see> class using the specified parameters.</summary>
  794.             <param name="attributeCount">The maximum number of attributes to return. The default is 1048576.</param>
  795.             <param name="cookie">An opaque structure used by the server. It is updated by the directory during each <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see>, which enables the control to incrementally read changes from the directory.</param>
  796.             <param name="option">Specifies the behavior of the search. This parameter can be zero or a combination of one or more of the values of <see cref="T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions"></see>. </param>
  797.         </member>
  798.         <member name="M:System.DirectoryServices.Protocols.DirSyncRequestControl.GetValue">
  799.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DirSyncRequestControl.GetValue"></see> method returns the data associated with this control.</summary>
  800.             <returns>The data associated with this control.</returns>
  801.         </member>
  802.         <member name="P:System.DirectoryServices.Protocols.DirSyncRequestControl.AttributeCount">
  803.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirSyncRequestControl.AttributeCount"></see> property specifies the maximum number of attributes to return.</summary>
  804.             <returns>The maximum number of attributes to return.</returns>
  805.             <exception cref="T:System.ArgumentException">There was an attempt to set a value less than zero.</exception>
  806.         </member>
  807.         <member name="P:System.DirectoryServices.Protocols.DirSyncRequestControl.Cookie">
  808.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirSyncRequestControl.Cookie"></see> property contains an opaque structure used by the server.</summary>
  809.             <returns>An opaque structure used by the server.</returns>
  810.         </member>
  811.         <member name="P:System.DirectoryServices.Protocols.DirSyncRequestControl.Option">
  812.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirSyncRequestControl.Option"></see> property specifies the behavior of the search.</summary>
  813.             <returns>The behavior of the search.</returns>
  814.         </member>
  815.         <member name="T:System.DirectoryServices.Protocols.DirSyncResponseControl">
  816.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DirSyncResponseControl"></see> class is a directory control used to pass DirSyncRequest information from the server to the client.</summary>
  817.         </member>
  818.         <member name="P:System.DirectoryServices.Protocols.DirSyncResponseControl.Cookie">
  819.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirSyncResponseControl.Cookie"></see> property contains an opaque structure returned by the directory.</summary>
  820.             <returns>An opaque structure returned by the directory.</returns>
  821.         </member>
  822.         <member name="P:System.DirectoryServices.Protocols.DirSyncResponseControl.MoreData">
  823.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirSyncResponseControl.MoreData"></see> property specifies whether there is more data to return.</summary>
  824.             <returns>true if there is more data; false, otherwise.</returns>
  825.         </member>
  826.         <member name="P:System.DirectoryServices.Protocols.DirSyncResponseControl.ResultSize">
  827.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DirSyncResponseControl.ResultSize"></see> property specifies the size of the result.</summary>
  828.             <returns>The size of the result.</returns>
  829.         </member>
  830.         <member name="T:System.DirectoryServices.Protocols.DomainScopeControl">
  831.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DomainScopeControl"></see> class is a directory control used to instruct the LDAP server not to generate referrals when completing a request.</summary>
  832.         </member>
  833.         <member name="M:System.DirectoryServices.Protocols.DomainScopeControl.#ctor">
  834.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DomainScopeControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DomainScopeControl"></see> class.</summary>
  835.         </member>
  836.         <member name="T:System.DirectoryServices.Protocols.DsmlAuthRequest">
  837.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlAuthRequest"></see> class indicates that access control for the requests be interpreted as though the requests are performed by the security principal identified by the <see cref="P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal"></see> property.</summary>
  838.         </member>
  839.         <member name="M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor">
  840.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DsmlAuthRequest"></see> class.</summary>
  841.         </member>
  842.         <member name="M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor(System.String)">
  843.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DsmlAuthRequest"></see> class using the specified parameter.</summary>
  844.             <param name="principal">The security principal.</param>
  845.         </member>
  846.         <member name="M:System.DirectoryServices.Protocols.DsmlAuthRequest.ToXmlNode(System.Xml.XmlDocument)">
  847.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlAuthRequest.ToXmlNode(System.Xml.XmlDocument)"></see> method transforms an <see cref="T:System.Xml.XmlDocument"></see> object into its DSML v2 XML representation.</summary>
  848.             <returns>The transformed <see cref="T:System.Xml.XmlElement"></see> object.</returns>
  849.             <param name="doc">An <see cref="T:System.Xml.XmlDocument"></see> object.</param>
  850.         </member>
  851.         <member name="P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal">
  852.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal"></see> property contains the security principal.</summary>
  853.             <returns>The security principal.</returns>
  854.         </member>
  855.         <member name="T:System.DirectoryServices.Protocols.DsmlAuthResponse">
  856.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlAuthResponse"></see> class is returned by <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> as a response to <see cref="T:System.DirectoryServices.Protocols.DsmlAuthRequest"></see>.</summary>
  857.         </member>
  858.         <member name="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier">
  859.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier"></see> class identifies an HTTP server.</summary>
  860.         </member>
  861.         <member name="M:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier.#ctor(System.Uri)">
  862.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier.#ctor(System.Uri)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier"></see> class using the specified parameter.</summary>
  863.             <param name="serverUri">A server represented as a <see cref="T:System.Uri"></see> object.</param>
  864.             <exception cref="T:System.ArgumentNullException">serverUri is a null reference (Nothing in Visual Basic).</exception>
  865.             <exception cref="T:System.ArgumentException">serverUri scheme is not http or https.</exception>
  866.         </member>
  867.         <member name="P:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier.ServerUri">
  868.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier.ServerUri"></see> property contains the <see cref="T:System.Uri"></see> of the server this object identifies.</summary>
  869.             <returns>The <see cref="T:System.Uri"></see> of the server this object identifies.</returns>
  870.         </member>
  871.         <member name="T:System.DirectoryServices.Protocols.DsmlDocument">
  872.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlDocument"></see> class is an abstract class to construct or manipulate a DSML document. It is the base class for both <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> and <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see>. <see cref="T:System.DirectoryServices.Protocols.DsmlDocument"></see> supports collections and indexes. Each item in its collection is an object derived from <see cref="T:System.DirectoryServices.Protocols.DirectoryOperation"></see>.</summary>
  873.         </member>
  874.         <member name="M:System.DirectoryServices.Protocols.DsmlDocument.#ctor">
  875.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlDocument.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DsmlDocument"></see> class.</summary>
  876.         </member>
  877.         <member name="M:System.DirectoryServices.Protocols.DsmlDocument.ToXml">
  878.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlDocument.ToXml"></see> method transforms this <see cref="T:System.DirectoryServices.Protocols.DsmlDocument"></see> object into a <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  879.             <returns>The transformed <see cref="T:System.Xml.XmlDocument"></see> object.</returns>
  880.         </member>
  881.         <member name="T:System.DirectoryServices.Protocols.DsmlDocumentProcessing">
  882.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlDocumentProcessing"></see> enumeration specifies the processing method for a DSML document.</summary>
  883.         </member>
  884.         <member name="F:System.DirectoryServices.Protocols.DsmlDocumentProcessing.Parallel">
  885.             <summary>Parallel.  Value is equal to 1.</summary>
  886.         </member>
  887.         <member name="F:System.DirectoryServices.Protocols.DsmlDocumentProcessing.Sequential">
  888.             <summary>Sequential.  Value is equal to 0.</summary>
  889.         </member>
  890.         <member name="T:System.DirectoryServices.Protocols.DsmlErrorProcessing">
  891.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlErrorProcessing"></see> enumeration specifies how to proceed when an error occurs.</summary>
  892.         </member>
  893.         <member name="F:System.DirectoryServices.Protocols.DsmlErrorProcessing.Exit">
  894.             <summary>Exit. Value is equal to 1.</summary>
  895.         </member>
  896.         <member name="F:System.DirectoryServices.Protocols.DsmlErrorProcessing.Resume">
  897.             <summary>Resume. Value is equal to 0.</summary>
  898.         </member>
  899.         <member name="T:System.DirectoryServices.Protocols.DsmlErrorResponse">
  900.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse"></see> class is generated by the server when a severe error occurs.</summary>
  901.         </member>
  902.         <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Controls">
  903.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Controls"></see> property is not applicable to a DSML <errorResponse>.</summary>
  904.             <returns>Not applicable to a DSML <errorResponse>.</returns>
  905.             <exception cref="T:System.NotSupportedException">This property is not valid for a DSML error response.</exception>
  906.         </member>
  907.         <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Detail">
  908.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Detail"></see> property contains the contents of the <detail> element of the errorResponse, if any.</summary>
  909.             <returns>The contents of the <detail> element of the errorResponse, if any.</returns>
  910.         </member>
  911.         <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.ErrorMessage">
  912.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.ErrorMessage"></see> property is not applicable to a DSML <errorResponse>.</summary>
  913.             <returns>not applicable to a DSML <errorResponse>.</returns>
  914.             <exception cref="T:System.NotSupportedException">This property is not valid for a DSML error response.</exception>
  915.         </member>
  916.         <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.MatchedDN">
  917.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.MatchedDN"></see> property is not applicable to a DSML <errorResponse>.</summary>
  918.             <returns>Not applicable to a DSML <errorResponse>.</returns>
  919.             <exception cref="T:System.NotSupportedException">This property is not valid for a DSML error response.</exception>
  920.         </member>
  921.         <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Message">
  922.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Message"></see> property contains the text returned in the <message> element of the errorResponse, if any.</summary>
  923.             <returns>The text returned in the <message> element of the errorResponse, if any.</returns>
  924.         </member>
  925.         <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Referral">
  926.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Referral"></see> property is not applicable to a DSML <errorResponse>.</summary>
  927.             <returns>Not applicable to a DSML <errorResponse>.</returns>
  928.             <exception cref="T:System.NotSupportedException">This property is not valid for a DSML error response.</exception>
  929.         </member>
  930.         <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.ResultCode">
  931.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.ResultCode"></see> property is not applicable to a DSML <errorResponse>.</summary>
  932.             <returns>Not applicable to a DSML <errorResponse>.</returns>
  933.             <exception cref="T:System.NotSupportedException">This property is not valid for a DSML error response.</exception>
  934.         </member>
  935.         <member name="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Type">
  936.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlErrorResponse.Type"></see> property contains a value of <see cref="T:System.DirectoryServices.Protocols.ErrorResponseCategory"></see> that specifies the type of the error response returned by the server.</summary>
  937.             <returns>A value of <see cref="T:System.DirectoryServices.Protocols.ErrorResponseCategory"></see> that specifies the type of the error response returned by the server.</returns>
  938.         </member>
  939.         <member name="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">
  940.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException"></see> class is an exception that occurs when a DSML Request or Response document is not well-formed XML or cannot be validated with DSMLv2 schema.</summary>
  941.         </member>
  942.         <member name="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor">
  943.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException"></see> class.</summary>
  944.         </member>
  945.         <member name="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.String)">
  946.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException"></see> class using the specified parameter.</summary>
  947.             <param name="message">The message displayed to the client when the exception is thrown.</param>
  948.         </member>
  949.         <member name="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  950.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException"></see> class using the specified serialization data and streaming contextual data.</summary>
  951.             <param name="context">The contextual data about the source or destination.</param>
  952.             <param name="info">The serialized object data about the exception thrown.</param>
  953.         </member>
  954.         <member name="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.String,System.Exception)">
  955.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlInvalidDocumentException.#ctor(System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException"></see> class using the specified parameters.</summary>
  956.             <param name="message">The message displayed to the client when the exception is thrown.</param>
  957.             <param name="inner">The <see cref="P:System.Exception.InnerException"></see>, if any, that threw the exception.</param>
  958.         </member>
  959.         <member name="T:System.DirectoryServices.Protocols.DsmlRequestDocument">
  960.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> class enables you to build a DSML request payload, such as <see cref="T:System.DirectoryServices.Protocols.AddRequest"></see>, <see cref="T:System.DirectoryServices.Protocols.ModifyRequest"></see>, or <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see>.  It contains zero or more <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> derived objects. The user may add, delete, modify, and enumerate the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> before sending to the server. <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> can be used with any DSML Binding classes to transport the document, such as <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection"></see>.</summary>
  961.         </member>
  962.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.#ctor">
  963.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> class.</summary>
  964.         </member>
  965.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Add(System.DirectoryServices.Protocols.DirectoryRequest)">
  966.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Add(System.DirectoryServices.Protocols.DirectoryRequest)"></see> method adds a <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to the collection.</summary>
  967.             <returns>The index of the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection at which the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object was added.</returns>
  968.             <param name="request">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to add to the collection.</param>
  969.             <exception cref="T:System.ArgumentNullException">request is a null reference (Nothing in Visual Basic).</exception>
  970.         </member>
  971.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Clear">
  972.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Clear"></see> method removes all items from this collection.</summary>
  973.         </member>
  974.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Contains(System.DirectoryServices.Protocols.DirectoryRequest)">
  975.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Contains(System.DirectoryServices.Protocols.DirectoryRequest)"></see> method determines whether this <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection contains the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</summary>
  976.             <returns>true if the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object is part of the collection; false, otherwise.</returns>
  977.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object for which to search.</param>
  978.         </member>
  979.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.CopyTo(System.DirectoryServices.Protocols.DirectoryRequest[],System.Int32)">
  980.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.CopyTo(System.DirectoryServices.Protocols.DirectoryRequest[],System.Int32)"></see> method copies the entire <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  981.             <param name="i">The zero-based index of value where copying begins.</param>
  982.             <param name="value">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> object.</param>
  983.         </member>
  984.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.GetEnumerator">
  985.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.GetEnumerator"></see> method returns an enumerator for the entire <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection.</summary>
  986.             <returns>A <see cref="T:System.Collections.IEnumerator"></see> object for the entire collection.</returns>
  987.         </member>
  988.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.IndexOf(System.DirectoryServices.Protocols.DirectoryRequest)">
  989.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.IndexOf(System.DirectoryServices.Protocols.DirectoryRequest)"></see> method returns the zero-based index of the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object in the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection.</summary>
  990.             <returns>The index value of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object, if found; otherwise, -1.</returns>
  991.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object for which the index is returned.</param>
  992.             <exception cref="T:System.ArgumentNullException">value is null reference (Nothing in Visual Basic).</exception>
  993.         </member>
  994.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryRequest)">
  995.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryRequest)"></see> method inserts the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object into the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection at the specified index.</summary>
  996.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to be inserted into the collection.</param>
  997.             <param name="index">The index in the collection at which to insert the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</param>
  998.             <exception cref="T:System.ArgumentNullException">value is a null reference (Nothing in Visual Basic).</exception>
  999.         </member>
  1000.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Remove(System.DirectoryServices.Protocols.DirectoryRequest)">
  1001.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.Remove(System.DirectoryServices.Protocols.DirectoryRequest)"></see> method removes the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object from the collection.</summary>
  1002.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to remove.</param>
  1003.             <exception cref="T:System.ArgumentNullException">valueis a null reference (Nothing in Visual Basic).</exception>
  1004.         </member>
  1005.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.RemoveAt(System.Int32)">
  1006.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.RemoveAt(System.Int32)"></see> method removes the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object at the specified position.</summary>
  1007.             <param name="index">The zero-based index of the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to remove.</param>
  1008.         </member>
  1009.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  1010.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.CopyTo(System.Array,System.Int32)"></see> method copies the entire <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  1011.             <param name="i">The zero-based index of value where copying begins.</param>
  1012.             <param name="value">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> object.</param>
  1013.         </member>
  1014.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Add(System.Object)">
  1015.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Add(System.Object)"></see> method adds a <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to the collection.</summary>
  1016.             <returns>The index of the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection at which the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object was added.</returns>
  1017.             <param name="request">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to add to the collection.</param>
  1018.             <exception cref="T:System.ArgumentNullException">request is a null reference (Nothing in Visual Basic).</exception>
  1019.             <exception cref="T:System.ArgumentException">request is not a  <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</exception>
  1020.         </member>
  1021.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Clear">
  1022.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Clear"></see> method removes all items from the collection.</summary>
  1023.         </member>
  1024.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Contains(System.Object)">
  1025.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Contains(System.Object)"></see> method determines whether this <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection contains the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</summary>
  1026.             <returns>true if the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object is part of the collection; false, otherwise.</returns>
  1027.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object for which to search.</param>
  1028.         </member>
  1029.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.IndexOf(System.Object)">
  1030.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.IndexOf(System.Object)"></see> method returns the zero-based index of the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object in the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection.</summary>
  1031.             <returns>The index value of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object, if found; otherwise, -1.</returns>
  1032.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object for which the index is returned.</param>
  1033.             <exception cref="T:System.ArgumentNullException">value is null reference (Nothing in Visual Basic).</exception>
  1034.         </member>
  1035.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Insert(System.Int32,System.Object)">
  1036.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Insert(System.Int32,System.Object)"></see> method inserts the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object into the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> collection at the specified index.</summary>
  1037.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to be inserted into the collection.</param>
  1038.             <param name="index">The index in the collection at which to insert the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</param>
  1039.             <exception cref="T:System.ArgumentException">value is not a  <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</exception>
  1040.             <exception cref="T:System.ArgumentNullException">value is a null reference (Nothing in Visual Basic).</exception>
  1041.         </member>
  1042.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Remove(System.Object)">
  1043.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Remove(System.Object)"></see> method removes the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object from the collection.</summary>
  1044.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to remove.</param>
  1045.             <exception cref="T:System.ArgumentNullException">value is a null reference (Nothing in Visual Basic).</exception>
  1046.         </member>
  1047.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.RemoveAt(System.Int32)">
  1048.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.RemoveAt(System.Int32)"></see> method removes the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object at the specified position.</summary>
  1049.             <param name="index">The zero-based index of the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object to remove.</param>
  1050.         </member>
  1051.         <member name="M:System.DirectoryServices.Protocols.DsmlRequestDocument.ToXml">
  1052.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlRequestDocument.ToXml"></see> method transforms each <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object in the collection into an <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  1053.             <returns>The transformed <see cref="T:System.Xml.XmlDocument"></see> object.</returns>
  1054.         </member>
  1055.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.Count">
  1056.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.Count"></see> property contains the number of <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> objects in this collection.</summary>
  1057.             <returns>The number of <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> objects in this collection.</returns>
  1058.         </member>
  1059.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.DocumentProcessing">
  1060.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.DocumentProcessing"></see> property contains one of the values of <see cref="T:System.DirectoryServices.Protocols.DsmlDocumentProcessing"></see> that specifies how the elements of the collection are processed.</summary>
  1061.             <returns>One of the values of <see cref="T:System.DirectoryServices.Protocols.DsmlDocumentProcessing"></see> that specifies how the elements of the collection are processed.</returns>
  1062.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">value is an invalid enumeration value.</exception>
  1063.         </member>
  1064.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.ErrorProcessing">
  1065.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.ErrorProcessing"></see> property contains one of the values of <see cref="T:System.DirectoryServices.Protocols.DsmlErrorProcessing"></see> that specifies how errors are processed.</summary>
  1066.             <returns>One of the values of <see cref="T:System.DirectoryServices.Protocols.DsmlErrorProcessing"></see> that specifies how errors are processed.</returns>
  1067.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">value is an invalid enumeration value.</exception>
  1068.         </member>
  1069.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsFixedSize">
  1070.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsFixedSize"></see> property contains a value that indicates whether the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> has a fixed size.</summary>
  1071.             <returns>true if the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> has a fixed size; otherwise, false.</returns>
  1072.         </member>
  1073.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsReadOnly">
  1074.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsReadOnly"></see> property contains a value indicating whether the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> is read only or not.</summary>
  1075.             <returns>true if the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> is read only; otherwise, false.</returns>
  1076.         </member>
  1077.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsSynchronized">
  1078.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.IsSynchronized"></see> property contains a value that indicates whether access to the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> is synchronized (thread-safe).</summary>
  1079.             <returns>true if access to the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> is synchronized (thread-safe); otherwise, false.</returns>
  1080.         </member>
  1081.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.Item(System.Int32)">
  1082.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.Item(System.Int32)"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object at the specified index.</summary>
  1083.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object at the specified index.</returns>
  1084.             <param name="index">The zero-based index value at which the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object is found.</param>
  1085.             <exception cref="T:System.ArgumentNullException">index is set to a null reference (Nothing in Visual Basic).</exception>
  1086.         </member>
  1087.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.RequestId">
  1088.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.RequestId"></see> property contains the RequestID associated with the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see>.</summary>
  1089.             <returns>The RequestID associated with the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see>.</returns>
  1090.         </member>
  1091.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.ResponseOrder">
  1092.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.ResponseOrder"></see> property contains one of the values of <see cref="T:System.DirectoryServices.Protocols.DsmlResponseOrder"></see> that specifies the order of the response.</summary>
  1093.             <returns>One of the values of <see cref="T:System.DirectoryServices.Protocols.DsmlResponseOrder"></see> that specifies the order of the response.</returns>
  1094.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">value is an invalid enumeration value.</exception>
  1095.         </member>
  1096.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.SyncRoot">
  1097.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.SyncRoot"></see> property contains an object that can be used to synchronize access to the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see>.</summary>
  1098.             <returns>An object that can be used to synchronize access to the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see>.</returns>
  1099.         </member>
  1100.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.Count">
  1101.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.Count"></see> property gets the number of <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> objects in this collection.</summary>
  1102.             <returns>The number of <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> objects.</returns>
  1103.         </member>
  1104.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.IsSynchronized">
  1105.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.IsSynchronized"></see> property gets a value that indicates whether access to the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> is synchronized (thread-safe).</summary>
  1106.             <returns>true if access to the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> is synchronized (thread-safe); otherwise, false.</returns>
  1107.         </member>
  1108.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.SyncRoot">
  1109.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.ICollection.SyncRoot"></see> property gets an object that can be used to synchronize access to the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see>.</summary>
  1110.             <returns>An object that can be used to synchronize access to <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see>.</returns>
  1111.         </member>
  1112.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.IsFixedSize">
  1113.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.IsFixedSize"></see> property gets a value that indicates whether the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> has a fixed size.</summary>
  1114.             <returns>true if the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> has a fixed size; otherwise, false.</returns>
  1115.         </member>
  1116.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.IsReadOnly">
  1117.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.IsReadOnly"></see> property gets a value that indicates whether the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> is read-only or not.</summary>
  1118.             <returns>true if the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> is read only; otherwise, false.</returns>
  1119.         </member>
  1120.         <member name="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Item(System.Int32)">
  1121.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlRequestDocument.System.Collections.IList.Item(System.Int32)"></see> property gets or sets the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object at the specified index.</summary>
  1122.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object at the specified index.</returns>
  1123.             <param name="index">The zero-based index value at which the <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object is found.</param>
  1124.             <exception cref="T:System.ArgumentNullException">index is set to a null reference (Nothing in Visual Basic).</exception>
  1125.             <exception cref="T:System.ArgumentException">value is not a  <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</exception>
  1126.         </member>
  1127.         <member name="T:System.DirectoryServices.Protocols.DsmlResponseDocument">
  1128.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> class is a read-only collection generated as a response to a <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> object that contains zero, or more, objects derived from <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see>.</summary>
  1129.         </member>
  1130.         <member name="M:System.DirectoryServices.Protocols.DsmlResponseDocument.CopyTo(System.DirectoryServices.Protocols.DirectoryResponse[],System.Int32)">
  1131.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlResponseDocument.CopyTo(System.DirectoryServices.Protocols.DirectoryResponse[],System.Int32)"></see> method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  1132.             <param name="i">The zero-based index of value where copying begins.</param>
  1133.             <param name="value">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> object.</param>
  1134.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see>  cannot be cast automatically to the type of the destination value.</exception>
  1135.             <exception cref="T:System.ArgumentOutOfRangeException">i is less than zero.</exception>
  1136.             <exception cref="T:System.ArgumentNullException">value is a null reference (Nothing in Visual Basic). </exception>
  1137.             <exception cref="T:System.ArgumentException">This exception can occur under one of the following conditions:value is multidimensionali is equal to or greater than the length of valueThe number of elements in the source <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> is greater than the available space from i to the end of the destination value.</exception>
  1138.         </member>
  1139.         <member name="M:System.DirectoryServices.Protocols.DsmlResponseDocument.GetEnumerator">
  1140.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlResponseDocument.GetEnumerator"></see> method returns an enumerator for the entire <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> collection.</summary>
  1141.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> object for the entire collection.</returns>
  1142.         </member>
  1143.         <member name="M:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  1144.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.CopyTo(System.Array,System.Int32)"></see> method copies the entire <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  1145.             <param name="i">The zero-based index of value where copying begins.</param>
  1146.             <param name="value">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> object.</param>
  1147.         </member>
  1148.         <member name="M:System.DirectoryServices.Protocols.DsmlResponseDocument.ToXml">
  1149.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlResponseDocument.ToXml"></see> method transforms each <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object in the collection into an <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  1150.             <returns>The transformed <see cref="T:System.Xml.XmlDocument"></see> object.</returns>
  1151.         </member>
  1152.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.Count">
  1153.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.Count"></see> property contains the number of <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> objects in this collection.</summary>
  1154.             <returns>The number of <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> objects in this collection.</returns>
  1155.         </member>
  1156.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsErrorResponse">
  1157.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsErrorResponse"></see> property specifies whether an error response has occurred.</summary>
  1158.             <returns>This property is true if an error response has occurred; false, otherwise.</returns>
  1159.         </member>
  1160.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsOperationError">
  1161.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsOperationError"></see> property specifies whether an operation error response has occurred.</summary>
  1162.             <returns>This property is true if an operation error has occurred; false, otherwise.</returns>
  1163.         </member>
  1164.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsSynchronized">
  1165.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.IsSynchronized"></see> property contains a value that indicates whether access to the <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> is synchronized (thread-safe).</summary>
  1166.             <returns>true if access to the <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> is synchronized (thread-safe); otherwise, false.</returns>
  1167.         </member>
  1168.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.Item(System.Int32)">
  1169.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.Item(System.Int32)"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object at the specified index.</summary>
  1170.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object at the specified index.</returns>
  1171.             <param name="index">The zero-based index value at which the <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object is found.</param>
  1172.         </member>
  1173.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.RequestId">
  1174.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.RequestId"></see> property contains the RequestID associated with the document.</summary>
  1175.             <returns>The RequestID associated with the document.</returns>
  1176.             <exception cref="T:System.NotSupportedException">You attempted to set the property value.</exception>
  1177.         </member>
  1178.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.SyncRoot">
  1179.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.SyncRoot"></see> property contains an object that can be used to synchronize access to the <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see>.</summary>
  1180.             <returns>An object that can be used to synchronize access to the <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see>.</returns>
  1181.         </member>
  1182.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.Count">
  1183.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.Count"></see> property gets the number of <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> objects in this collection.</summary>
  1184.             <returns>The number of <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> objects.</returns>
  1185.         </member>
  1186.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.IsSynchronized">
  1187.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.IsSynchronized"></see> property gets a value that indicates whether access to the <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> is synchronized (thread-safe).</summary>
  1188.             <returns>true if access to the <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> is synchronized (thread-safe); otherwise, false.</returns>
  1189.         </member>
  1190.         <member name="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.SyncRoot">
  1191.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.SyncRoot"></see> property gets an object that can be used to synchronize access to the <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see>.</summary>
  1192.             <returns>An object that can be used to synchronize access to <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see>.</returns>
  1193.         </member>
  1194.         <member name="T:System.DirectoryServices.Protocols.DsmlResponseOrder">
  1195.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlResponseOrder"></see> enumeration specifies the order in which responses are received.</summary>
  1196.         </member>
  1197.         <member name="F:System.DirectoryServices.Protocols.DsmlResponseOrder.Sequential">
  1198.             <summary>Sequential. The value is equal to 0.</summary>
  1199.         </member>
  1200.         <member name="F:System.DirectoryServices.Protocols.DsmlResponseOrder.Unordered">
  1201.             <summary>Unordered. The value is equal to 1.</summary>
  1202.         </member>
  1203.         <member name="T:System.DirectoryServices.Protocols.DsmlSoapConnection">
  1204.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlSoapConnection"></see> class is an abstract class that cannot be instantiated. It enables stateless and stateful protocols to be handled similarly by providing session-oriented features.</summary>
  1205.         </member>
  1206.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapConnection.#ctor">
  1207.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapConnection.#ctor"></see> constructor initializes a new instance of a <see cref="T:System.DirectoryServices.Protocols.DsmlSoapConnection"></see> class.</summary>
  1208.         </member>
  1209.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapConnection.BeginSession">
  1210.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapConnection.BeginSession"></see> method instructs the DSML server to start a new session.</summary>
  1211.             <exception cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">Thrown when the XML returned from the Server in response to the BeginSession is not well-formed.</exception>
  1212.             <exception cref="T:System.InvalidOperationException">Thrown when a session is already open on the connection.</exception>
  1213.             <exception cref="T:System.Net.WebException">Thrown when there is a communications failure with the DSML server.</exception>
  1214.         </member>
  1215.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapConnection.EndSession">
  1216.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapConnection.EndSession"></see> method ends the session with the DSML server and clears the <see cref="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SessionId"></see> property.</summary>
  1217.             <exception cref="T:System.Net.WebException">Thrown when a communications failure occurs with the DSML server.</exception>
  1218.             <exception cref="T:System.InvalidOperationException">Thrown when there is no open session.</exception>
  1219.         </member>
  1220.         <member name="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SessionId">
  1221.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SessionId"></see> property contains the active session ID.</summary>
  1222.             <returns>The active session ID.</returns>
  1223.         </member>
  1224.         <member name="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SoapRequestHeader">
  1225.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlSoapConnection.SoapRequestHeader"></see> property contains the SOAP Header attached to outgoing requests.</summary>
  1226.             <returns>The SOAP Header attached to outgoing requests.</returns>
  1227.         </member>
  1228.         <member name="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection">
  1229.             <summary>The <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection"></see> class represents a connection to a DSML Gateway using SOAP over HTTP.</summary>
  1230.         </member>
  1231.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier)">
  1232.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier)"></see> constructor initializes a new instance of a <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection"></see> class.</summary>
  1233.             <param name="identifier">A <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier"></see> object that specifies server for the connection.</param>
  1234.             <exception cref="T:System.ArgumentNullException">identifier is null (Nothing in Visual Basic).</exception>
  1235.         </member>
  1236.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.Uri)">
  1237.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.Uri)"></see> constructor initializes a new instance of a <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection"></see> class.</summary>
  1238.             <param name="uri">A <see cref="T:System.Uri"></see> object that specifies server for the connection.</param>
  1239.             <exception cref="T:System.ArgumentNullException">uri is null (Nothing in Visual Basic).</exception>
  1240.         </member>
  1241.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier,System.Net.NetworkCredential)">
  1242.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier,System.Net.NetworkCredential)"></see> constructor initializes a new instance of a <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection"></see> class.</summary>
  1243.             <param name="identifier">A <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier"></see> object that specifies server for the connection.</param>
  1244.             <param name="credential">A <see cref="T:System.Net.NetworkCredential"></see> object that contains the network credentials.</param>
  1245.             <exception cref="T:System.ArgumentNullException">identifier is null (Nothing in Visual Basic).</exception>
  1246.         </member>
  1247.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)">
  1248.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.#ctor(System.DirectoryServices.Protocols.DsmlDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)"></see> constructor creates and initializes a new instance of a <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection"></see> class using the specified identifier, network credentials, and authentication type.</summary>
  1249.             <param name="identifier">A <see cref="T:System.DirectoryServices.Protocols.DsmlDirectoryIdentifier"></see> object that specifies the server for the connection.</param>
  1250.             <param name="credential">A <see cref="T:System.Net.NetworkCredential"></see> object that contains the Network Credentials.</param>
  1251.             <param name="authType">The <see cref="T:System.DirectoryServices.Protocols.AuthType"></see> value that specifies the authentication type to use for this connection.</param>
  1252.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">authType value is not one of the constants defined in the <see cref="T:System.DirectoryServices.Protocols.AuthType"></see> enumeration.</exception>
  1253.             <exception cref="T:System.ArgumentException">authType value is not one of the DSML supported values. DSML only supports Anonymous, Ntlm, Basic, Negotiate and digest.</exception>
  1254.             <exception cref="T:System.ArgumentNullException">identifier is a null reference (Nothing in Visual Basic).</exception>
  1255.         </member>
  1256.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.Abort(System.IAsyncResult)">
  1257.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.Abort(System.IAsyncResult)"></see> method cancels the asynchronous request.</summary>
  1258.             <param name="asyncResult">An object derived from <see cref="T:System.IAsyncResult"></see> that references the asynchronous request.</param>
  1259.             <exception cref="T:System.ArgumentException">asyncResult was not returned by the corresponding call to <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument,System.AsyncCallback,System.Object)"></see>.</exception>
  1260.             <exception cref="T:System.ArgumentNullException">asyncResult is null (Nothing in Visual Basic).</exception>
  1261.         </member>
  1262.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument,System.AsyncCallback,System.Object)">
  1263.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument,System.AsyncCallback,System.Object)"></see> method begins asynchronously sending the specified <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> object to the server.</summary>
  1264.             <returns>An object derived from <see cref="T:System.IAsyncResult"></see> that references the asynchronous send.</returns>
  1265.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> function.</param>
  1266.             <param name="state">An <see cref="T:System.Object"></see> that contains the state data for this request.</param>
  1267.             <param name="request">The <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> object to send.</param>
  1268.             <exception cref="T:System.ArgumentNullException">request is null (Nothing in Visual Basic).</exception>
  1269.         </member>
  1270.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSession">
  1271.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSession"></see> method instructs the DSML server to start a new session.</summary>
  1272.             <exception cref="T:System.Net.WebException">Thrown when there is a communications failure with the DSML server or when the server is out of available sessions.</exception>
  1273.             <exception cref="T:System.InvalidOperationException">Thrown when a session is already open on the connection.</exception>
  1274.             <exception cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">Thrown when the XML returned from the Server in response to the <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSession"></see> is not well-formed.</exception>
  1275.         </member>
  1276.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.EndSendRequest(System.IAsyncResult)">
  1277.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.EndSendRequest(System.IAsyncResult)"></see> method completes an asynchronous send request.</summary>
  1278.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> object that contains the results of the request.</returns>
  1279.             <param name="asyncResult">An object derived from <see cref="T:System.IAsyncResult"></see> that contains state data for this request.</param>
  1280.             <exception cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">Thrown when the response returned by server is not valid.</exception>
  1281.             <exception cref="T:System.ArgumentException">Thrown if asyncResult was not returned by the current instance from a call to <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.BeginSendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument,System.AsyncCallback,System.Object)"></see>.</exception>
  1282.             <exception cref="T:System.ArgumentNullException">Thrown when asyncResult is null.</exception>
  1283.             <exception cref="T:System.IO.IOException">The request did not complete. No stream is available.</exception>
  1284.             <exception cref="T:System.Net.WebException">Thrown when abort was previously called or when an error occurred while processing the request.</exception>
  1285.         </member>
  1286.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.EndSession">
  1287.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.EndSession"></see> method ends the session with the DSML server and clears the <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SessionId"></see> property.</summary>
  1288.             <exception cref="T:System.InvalidOperationException">Thrown when there is no open session.</exception>
  1289.             <exception cref="T:System.Net.WebException">Thrown when there is a communications failure with the DSML server.</exception>
  1290.         </member>
  1291.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)">
  1292.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> method sends a single <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</summary>
  1293.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object that contains the results of the request.</returns>
  1294.             <param name="request">A <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object that contains the request.</param>
  1295.             <exception cref="T:System.ArgumentNullException">request is null (Nothing in Visual Basic).</exception>
  1296.             <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">The operation returned a failure code.</exception>
  1297.             <exception cref="T:System.DirectoryServices.Protocols.ErrorResponseException">The DSML server returned an error response.</exception>
  1298.         </member>
  1299.         <member name="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument)">
  1300.             <summary>The <see cref="M:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SendRequest(System.DirectoryServices.Protocols.DsmlRequestDocument)"></see> method sends a <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> object to the DSML server.</summary>
  1301.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DsmlResponseDocument"></see> object that contains the results of the request.</returns>
  1302.             <param name="request">A <see cref="T:System.DirectoryServices.Protocols.DsmlRequestDocument"></see> object sent to the server.</param>
  1303.             <exception cref="T:System.ArgumentNullException">request is null (Nothing in Visual Basic).</exception>
  1304.         </member>
  1305.         <member name="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.AuthType">
  1306.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.AuthType"></see> property contains one of the values of <see cref="T:System.DirectoryServices.Protocols.AuthType"></see> enumeration that specifies the authentication type.</summary>
  1307.             <returns>One of the values of <see cref="T:System.DirectoryServices.Protocols.AuthType"></see> enumeration that specifies the authentication type.</returns>
  1308.         </member>
  1309.         <member name="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SessionId">
  1310.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SessionId"></see> property contains the active session ID.</summary>
  1311.             <returns>The active session ID.</returns>
  1312.         </member>
  1313.         <member name="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SoapActionHeader">
  1314.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.SoapActionHeader"></see> property contains the SOAP Action Header sent with other HTTP headers.</summary>
  1315.             <returns>The SOAP Action Header sent with other HTTP headers.</returns>
  1316.         </member>
  1317.         <member name="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.Timeout">
  1318.             <summary>The <see cref="P:System.DirectoryServices.Protocols.DsmlSoapHttpConnection.Timeout"></see> property contains the length of time, in seconds, before the <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection"></see> times out.</summary>
  1319.             <returns>The length of time, in seconds, before the <see cref="T:System.DirectoryServices.Protocols.DsmlSoapHttpConnection"></see> times out.</returns>
  1320.         </member>
  1321.         <member name="T:System.DirectoryServices.Protocols.ErrorResponseCategory">
  1322.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ErrorResponseCategory"></see> enumeration contains possible DSML error responses.</summary>
  1323.         </member>
  1324.         <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.AuthenticationFailed">
  1325.             <summary>Authentication failed. The value is equal to 5.</summary>
  1326.         </member>
  1327.         <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.ConnectionClosed">
  1328.             <summary>The DSML provider connected to a server, but the server closed the connection without responding to the request. The value is equal to 2.</summary>
  1329.         </member>
  1330.         <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.CouldNotConnect">
  1331.             <summary>The DSML provider was unable to connect to a server. The value is equal to 1.</summary>
  1332.         </member>
  1333.         <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.GatewayInternalError">
  1334.             <summary>There is an internal gateway error. The value is equal to 4.</summary>
  1335.         </member>
  1336.         <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.MalformedRequest">
  1337.             <summary>The client failed to specify a request ID for each request. The value is equal to 3.</summary>
  1338.         </member>
  1339.         <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.NotAttempted">
  1340.             <summary>The DSML provider did not attempt to execute a request element. The value is equal to 0.</summary>
  1341.         </member>
  1342.         <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.Other">
  1343.             <summary>An unknown error occurred. The value is equal to 7.</summary>
  1344.         </member>
  1345.         <member name="F:System.DirectoryServices.Protocols.ErrorResponseCategory.UnresolvableUri">
  1346.             <summary>The client provider is unable to resolve the URI to a value that can transferred to the server. The value is equal to 6.</summary>
  1347.         </member>
  1348.         <member name="T:System.DirectoryServices.Protocols.ErrorResponseException">
  1349.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException"></see> class is an exception that occurs when the server returns an <errorResponse>.</summary>
  1350.         </member>
  1351.         <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor">
  1352.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException"></see> class.</summary>
  1353.         </member>
  1354.         <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse)">
  1355.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException"></see> class using the specified response object. The default message displayed to the client is "<errorResponse> returned".</summary>
  1356.             <param name="response">The <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse"></see> object returned by the server that corresponds to the <errorResponse>. </param>
  1357.         </member>
  1358.         <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.String)">
  1359.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException"></see> class using the specified message.</summary>
  1360.             <param name="message">The message displayed to the client when the exception occurs.</param>
  1361.         </member>
  1362.         <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse,System.String)">
  1363.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse,System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException"></see> class using the specified response object and message.</summary>
  1364.             <param name="message">The message displayed to the client when the exception occurs.</param>
  1365.             <param name="response">The <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse"></see> object returned by the server that corresponds to the <errorResponse>. </param>
  1366.         </member>
  1367.         <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1368.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException"></see> class using the specified serialization data and streaming context.</summary>
  1369.             <param name="context">The source and destination of the serialized stream associated with the parameter.</param>
  1370.             <param name="info">Data required to serialize the parameter.</param>
  1371.         </member>
  1372.         <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.String,System.Exception)">
  1373.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException"></see> class using the specified message and inner exception.</summary>
  1374.             <param name="message">The message displayed to the client when the exception occurs.</param>
  1375.             <param name="inner">The <see cref="P:System.Exception.InnerException"></see>, if any, that threw the exception.</param>
  1376.         </member>
  1377.         <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse,System.String,System.Exception)">
  1378.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.#ctor(System.DirectoryServices.Protocols.DsmlErrorResponse,System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ErrorResponseException"></see> class using the specified response object, message, and inner exception.</summary>
  1379.             <param name="message">The message displayed to the client when the exception occurs.</param>
  1380.             <param name="inner">The <see cref="P:System.Exception.InnerException"></see>, if any, that threw the exception.</param>
  1381.             <param name="response">The <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse"></see> object returned by the server that corresponds to the <errorResponse>. </param>
  1382.         </member>
  1383.         <member name="M:System.DirectoryServices.Protocols.ErrorResponseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1384.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ErrorResponseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> method populates the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the data required to serialize the parameter.</summary>
  1385.             <param name="serializationInfo">Data required to serialize the parameter.</param>
  1386.             <param name="streamingContext">The source and destination of the serialized stream associated with the parameter.</param>
  1387.         </member>
  1388.         <member name="P:System.DirectoryServices.Protocols.ErrorResponseException.Response">
  1389.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ErrorResponseException.Response"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse"></see> object that corresponds to the <errorResponse>.</summary>
  1390.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DsmlErrorResponse"></see> object that corresponds to the <errorResponse>.</returns>
  1391.         </member>
  1392.         <member name="T:System.DirectoryServices.Protocols.ExtendedDNControl">
  1393.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ExtendedDNControl"></see> class requests an extended form of the distinguished name of an Active Directory object.</summary>
  1394.         </member>
  1395.         <member name="M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor">
  1396.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ExtendedDNControl"></see> class.</summary>
  1397.         </member>
  1398.         <member name="M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor(System.DirectoryServices.Protocols.ExtendedDNFlag)">
  1399.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor(System.DirectoryServices.Protocols.ExtendedDNFlag)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ExtendedDNControl"></see> class using the specified flag.</summary>
  1400.             <param name="flag">A value of the <see cref="T:System.DirectoryServices.Protocols.ExtendedDNFlag"></see> enumeration that specifies the format of the extended distinguished name.</param>
  1401.         </member>
  1402.         <member name="M:System.DirectoryServices.Protocols.ExtendedDNControl.GetValue">
  1403.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ExtendedDNControl.GetValue"></see> method returns the format of the extended distinguished name.</summary>
  1404.             <returns>The format of the extended distinguished name.</returns>
  1405.         </member>
  1406.         <member name="P:System.DirectoryServices.Protocols.ExtendedDNControl.Flag">
  1407.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ExtendedDNControl.Flag"></see> property contains  one of the values of <see cref="T:System.DirectoryServices.Protocols.ExtendedDNFlag"></see> that specifies the format of the extended distinguished name.</summary>
  1408.             <returns>One of the values of <see cref="T:System.DirectoryServices.Protocols.ExtendedDNFlag"></see> that specifies the format of the extended distinguished name.</returns>
  1409.         </member>
  1410.         <member name="T:System.DirectoryServices.Protocols.ExtendedDNFlag">
  1411.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ExtendedDNFlag"></see> enumeration specifies the format of an extended distinguished name.</summary>
  1412.         </member>
  1413.         <member name="F:System.DirectoryServices.Protocols.ExtendedDNFlag.HexString">
  1414.             <summary>Specifies that the GUID and SID values are returned in hexadecimal format. The value is equal to 0.</summary>
  1415.         </member>
  1416.         <member name="F:System.DirectoryServices.Protocols.ExtendedDNFlag.StandardString">
  1417.             <summary>Specifies that the GUID and SID values are returned in standard string format. The value is equal to 1.</summary>
  1418.         </member>
  1419.         <member name="T:System.DirectoryServices.Protocols.ExtendedRequest">
  1420.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest"></see> class passes extended LDAP operations to the server.</summary>
  1421.         </member>
  1422.         <member name="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor">
  1423.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest"></see> class.</summary>
  1424.         </member>
  1425.         <member name="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String)">
  1426.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest"></see> class using the specified name.</summary>
  1427.             <param name="requestName">The name of the request.</param>
  1428.         </member>
  1429.         <member name="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String,System.Byte[])">
  1430.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String,System.Byte[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest"></see> class using the specified name and value.</summary>
  1431.             <param name="requestName">The name of the request.</param>
  1432.             <param name="requestValue">The value of the request.</param>
  1433.         </member>
  1434.         <member name="M:System.DirectoryServices.Protocols.ExtendedRequest.ToXmlNode(System.Xml.XmlDocument)">
  1435.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ExtendedRequest.ToXmlNode(System.Xml.XmlDocument)"></see> method creates an XML node from the specified <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  1436.             <returns>The resulting <see cref="T:System.Xml.XmlElement"></see> object.</returns>
  1437.             <param name="doc">An <see cref="T:System.Xml.XmlDocument"></see> object.</param>
  1438.         </member>
  1439.         <member name="P:System.DirectoryServices.Protocols.ExtendedRequest.RequestName">
  1440.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ExtendedRequest.RequestName"></see> property contains the request name.</summary>
  1441.             <returns>The request name.</returns>
  1442.         </member>
  1443.         <member name="P:System.DirectoryServices.Protocols.ExtendedRequest.RequestValue">
  1444.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ExtendedRequest.RequestValue"></see> property contains the value of the request.</summary>
  1445.             <returns>The value of the request.</returns>
  1446.         </member>
  1447.         <member name="T:System.DirectoryServices.Protocols.ExtendedResponse">
  1448.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ExtendedResponse"></see> class is returned by <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> as a response to <see cref="T:System.DirectoryServices.Protocols.ExtendedRequest"></see>.</summary>
  1449.         </member>
  1450.         <member name="P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseName">
  1451.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseName"></see> property contains the name of the response returned by the server.</summary>
  1452.             <returns>The name of the response returned by the server.</returns>
  1453.         </member>
  1454.         <member name="P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseValue">
  1455.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseValue"></see> property contains the optional response value returned by the server.</summary>
  1456.             <returns>The optional response value returned by the server.</returns>
  1457.             <exception cref="T:System.DirectoryServices.Protocols.DsmlInvalidDocumentException">The server returned an invalid value.</exception>
  1458.         </member>
  1459.         <member name="T:System.DirectoryServices.Protocols.LazyCommitControl">
  1460.             <summary>The <see cref="T:System.DirectoryServices.Protocols.LazyCommitControl"></see> class instructs the server to return the results of a DS modification command, such as add, delete, or replace, after it has been completed in memory, but before it has been committed to disk.</summary>
  1461.         </member>
  1462.         <member name="M:System.DirectoryServices.Protocols.LazyCommitControl.#ctor">
  1463.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LazyCommitControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LazyCommitControl"></see> class.</summary>
  1464.         </member>
  1465.         <member name="T:System.DirectoryServices.Protocols.LdapConnection">
  1466.             <summary>The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> class creates a TCP/IP or UDP LDAP connection to Microsoft Active Directory or an LDAP server.</summary>
  1467.         </member>
  1468.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier)">
  1469.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> class using the specified directory identifier. The logon credentials and the Negotiate Authentication are used to connect to the LDAP server.</summary>
  1470.             <param name="identifier">An <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier"></see> object that specifies the server.</param>
  1471.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">Thrown if it fails to create a connection block or fails to open a connection to server.</exception>
  1472.         </member>
  1473.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.String)">
  1474.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> class using the specified server.</summary>
  1475.             <param name="server">Specifies the server.</param>
  1476.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">Thrown if it fails to create a connection block or fails to open a connection to server.</exception>
  1477.         </member>
  1478.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential)">
  1479.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> class using the specified directory identifier and network credentials. Negotiate Authentication is used.</summary>
  1480.             <param name="identifier">An <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier"></see> object that specifies the server.</param>
  1481.             <param name="credential">A <see cref="T:System.Net.NetworkCredential"></see> object that specifies the credentials to use.</param>
  1482.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">Thrown if it fails to create a connection block or fails to open a connection to server.</exception>
  1483.         </member>
  1484.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)">
  1485.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> class using the specified directory identifier, network credentials, and authentication type.</summary>
  1486.             <param name="identifier">An <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier"></see> object that specifies the server.</param>
  1487.             <param name="credential">A <see cref="T:System.Net.NetworkCredential"></see> object that specifies the credentials to use.</param>
  1488.             <param name="authType">A <see cref="T:System.DirectoryServices.Protocols.AuthType"></see> values that specifies the type of authentication to use.</param>
  1489.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">Thrown if it fails to create a connection block or fails to open a connection to server.</exception>
  1490.             <exception cref="T:System.ArgumentException">Thrown when authType is specified as Anonymous but credential specified credentials.</exception>
  1491.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">Thrown when authType is out of range.</exception>
  1492.         </member>
  1493.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.Abort(System.IAsyncResult)">
  1494.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Abort(System.IAsyncResult)"></see> method cancels the asynchronous request.</summary>
  1495.             <param name="asyncResult">A <see cref="T:System.IAsyncResult"></see> object that references the asynchronous request.</param>
  1496.             <exception cref="T:System.ArgumentNullException">asyncResult is null (Nothing in Visual Basic).</exception>
  1497.             <exception cref="T:System.ArgumentException">Thrown if asyncResult was not returned by the corresponding call to <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest"></see></exception>
  1498.             <exception cref="T:System.ObjectDisposedException">The object handle is not valid.</exception>
  1499.         </member>
  1500.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)">
  1501.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)"></see> method sends data asynchronously to the server.</summary>
  1502.             <returns>A <see cref="T:System.IAsyncResult"></see> object that references the asynchronous send.</returns>
  1503.             <param name="partialMode">A value from <see cref="T:System.DirectoryServices.Protocols.PartialResultProcessing"></see> enumeration that specifies the level of partial result to return.</param>
  1504.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> function.</param>
  1505.             <param name="state">An <see cref="T:System.Object"></see> that contains the state data for this request.</param>
  1506.             <param name="request">A <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</param>
  1507.             <exception cref="T:System.ArgumentNullException">request is null (Nothing in Visual Basic).</exception>
  1508.             <exception cref="T:System.NotSupportedException">Partial results are not supported. </exception>
  1509.             <exception cref="T:System.ArgumentException">A callback function must be specified if partialMode is equal to <see cref="F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback"></see>.</exception>
  1510.             <exception cref="T:System.ObjectDisposedException">The object handle is not valid.</exception>
  1511.         </member>
  1512.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)">
  1513.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)"></see> method sends data asynchronously to the server.</summary>
  1514.             <returns>A <see cref="T:System.IAsyncResult"></see> object that references the asynchronous send.</returns>
  1515.             <param name="requestTimeout">The time, in seconds, until the request times out.</param>
  1516.             <param name="partialMode">A value from <see cref="T:System.DirectoryServices.Protocols.PartialResultProcessing"></see> enumeration that specifies the level of partial result to return.</param>
  1517.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> function.</param>
  1518.             <param name="state">An <see cref="T:System.Object"></see> that contains the state data for this request.</param>
  1519.             <param name="request">A <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object.</param>
  1520.             <exception cref="T:System.ArgumentNullException">request is null (Nothing in Visual Basic).</exception>
  1521.             <exception cref="T:System.NotSupportedException">Partial results are not supported. </exception>
  1522.             <exception cref="T:System.ArgumentException">A callback function must be specified if partialMode is equal to <see cref="F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback"></see>.</exception>
  1523.             <exception cref="T:System.ObjectDisposedException">The object handle is not valid.</exception>
  1524.         </member>
  1525.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.Bind">
  1526.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Bind"></see> method sends an LDAP bind using the current credentials.</summary>
  1527.             <exception cref="T:System.InvalidOperationException">Either the <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates"></see> property specifies more than one client certificate to send for authentication, or the <see cref="P:System.DirectoryServices.Protocols.LdapConnection.AuthType"></see> property is Anonymous and one or more credentials are supplied.</exception>
  1528.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">The error code returned by LDAP does not map to one of the <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> enumeration error codes.</exception>
  1529.             <exception cref="T:System.ObjectDisposedException">The object handle is not valid.</exception>
  1530.         </member>
  1531.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.Bind(System.Net.NetworkCredential)">
  1532.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Bind(System.Net.NetworkCredential)"></see> method sends an LDAP bind using the specified <see cref="T:System.Net.NetworkCredential"></see>.</summary>
  1533.             <param name="newCredential">A <see cref="T:System.Net.NetworkCredential"></see> object that specifies the credentials to use.</param>
  1534.             <exception cref="T:System.InvalidOperationException">Either the <see cref="P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates"></see> property specifies more than one client certificate to send for authentication, or the <see cref="P:System.DirectoryServices.Protocols.LdapConnection.AuthType"></see> property is Anonymous and one or more credentials are supplied.</exception>
  1535.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">The error code returned by LDAP does not map to a <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> enumeration error code.</exception>
  1536.             <exception cref="T:System.ObjectDisposedException">The object handle is not valid.</exception>
  1537.         </member>
  1538.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.Dispose">
  1539.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Dispose"></see> method closes and releases the LDAP handle.</summary>
  1540.         </member>
  1541.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.Dispose(System.Boolean)">
  1542.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Dispose(System.Boolean)"></see> method closes the connection and optionally releases the LDAP handle.</summary>
  1543.             <param name="disposing">true if the handle is released when the connection is closed or false if the connection is closed without releasing the handle.</param>
  1544.         </member>
  1545.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.EndSendRequest(System.IAsyncResult)">
  1546.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.EndSendRequest(System.IAsyncResult)"></see> method completes an asynchronous request.</summary>
  1547.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object that contains the results of the request.</returns>
  1548.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object that contains state data for this request.</param>
  1549.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">The error code returned by LDAP does not map to a  <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> enumeration error code.</exception>
  1550.             <exception cref="T:System.ObjectDisposedException">Thrown if the object is already disposed.  The object handle is not valid.</exception>
  1551.             <exception cref="T:System.ArgumentNullException">asyncResult is null (Nothing in Visual Basic).</exception>
  1552.             <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">Thrown if the server returned a <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object with an error.</exception>
  1553.             <exception cref="T:System.ArgumentException">asyncResult does not match the asyncResult returned in the <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest"></see> call.</exception>
  1554.         </member>
  1555.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.Finalize">
  1556.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.Finalize"></see> method allows an <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object to attempt to free resources and perform other cleanup operations before the <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is reclaimed by garbage collection.</summary>
  1557.         </member>
  1558.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.GetPartialResults(System.IAsyncResult)">
  1559.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.GetPartialResults(System.IAsyncResult)"></see> method retrieves partial results of an asynchronous operation.</summary>
  1560.             <returns>A <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection"></see> object that contains the partial results.</returns>
  1561.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object that contains state data for this request.</param>
  1562.             <exception cref="T:System.ObjectDisposedException">The object is already disposed. The object handle is not valid.</exception>
  1563.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">The error code returned by LDAP does not map to a  <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> enumeration error code.</exception>
  1564.             <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">Thrown if the server returned a <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object with an error.</exception>
  1565.             <exception cref="T:System.ArgumentNullException">asyncResult is null (Nothing in Visual Basic).</exception>
  1566.             <exception cref="T:System.ArgumentException">asyncResult does not match the asyncResult returned in the <see cref="M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest"></see> call.</exception>
  1567.         </member>
  1568.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)">
  1569.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> method sends a single <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> as an LDAP v3 operation.</summary>
  1570.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object that contains the response from the server.</returns>
  1571.             <param name="request">A <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object that contains the request.</param>
  1572.             <exception cref="T:System.ObjectDisposedException">The object is already disposed. The object handle is not valid.</exception>
  1573.             <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">Thrown if the server returned a <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object with an error.</exception>
  1574.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">The error code returned by LDAP does not map to a <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> enumeration error code.</exception>
  1575.             <exception cref="T:System.ArgumentNullException">asyncResult is null (Nothing in Visual Basic).</exception>
  1576.             <exception cref="T:System.NotSupportedException">Request is of type DsmlAuthRequest.</exception>
  1577.         </member>
  1578.         <member name="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan)">
  1579.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan)"></see> method sends a single <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> as an LDAP v3 operation.</summary>
  1580.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object that contains the response from the server.</returns>
  1581.             <param name="requestTimeout">The length of time, in seconds, until the request times out.</param>
  1582.             <param name="request">A <see cref="T:System.DirectoryServices.Protocols.DirectoryRequest"></see> object that contains the request.</param>
  1583.             <exception cref="T:System.ObjectDisposedException">The object is already disposed. The object handle is not valid.</exception>
  1584.             <exception cref="T:System.DirectoryServices.Protocols.DirectoryOperationException">Thrown if the server returned a <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object with an error.</exception>
  1585.             <exception cref="T:System.ArgumentNullException">asyncResult is null (Nothing in Visual Basic).</exception>
  1586.             <exception cref="T:System.NotSupportedException">Request is of type DsmlAuthRequest.</exception>
  1587.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">The error code returned by LDAP does not map to a  the <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> enumeration error code.</exception>
  1588.         </member>
  1589.         <member name="P:System.DirectoryServices.Protocols.LdapConnection.AuthType">
  1590.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapConnection.AuthType"></see> property contains the supported authentication types.</summary>
  1591.             <returns>A supported authentication type.</returns>
  1592.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">Thrown when authType is out of range.</exception>
  1593.         </member>
  1594.         <member name="P:System.DirectoryServices.Protocols.LdapConnection.AutoBind">
  1595.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapConnection.AutoBind"></see> property specifies whether an automatic bind is allowed.</summary>
  1596.             <returns>true if the automatic bind is allowed; otherwise, false.</returns>
  1597.         </member>
  1598.         <member name="P:System.DirectoryServices.Protocols.LdapConnection.Credential">
  1599.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapConnection.Credential"></see> property contains the network credentials for the object.</summary>
  1600.             <returns>The network credentials for the object.</returns>
  1601.         </member>
  1602.         <member name="P:System.DirectoryServices.Protocols.LdapConnection.SessionOptions">
  1603.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapConnection.SessionOptions"></see> property contains an <see cref="T:System.DirectoryServices.Protocols.LdapSessionOptions"></see> object that specifies the session options.</summary>
  1604.             <returns>An <see cref="T:System.DirectoryServices.Protocols.LdapSessionOptions"></see> object that specifies the session options.</returns>
  1605.         </member>
  1606.         <member name="P:System.DirectoryServices.Protocols.LdapConnection.Timeout">
  1607.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapConnection.Timeout"></see> property contains the length of time, in seconds, before the <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> times out.</summary>
  1608.             <returns>The length of time, in seconds, before the <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> times out.</returns>
  1609.         </member>
  1610.         <member name="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier">
  1611.             <summary>The <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier"></see> class creates a directory identifier for one or more LDAP servers.</summary>
  1612.         </member>
  1613.         <member name="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String)">
  1614.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier"></see> class using the specified server.</summary>
  1615.             <param name="server">The server ID. This parameter can be an IP address, a DNS domain or host name, or null. If null, it represents the identity of any domain controller in the domain associated with the computer account.</param>
  1616.             <exception cref="T:System.ArgumentException">Thrown if server has space.</exception>
  1617.         </member>
  1618.         <member name="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)">
  1619.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier"></see> class using the specified server and properties. The <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier"></see> class using the specified server names and properties. This constructor creates an identifier that represents a set of LDAP servers.</summary>
  1620.             <param name="server">The server name.</param>
  1621.             <param name="fullyQualifiedDnsHostName">true if each element in servers is a fully-qualified DNS host name. If false, an element can be an IP address, a DNS domain or host name, or null. If null, it represents the identity of any domain controller in the domain associated with the computer account.</param>
  1622.             <param name="connectionless">true if the connection is UDP or false if the connection uses TCP/IP.</param>
  1623.             <exception cref="T:System.ArgumentException">Thrown if server contains only white space.</exception>
  1624.         </member>
  1625.         <member name="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Boolean,System.Boolean)">
  1626.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier"></see> class using the specified server and properties. The <see cref="M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier"></see> class using the specified server names and properties. This constructor creates an identifier that represents a set of LDAP servers.</summary>
  1627.             <param name="servers">The server name.</param>
  1628.             <param name="fullyQualifiedDnsHostName">true if each element in servers is a fully-qualified DNS host name. If false, an element can be an IP address, a DNS domain or host name, or null. If null, it represents the identity of any domain controller in the domain associated with the computer account.</param>
  1629.             <param name="connectionless">true if the connection is UDP or false if the connection uses TCP/IP.</param>
  1630.             <exception cref="T:System.ArgumentException">Thrown if server has space.</exception>
  1631.         </member>
  1632.         <member name="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Connectionless">
  1633.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Connectionless"></see> property specifies that the connection is User Datagram Protocol (UDP). </summary>
  1634.             <returns>This property is true if the connection is UDP. This property is false if the LDAP connection is over TCP/IP.</returns>
  1635.         </member>
  1636.         <member name="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.FullyQualifiedDnsHostName">
  1637.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.FullyQualifiedDnsHostName"></see> property specifies that a server name is a fully-qualified DNS host name. </summary>
  1638.             <returns>This property is true if a server name is a fully-qualified DNS host name.</returns>
  1639.         </member>
  1640.         <member name="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Servers">
  1641.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Servers"></see> property contains the set of servers this object identifies.</summary>
  1642.             <returns>The set of servers this object identifies.</returns>
  1643.         </member>
  1644.         <member name="T:System.DirectoryServices.Protocols.LdapException">
  1645.             <summary>The <see cref="T:System.DirectoryServices.Protocols.LdapException"></see> class is an exception that occurs when LDAP returns an error code not included in <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see>.</summary>
  1646.         </member>
  1647.         <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor">
  1648.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapException"></see> class.</summary>
  1649.         </member>
  1650.         <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32)">
  1651.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapException"></see> class using the specified error code. The default message displayed to the client is "Communications error with the LDAP server".</summary>
  1652.             <param name="errorCode">The error code returned by the LDAP implementation.</param>
  1653.         </member>
  1654.         <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String)">
  1655.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapException"></see> class using the specified message.</summary>
  1656.             <param name="message">The message displayed to the client when the exception occurs.</param>
  1657.         </member>
  1658.         <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String)">
  1659.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapException"></see> class using the specified error code and message.</summary>
  1660.             <param name="errorCode">The error code returned by the LDAP implementation.</param>
  1661.             <param name="message">The message displayed to the client when the exception occurs.</param>
  1662.         </member>
  1663.         <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1664.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapException"></see> class using the specified serialization data and streaming context.</summary>
  1665.             <param name="context">The source and destination of the serialized stream associated with the parameter.</param>
  1666.             <param name="info">Data required to serialize the parameter.</param>
  1667.         </member>
  1668.         <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String,System.Exception)">
  1669.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapException"></see> class using the specified message and inner exception.</summary>
  1670.             <param name="message">The message displayed to the client when the exception occurs.</param>
  1671.             <param name="inner">The inner exception, if any, that threw the exception.</param>
  1672.         </member>
  1673.         <member name="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.Exception)">
  1674.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.LdapException"></see> class using the specified error code, message, and inner exception.</summary>
  1675.             <param name="errorCode">The error code returned by the LDAP implementation.</param>
  1676.             <param name="message">The message displayed to the client when the exception occurs.</param>
  1677.             <param name="inner">The inner exception, if any, that threw the exception.</param>
  1678.         </member>
  1679.         <member name="M:System.DirectoryServices.Protocols.LdapException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1680.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> method populates the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the data required to serialize the parameter.</summary>
  1681.             <param name="serializationInfo">Data required to serialize the parameter.</param>
  1682.             <param name="streamingContext">The source and destination of the serialized stream associated with the parameter.</param>
  1683.         </member>
  1684.         <member name="P:System.DirectoryServices.Protocols.LdapException.ErrorCode">
  1685.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapException.ErrorCode"></see> property contains the LDAP error code.</summary>
  1686.             <returns>The LDAP error code.</returns>
  1687.         </member>
  1688.         <member name="P:System.DirectoryServices.Protocols.LdapException.PartialResults">
  1689.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapException.PartialResults"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection"></see> object that contains partial results.</summary>
  1690.             <returns>A <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection"></see> object that contains partial results.</returns>
  1691.         </member>
  1692.         <member name="T:System.DirectoryServices.Protocols.LdapSessionOptions">
  1693.             <summary>The <see cref="T:System.DirectoryServices.Protocols.LdapSessionOptions"></see> class is used to get or set various LDAP session options.</summary>
  1694.         </member>
  1695.         <member name="M:System.DirectoryServices.Protocols.LdapSessionOptions.FastConcurrentBind">
  1696.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapSessionOptions.FastConcurrentBind"></see> method enables support for fast concurrent binds.</summary>
  1697.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1698.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">An LDAP error occurred.</exception>
  1699.             <exception cref="T:System.PlatformNotSupportedException">This method does not work on the current platform.</exception>
  1700.         </member>
  1701.         <member name="M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)">
  1702.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)"></see> method starts transport layer security encryption.</summary>
  1703.             <param name="controls">A <see cref="T:System.DirectoryServices.Protocols.DirectoryControlCollection"></see> object that contains the controls to use.</param>
  1704.             <exception cref="T:System.DirectoryServices.Protocols.TlsOperationException">The request failed.</exception>
  1705.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1706.             <exception cref="T:System.DirectoryServices.Protocols.LdapException">An LDAP error occurred.</exception>
  1707.         </member>
  1708.         <member name="M:System.DirectoryServices.Protocols.LdapSessionOptions.StopTransportLayerSecurity">
  1709.             <summary>The <see cref="M:System.DirectoryServices.Protocols.LdapSessionOptions.StopTransportLayerSecurity"></see> method ends transport layer security encryption.</summary>
  1710.             <exception cref="T:System.DirectoryServices.Protocols.TlsOperationException">The request failed.</exception>
  1711.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1712.         </member>
  1713.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.AutoReconnect">
  1714.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.AutoReconnect"></see> property specifies if auto-reconnect is enabled. </summary>
  1715.             <returns>This property is true if auto-reconnect is enabled or false if it is not.</returns>
  1716.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1717.         </member>
  1718.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.DomainName">
  1719.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.DomainName"></see> property returns the domain to which this connection is bound.</summary>
  1720.             <returns>The domain to which this connection is bound.</returns>
  1721.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1722.         </member>
  1723.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.HostName">
  1724.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.HostName"></see> property returns the name of the LDAP server associated with the connection.</summary>
  1725.             <returns>The name of the LDAP server associated with the connection.</returns>
  1726.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1727.         </member>
  1728.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.HostReachable">
  1729.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.HostReachable"></see> property specifies whether the host is reachable. </summary>
  1730.             <returns>This property is true if the host is reachable or false if it is not.</returns>
  1731.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1732.         </member>
  1733.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.LocatorFlag">
  1734.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.LocatorFlag"></see> property specifies one of the values of the <see cref="T:System.DirectoryServices.Protocols.LocatorFlags"></see> enumeration that are used when locating a domain controller.</summary>
  1735.             <returns>One of the values of the <see cref="T:System.DirectoryServices.Protocols.LocatorFlags"></see> enumeration that are used when locating a domain controller.</returns>
  1736.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1737.         </member>
  1738.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingKeepAliveTimeout">
  1739.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingKeepAliveTimeout"></see> property contains a <see cref="T:System.TimeSpan"></see> object that specifies the minimum number of seconds the client waits, after the last response from the server, before sending a keep-alive ping.</summary>
  1740.             <returns>A <see cref="T:System.TimeSpan"></see> object that specifies the minimum number of seconds the client waits, after the last response from the server, before sending a keep-alive ping.</returns>
  1741.             <exception cref="T:System.ArgumentException">The specified time span is less than <see cref="F:System.TimeSpan.Zero"></see>.</exception>
  1742.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1743.         </member>
  1744.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingLimit">
  1745.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingLimit"></see> property contains the number of unanswered pings that the client sends before closing a connection.</summary>
  1746.             <returns>The number of unanswered pings that the client sends before closing a connection.</returns>
  1747.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1748.             <exception cref="T:System.ArgumentException">The specified value is less than zero.</exception>
  1749.         </member>
  1750.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingWaitTimeout">
  1751.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.PingWaitTimeout"></see> property contains a <see cref="T:System.TimeSpan"></see> object that specifies the number of milliseconds that the client waits for the response to come back after sending a ping.</summary>
  1752.             <returns>A <see cref="T:System.TimeSpan"></see> object that specifies the number of milliseconds that the client waits for the response to come back after sending a ping.</returns>
  1753.             <exception cref="T:System.ArgumentException">The specified time span is less than <see cref="F:System.TimeSpan.Zero"></see>.</exception>
  1754.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1755.         </member>
  1756.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion">
  1757.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion"></see> property specifies the LDAP protocol version to use.</summary>
  1758.             <returns>The LDAP protocol version to use.</returns>
  1759.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1760.         </member>
  1761.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.QueryClientCertificate">
  1762.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.QueryClientCertificate"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.QueryClientCertificateCallback"></see> object that specifies the default callback function used to specify client certificates when establishing an SSL connection.</summary>
  1763.             <returns>A <see cref="T:System.DirectoryServices.Protocols.QueryClientCertificateCallback"></see> object that specifies the default callback function used to specify client certificates when establishing an SSL connection.</returns>
  1764.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1765.         </member>
  1766.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralCallback">
  1767.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralCallback"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.ReferralCallback"></see> object that specifies the default callback function used when chasing referrals.</summary>
  1768.             <returns>A <see cref="T:System.DirectoryServices.Protocols.ReferralCallback"></see> object that specifies the default callback function used when chasing referrals.</returns>
  1769.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1770.         </member>
  1771.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralChasing">
  1772.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralChasing"></see> property contains a <see cref="T:System.DirectoryServices.ReferralChasingOption"></see> object that specifies how the LDAP library follows referrals returned by LDAP servers.</summary>
  1773.             <returns>A <see cref="T:System.DirectoryServices.ReferralChasingOption"></see> object that specifies how the LDAP library follows referrals returned by LDAP servers.</returns>
  1774.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1775.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The specified value is not defined in <see cref="T:System.DirectoryServices.ReferralChasingOption"></see>.</exception>
  1776.         </member>
  1777.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralHopLimit">
  1778.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralHopLimit"></see> property specifies the number of hops allowed when chasing referrals.</summary>
  1779.             <returns>The number of hops allowed when chasing referrals.</returns>
  1780.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1781.             <exception cref="T:System.ArgumentException">The specified value is less than zero.</exception>
  1782.         </member>
  1783.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.RootDseCache">
  1784.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.RootDseCache"></see> property enables the internal RootDSE cache. </summary>
  1785.             <returns>This property is true if the cache is enabled or false if it is not.</returns>
  1786.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1787.         </member>
  1788.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SaslMethod">
  1789.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SaslMethod"></see> property specifies the preferred Simple Authentication and Security Layer (SASL) binding method.</summary>
  1790.             <returns>The preferred SASL binding method.</returns>
  1791.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1792.         </member>
  1793.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.Sealing">
  1794.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.Sealing"></see> property enables Kerberos encryption. </summary>
  1795.             <returns>This property is true if Kerberos encryption is enabled or false if it is not.</returns>
  1796.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1797.         </member>
  1798.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer">
  1799.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer"></see> property enables secure socket layer on connection. </summary>
  1800.             <returns>This property is true if secure socket layer is enabled or false if it is not.</returns>
  1801.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1802.         </member>
  1803.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SecurityContext">
  1804.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SecurityContext"></see> property specifies the security context associated with the current connection.</summary>
  1805.             <returns>The security context associated with the current connection.</returns>
  1806.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1807.         </member>
  1808.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SendTimeout">
  1809.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SendTimeout"></see> property contains a <see cref="T:System.TimeSpan"></see> object that specifies the send time-out.</summary>
  1810.             <returns>A <see cref="T:System.TimeSpan"></see> object that specifies the send time-out.</returns>
  1811.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1812.             <exception cref="T:System.ArgumentException">The value specified is less than <see cref="F:System.TimeSpan.Zero"></see>.</exception>
  1813.         </member>
  1814.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.Signing">
  1815.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.Signing"></see> property enables Kerberos encryption. </summary>
  1816.             <returns>This property is true if Kerberos encryption is enabled or false if it is not.</returns>
  1817.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1818.         </member>
  1819.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SslInformation">
  1820.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SslInformation"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation"></see> object that contains data about the current secure connection.</summary>
  1821.             <returns>A <see cref="T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation"></see> object that contains data about the current secure connection.</returns>
  1822.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1823.         </member>
  1824.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.SspiFlag">
  1825.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.SspiFlag"></see> property specifies the flags to pass to the Security Support Provider Interface (SSPI) InitializeSecurityContext function.  For more information about the InitializeSecurityContext function, see the InitializeSecurityContext function topic in the MSDN library at http://msdn.microsoft.com/library.</summary>
  1826.             <returns>The flags to pass to the SSPI InitializeSecurityContext function.</returns>
  1827.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1828.         </member>
  1829.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.TcpKeepAlive">
  1830.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.TcpKeepAlive"></see> property enables TCP keep-alive. </summary>
  1831.             <returns>This property is true if TCP keep-alive is enabled or false if it is not.</returns>
  1832.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1833.         </member>
  1834.         <member name="P:System.DirectoryServices.Protocols.LdapSessionOptions.VerifyServerCertificate">
  1835.             <summary>The <see cref="P:System.DirectoryServices.Protocols.LdapSessionOptions.VerifyServerCertificate"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback"></see> object that specifies the default callback method to use to verify server certificates when an SSL connection is established.</summary>
  1836.             <returns>A <see cref="T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback"></see> object that specifies the default callback method to use to verify server certificates when an SSL connection is established.</returns>
  1837.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> object is already disposed.</exception>
  1838.         </member>
  1839.         <member name="T:System.DirectoryServices.Protocols.LocatorFlags">
  1840.             <summary>The <see cref="T:System.DirectoryServices.Protocols.LocatorFlags"></see> enumeration specifies data required to locate a domain controller.</summary>
  1841.         </member>
  1842.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.AvoidSelf">
  1843.             <summary>Specifies that the domain controller returned should not be the current computer. The value is equal to 16384 or 0x4000.</summary>
  1844.         </member>
  1845.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesPreferred">
  1846.             <summary>Attempts to find a domain controller that supports directory service functions (Windows 2000 or later). The value is equal to 32 or 0x20.</summary>
  1847.         </member>
  1848.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesRequired">
  1849.             <summary>Requires that the returned domain controller support Windows 2000 or later. The value is equal to 16 or 0x10.</summary>
  1850.         </member>
  1851.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.ForceRediscovery">
  1852.             <summary>Forces the cached domain controller to be ignored. The value is equal to 1 or 0x1.</summary>
  1853.         </member>
  1854.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.GCRequired">
  1855.             <summary>Requires that the returned domain controller be a global catalog server for the forest of domains with this domain as the root. The value is equal to 64 or 0x40.</summary>
  1856.         </member>
  1857.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.GoodTimeServerPreferred">
  1858.             <summary>Attempts to find a domain controller that is a reliable time server. The value is equal to 8192 or 0x2000.</summary>
  1859.         </member>
  1860.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.IPRequired">
  1861.             <summary>Sets the Internet protocol address of the domain controller in the DomainControllerAddress member of DomainControllerInfo. The value is equal to 512 or 0x200.</summary>
  1862.         </member>
  1863.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.IsDnsName">
  1864.             <summary>Specifies that the DomainName parameter is a DNS name. The value is equal to 131072 or 0x20000.</summary>
  1865.         </member>
  1866.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.IsFlatName">
  1867.             <summary>Specifies that the DomainName parameter is a flat name. The value is equal to 65536 or 0x10000.</summary>
  1868.         </member>
  1869.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.KdcRequired">
  1870.             <summary>Requires that the returned domain controller be currently running the Kerberos Key Distribution Center service. The value is equal to 1024 or 0x400.</summary>
  1871.         </member>
  1872.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.None">
  1873.             <summary>No data required. The value is equal to 0 or 0x0.</summary>
  1874.         </member>
  1875.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.OnlyLdapNeeded">
  1876.             <summary>Specifies that the server returned is an LDAP server. The value is equal to 32768 or 0x8000.</summary>
  1877.         </member>
  1878.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.PdcRequired">
  1879.             <summary>Requires that the returned domain controller be the primary domain controller for the domain. The value is equal to 128 or 0x80.</summary>
  1880.         </member>
  1881.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.ReturnDnsName">
  1882.             <summary>Specifies that the name returned should be a DNS name. The value is equal to 1073741824 or 0x40000000.</summary>
  1883.         </member>
  1884.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.ReturnFlatName">
  1885.             <summary>Specifies that the name should be a flat name. The value is equal to 2147483648 or 0x80000000.</summary>
  1886.         </member>
  1887.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.TimeServerRequired">
  1888.             <summary>Requires that the returned domain controller be currently running the Windows Time Service. The value is equal to 2048 or 0x800.</summary>
  1889.         </member>
  1890.         <member name="F:System.DirectoryServices.Protocols.LocatorFlags.WriteableRequired">
  1891.             <summary>Requires that the returned domain controller be writable. The value is equal to 4096 or 0x1000.</summary>
  1892.         </member>
  1893.         <member name="T:System.DirectoryServices.Protocols.ModifyDNRequest">
  1894.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest"></see> class modifies the distinguished name of an object. This class moves an object to a new parent and/or renames the object.</summary>
  1895.         </member>
  1896.         <member name="M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor">
  1897.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest"></see> object.</summary>
  1898.         </member>
  1899.         <member name="M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor(System.String,System.String,System.String)">
  1900.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor(System.String,System.String,System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest"></see> object using the specified object name, parent name, and new object name.</summary>
  1901.             <param name="newName">The new distinguished name of the object.</param>
  1902.             <param name="newParentDistinguishedName">The distinguished name of the new parent of the object.</param>
  1903.             <param name="distinguishedName">The current distinguished name of the object.</param>
  1904.         </member>
  1905.         <member name="M:System.DirectoryServices.Protocols.ModifyDNRequest.ToXmlNode(System.Xml.XmlDocument)">
  1906.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ModifyDNRequest.ToXmlNode(System.Xml.XmlDocument)"></see> method creates an XML node from the specified <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  1907.             <returns>The resulting <see cref="T:System.Xml.XmlElement"></see> object.</returns>
  1908.             <param name="doc">A <see cref="T:System.Xml.XmlDocument"></see> object.</param>
  1909.         </member>
  1910.         <member name="P:System.DirectoryServices.Protocols.ModifyDNRequest.DeleteOldRdn">
  1911.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ModifyDNRequest.DeleteOldRdn"></see> property specifies whether to delete the old relative distinguished name (RDN) of the object. </summary>
  1912.             <returns>This property is true if the RDN should be deleted or false if it should not be deleted.</returns>
  1913.         </member>
  1914.         <member name="P:System.DirectoryServices.Protocols.ModifyDNRequest.DistinguishedName">
  1915.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ModifyDNRequest.DistinguishedName"></see> property contains the distinguished name of the object.</summary>
  1916.             <returns>The distinguished name of the object.</returns>
  1917.         </member>
  1918.         <member name="P:System.DirectoryServices.Protocols.ModifyDNRequest.NewName">
  1919.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ModifyDNRequest.NewName"></see> property contains the new object name.</summary>
  1920.             <returns>The new object name.</returns>
  1921.         </member>
  1922.         <member name="P:System.DirectoryServices.Protocols.ModifyDNRequest.NewParentDistinguishedName">
  1923.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ModifyDNRequest.NewParentDistinguishedName"></see> property contains the distinguished name of the new parent of the object.</summary>
  1924.             <returns>The distinguished name of the new parent of the object.</returns>
  1925.         </member>
  1926.         <member name="T:System.DirectoryServices.Protocols.ModifyDNResponse">
  1927.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ModifyDNResponse"></see> class is returned by <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> as a response to <see cref="T:System.DirectoryServices.Protocols.ModifyDNRequest"></see>. </summary>
  1928.         </member>
  1929.         <member name="T:System.DirectoryServices.Protocols.ModifyRequest">
  1930.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ModifyRequest"></see> class modifies the attributes of an existing directory entry.</summary>
  1931.         </member>
  1932.         <member name="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor">
  1933.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ModifyRequest"></see> class. This constructor creates an empty request.</summary>
  1934.         </member>
  1935.         <member name="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeModification[])">
  1936.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeModification[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ModifyRequest"></see> class using the specified distinguished name and modifications.</summary>
  1937.             <param name="modifications">An array of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModification"></see> objects that specify the modifications.</param>
  1938.             <param name="distinguishedName">The distinguished name of the object to modify.</param>
  1939.         </member>
  1940.         <member name="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeOperation,System.String,System.Object[])">
  1941.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeOperation,System.String,System.Object[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ModifyRequest"></see> class using the specified distinguished name, modification, attribute name, and values.</summary>
  1942.             <param name="operation">A <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeOperation"></see> object that specifies the modification to perform.</param>
  1943.             <param name="attributeName">The name of the attribute to modify. This parameter cannot be null.</param>
  1944.             <param name="distinguishedName">The distinguished name of the object to be modified.</param>
  1945.             <param name="values">The new values for the attribute.</param>
  1946.         </member>
  1947.         <member name="M:System.DirectoryServices.Protocols.ModifyRequest.ToXmlNode(System.Xml.XmlDocument)">
  1948.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ModifyRequest.ToXmlNode(System.Xml.XmlDocument)"></see> method creates an XML node from the specified <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  1949.             <returns>The resulting <see cref="T:System.Xml.XmlElement"></see> object.</returns>
  1950.             <param name="doc">A <see cref="T:System.Xml.XmlDocument"></see> object.</param>
  1951.         </member>
  1952.         <member name="P:System.DirectoryServices.Protocols.ModifyRequest.DistinguishedName">
  1953.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ModifyRequest.DistinguishedName"></see> property contains the distinguished name of the object to modify.</summary>
  1954.             <returns>The distinguished name of the object to modify.</returns>
  1955.         </member>
  1956.         <member name="P:System.DirectoryServices.Protocols.ModifyRequest.Modifications">
  1957.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ModifyRequest.Modifications"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> object that specifies a list of attribute modifications.</summary>
  1958.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection"></see> object that specifies a list of attribute modifications.</returns>
  1959.         </member>
  1960.         <member name="T:System.DirectoryServices.Protocols.ModifyResponse">
  1961.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ModifyResponse"></see> class is returned by <see cref="M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)"></see> as a response to <see cref="T:System.DirectoryServices.Protocols.ModifyRequest"></see>.</summary>
  1962.         </member>
  1963.         <member name="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback">
  1964.             <summary>The <see cref="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback"></see> delegate is called if a new connection was created while chasing a referral.</summary>
  1965.             <returns>true if the connection is to be cached.  false if not required to cache the connection.</returns>
  1966.         </member>
  1967.         <member name="T:System.DirectoryServices.Protocols.PageResultRequestControl">
  1968.             <summary>The <see cref="T:System.DirectoryServices.Protocols.PageResultRequestControl"></see> class instructs the server to return the search result in the specified page size.</summary>
  1969.         </member>
  1970.         <member name="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor">
  1971.             <summary>The <see cref="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor"></see> constructor creates a new instance of the <see cref="T:System.DirectoryServices.Protocols.PageResultRequestControl"></see> class.</summary>
  1972.         </member>
  1973.         <member name="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Byte[])">
  1974.             <summary>The <see cref="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Byte[])"></see> constructor creates a new instance of the <see cref="T:System.DirectoryServices.Protocols.PageResultRequestControl"></see> class using the specified page search cookie.</summary>
  1975.             <param name="cookie">Specifies a cookie used for subsequent paged results search calls.</param>
  1976.         </member>
  1977.         <member name="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Int32)">
  1978.             <summary>The <see cref="M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Int32)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.PageResultRequestControl"></see> class using the requested page size.</summary>
  1979.             <param name="pageSize">The requested page size.</param>
  1980.         </member>
  1981.         <member name="M:System.DirectoryServices.Protocols.PageResultRequestControl.GetValue">
  1982.             <summary>The <see cref="M:System.DirectoryServices.Protocols.PageResultRequestControl.GetValue"></see> method returns the page size and cookie associated with this control.</summary>
  1983.             <returns>The page size and cookie associated with this control.</returns>
  1984.         </member>
  1985.         <member name="P:System.DirectoryServices.Protocols.PageResultRequestControl.Cookie">
  1986.             <summary>The <see cref="P:System.DirectoryServices.Protocols.PageResultRequestControl.Cookie"></see> property specifies the page search cookie used for subsequent paged results search calls.</summary>
  1987.             <returns>The page search cookie used for subsequent paged results search calls.</returns>
  1988.         </member>
  1989.         <member name="P:System.DirectoryServices.Protocols.PageResultRequestControl.PageSize">
  1990.             <summary>The <see cref="P:System.DirectoryServices.Protocols.PageResultRequestControl.PageSize"></see> property specifies the requested page size.</summary>
  1991.             <returns>The requested page size.</returns>
  1992.         </member>
  1993.         <member name="T:System.DirectoryServices.Protocols.PageResultResponseControl">
  1994.             <summary>The <see cref="T:System.DirectoryServices.Protocols.PageResultResponseControl"></see> class is a directory control used to pass page data from the server to the client.</summary>
  1995.         </member>
  1996.         <member name="P:System.DirectoryServices.Protocols.PageResultResponseControl.Cookie">
  1997.             <summary>The <see cref="P:System.DirectoryServices.Protocols.PageResultResponseControl.Cookie"></see> property contains the page search cookie returned by the server.  </summary>
  1998.             <returns>The page search cookie returned by the server.  If the cookie is empty, then the paged search completed.</returns>
  1999.         </member>
  2000.         <member name="P:System.DirectoryServices.Protocols.PageResultResponseControl.TotalCount">
  2001.             <summary>The <see cref="P:System.DirectoryServices.Protocols.PageResultResponseControl.TotalCount"></see> property contains the estimated result set size.</summary>
  2002.             <returns>The estimated value of the total count of the entries returned.</returns>
  2003.         </member>
  2004.         <member name="T:System.DirectoryServices.Protocols.PartialResultProcessing">
  2005.             <summary>The <see cref="T:System.DirectoryServices.Protocols.PartialResultProcessing"></see> enumeration specifies the required type of partial results processing.</summary>
  2006.         </member>
  2007.         <member name="F:System.DirectoryServices.Protocols.PartialResultProcessing.NoPartialResultSupport">
  2008.             <summary>The application will not retrieve partial results. The value is equal to 0.</summary>
  2009.         </member>
  2010.         <member name="F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResults">
  2011.             <summary>The application will retrieve partial results. The value is equal to 1.</summary>
  2012.         </member>
  2013.         <member name="F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback">
  2014.             <summary>An application will retrieve partial results and use the callback mechanism. The value is equal to 2.</summary>
  2015.         </member>
  2016.         <member name="T:System.DirectoryServices.Protocols.PartialResultsCollection">
  2017.             <summary>The <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection"></see> class represents any partial results returned from a not-yet-completed asynchronous operation.</summary>
  2018.         </member>
  2019.         <member name="M:System.DirectoryServices.Protocols.PartialResultsCollection.Contains(System.Object)">
  2020.             <summary>The <see cref="M:System.DirectoryServices.Protocols.PartialResultsCollection.Contains(System.Object)"></see> method determines whether this <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection"></see> object contains a specified <see cref="T:System.Object"></see>.</summary>
  2021.             <returns>true if the specified <see cref="T:System.Object"></see> is part of the collection or false if it is not.</returns>
  2022.             <param name="value">The <see cref="T:System.Object"></see> for which to search.</param>
  2023.         </member>
  2024.         <member name="M:System.DirectoryServices.Protocols.PartialResultsCollection.CopyTo(System.Object[],System.Int32)">
  2025.             <summary>The <see cref="M:System.DirectoryServices.Protocols.PartialResultsCollection.CopyTo(System.Object[],System.Int32)"></see> method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  2026.             <param name="index">The zero-based index of values where copying begins.</param>
  2027.             <param name="values">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection"></see> object.</param>
  2028.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection"></see> cannot be cast automatically to the type of the destination values.</exception>
  2029.             <exception cref="T:System.ArgumentException">This exception can occur under one of the following conditions:values is multidimensionalindex is equal to or greater than the length of valuesThe number of elements in the source <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection"></see> is greater than the available space from index to the end of the destination values.</exception>
  2030.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  2031.             <exception cref="T:System.ArgumentNullException">values is a null reference (Nothing in Visual Basic).</exception>
  2032.         </member>
  2033.         <member name="M:System.DirectoryServices.Protocols.PartialResultsCollection.IndexOf(System.Object)">
  2034.             <summary>The <see cref="M:System.DirectoryServices.Protocols.PartialResultsCollection.IndexOf(System.Object)"></see> method returns the zero-based index of the first occurrence of the specified <see cref="T:System.Object"></see> in the <see cref="T:System.DirectoryServices.Protocols.PartialResultsCollection"></see>.</summary>
  2035.             <returns>The index value of the specified <see cref="T:System.Object"></see>, if found, or -1 if the specified object is not found.</returns>
  2036.             <param name="value">The <see cref="T:System.Object"></see> for which the index is returned.</param>
  2037.         </member>
  2038.         <member name="P:System.DirectoryServices.Protocols.PartialResultsCollection.Item(System.Int32)">
  2039.             <summary>The <see cref="P:System.DirectoryServices.Protocols.PartialResultsCollection.Item(System.Int32)"></see> property contains the <see cref="T:System.Object"></see> at the specified index.</summary>
  2040.             <returns>The <see cref="T:System.Object"></see> at the specified index.</returns>
  2041.             <param name="index">The index value of the <see cref="T:System.Object"></see>.</param>
  2042.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero or index is equal to or greater than the number of items in the collection.</exception>
  2043.         </member>
  2044.         <member name="T:System.DirectoryServices.Protocols.PermissiveModifyControl">
  2045.             <summary>The <see cref="T:System.DirectoryServices.Protocols.PermissiveModifyControl"></see> class is used to modify the behavior of a <see cref="T:System.DirectoryServices.Protocols.ModifyRequest"></see> object.</summary>
  2046.         </member>
  2047.         <member name="M:System.DirectoryServices.Protocols.PermissiveModifyControl.#ctor">
  2048.             <summary>The <see cref="M:System.DirectoryServices.Protocols.PermissiveModifyControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.PermissiveModifyControl"></see> class.</summary>
  2049.         </member>
  2050.         <member name="T:System.DirectoryServices.Protocols.QueryClientCertificateCallback">
  2051.             <summary>The <see cref="T:System.DirectoryServices.Protocols.QueryClientCertificateCallback"></see> delegate gets or sets the default callback function used to specify the client certificates while establishing an SSL connection.</summary>
  2052.             <returns>The default callback function used to specify the client certificates while establishing an SSL connection.</returns>
  2053.         </member>
  2054.         <member name="T:System.DirectoryServices.Protocols.QueryForConnectionCallback">
  2055.             <summary>The <see cref="T:System.DirectoryServices.Protocols.QueryForConnectionCallback"></see> delegate determines whether there is a cached connection available for use.</summary>
  2056.             <returns>A cached <see cref="T:System.DirectoryServices.Protocols.LdapConnection"></see> is returned, if there is one available. If no cached connection is available, NULL is returned.</returns>
  2057.         </member>
  2058.         <member name="T:System.DirectoryServices.Protocols.QuotaControl">
  2059.             <summary>The <see cref="T:System.DirectoryServices.Protocols.QuotaControl"></see> class is used to pass the security identifier (SID) of a security principle to retrieve quota-related data.</summary>
  2060.         </member>
  2061.         <member name="M:System.DirectoryServices.Protocols.QuotaControl.#ctor">
  2062.             <summary>The <see cref="M:System.DirectoryServices.Protocols.QuotaControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.QuotaControl"></see> class.</summary>
  2063.         </member>
  2064.         <member name="M:System.DirectoryServices.Protocols.QuotaControl.#ctor(System.Security.Principal.SecurityIdentifier)">
  2065.             <summary>The <see cref="M:System.DirectoryServices.Protocols.QuotaControl.#ctor(System.Security.Principal.SecurityIdentifier)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.QuotaControl"></see> class using the specified SID.</summary>
  2066.             <param name="querySid">The SID of the security principle.</param>
  2067.         </member>
  2068.         <member name="M:System.DirectoryServices.Protocols.QuotaControl.GetValue">
  2069.             <summary>The <see cref="M:System.DirectoryServices.Protocols.QuotaControl.GetValue"></see> method returns the SID associated with this query.</summary>
  2070.             <returns>The SID associated with this query.</returns>
  2071.         </member>
  2072.         <member name="P:System.DirectoryServices.Protocols.QuotaControl.QuerySid">
  2073.             <summary>The <see cref="P:System.DirectoryServices.Protocols.QuotaControl.QuerySid"></see> property contains the SID of the security principle.</summary>
  2074.             <returns>The SID of the security principle.</returns>
  2075.         </member>
  2076.         <member name="T:System.DirectoryServices.Protocols.ReferralCallback">
  2077.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ReferralCallback"></see> class contains delegates used as referral callback methods.</summary>
  2078.         </member>
  2079.         <member name="M:System.DirectoryServices.Protocols.ReferralCallback.#ctor">
  2080.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ReferralCallback.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ReferralCallback"></see> class.</summary>
  2081.         </member>
  2082.         <member name="P:System.DirectoryServices.Protocols.ReferralCallback.DereferenceConnection">
  2083.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ReferralCallback.DereferenceConnection"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.DereferenceConnectionCallback"></see> object.</summary>
  2084.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DereferenceConnectionCallback"></see> object.</returns>
  2085.         </member>
  2086.         <member name="P:System.DirectoryServices.Protocols.ReferralCallback.NotifyNewConnection">
  2087.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ReferralCallback.NotifyNewConnection"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback"></see> object.</summary>
  2088.             <returns>A <see cref="T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback"></see> object.</returns>
  2089.         </member>
  2090.         <member name="P:System.DirectoryServices.Protocols.ReferralCallback.QueryForConnection">
  2091.             <summary>The <see cref="P:System.DirectoryServices.Protocols.ReferralCallback.QueryForConnection"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.QueryForConnectionCallback"></see> object.</summary>
  2092.             <returns>A <see cref="T:System.DirectoryServices.Protocols.QueryForConnectionCallback"></see> object.</returns>
  2093.         </member>
  2094.         <member name="T:System.DirectoryServices.Protocols.ReferralChasingOptions">
  2095.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ReferralChasingOptions"></see> enumeration specifies if and how referral chasing is pursued.</summary>
  2096.         </member>
  2097.         <member name="F:System.DirectoryServices.Protocols.ReferralChasingOptions.All">
  2098.             <summary>Chase referrals of either the subordinate or external type. The value is equal to 96 or 0x60.</summary>
  2099.         </member>
  2100.         <member name="F:System.DirectoryServices.Protocols.ReferralChasingOptions.External">
  2101.             <summary>Chase external referrals. The value is equal to 64 or 0x40.</summary>
  2102.         </member>
  2103.         <member name="F:System.DirectoryServices.Protocols.ReferralChasingOptions.None">
  2104.             <summary>Never chase the referred-to server. Setting this option prevents a client from contacting other servers in a referral process. The value is equal to 0 or 0x0.</summary>
  2105.         </member>
  2106.         <member name="F:System.DirectoryServices.Protocols.ReferralChasingOptions.Subordinate">
  2107.             <summary>Chase only subordinate referrals which are a subordinate naming context in a directory tree. The ADSI LDAP provider always turns off this flag for paged searches. The value is equal to 32 or 0x20.</summary>
  2108.         </member>
  2109.         <member name="T:System.DirectoryServices.Protocols.ResultCode">
  2110.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> enumeration specifies the operation result codes.</summary>
  2111.         </member>
  2112.         <member name="F:System.DirectoryServices.Protocols.ResultCode.AdminLimitExceeded">
  2113.             <summary>The administration limit on the server was exceeded. The value is equal to 11.</summary>
  2114.         </member>
  2115.         <member name="F:System.DirectoryServices.Protocols.ResultCode.AffectsMultipleDsas">
  2116.             <summary>Multiple directory service agents are affected. The value is equal to 71.</summary>
  2117.         </member>
  2118.         <member name="F:System.DirectoryServices.Protocols.ResultCode.AliasDereferencingProblem">
  2119.             <summary>A problem occurred when dereferencing the alias. The value is equal to 36.</summary>
  2120.         </member>
  2121.         <member name="F:System.DirectoryServices.Protocols.ResultCode.AliasProblem">
  2122.             <summary>The alias is invalid. The value is equal to 33.</summary>
  2123.         </member>
  2124.         <member name="F:System.DirectoryServices.Protocols.ResultCode.AttributeOrValueExists">
  2125.             <summary>The attribute exists or the value has been assigned. The value is equal to 20.</summary>
  2126.         </member>
  2127.         <member name="F:System.DirectoryServices.Protocols.ResultCode.AuthMethodNotSupported">
  2128.             <summary>The authentication method is not supported. The value is equal to 7.</summary>
  2129.         </member>
  2130.         <member name="F:System.DirectoryServices.Protocols.ResultCode.Busy">
  2131.             <summary>The server is busy. The value is equal to 51.</summary>
  2132.         </member>
  2133.         <member name="F:System.DirectoryServices.Protocols.ResultCode.CompareFalse">
  2134.             <summary>The attribute and known values do not match. The value is equal to 5.</summary>
  2135.         </member>
  2136.         <member name="F:System.DirectoryServices.Protocols.ResultCode.CompareTrue">
  2137.             <summary>The attribute and known values match. The value is equal to 6.</summary>
  2138.         </member>
  2139.         <member name="F:System.DirectoryServices.Protocols.ResultCode.ConfidentialityRequired">
  2140.             <summary>Confidentiality is required for this operation. The value is equal to 13.</summary>
  2141.         </member>
  2142.         <member name="F:System.DirectoryServices.Protocols.ResultCode.ConstraintViolation">
  2143.             <summary>A value in the request does not comply with certain constraints. The value is equal to 19.</summary>
  2144.         </member>
  2145.         <member name="F:System.DirectoryServices.Protocols.ResultCode.EntryAlreadyExists">
  2146.             <summary>The object already exists. The value is equal to 68.</summary>
  2147.         </member>
  2148.         <member name="F:System.DirectoryServices.Protocols.ResultCode.InappropriateAuthentication">
  2149.             <summary>The authentication that was provided was not appropriate. The value is equal to 48.</summary>
  2150.         </member>
  2151.         <member name="F:System.DirectoryServices.Protocols.ResultCode.InappropriateMatching">
  2152.             <summary>The matching rule does not apply to the specified attribute type. The value is equal to 18.</summary>
  2153.         </member>
  2154.         <member name="F:System.DirectoryServices.Protocols.ResultCode.InsufficientAccessRights">
  2155.             <summary>The user has insufficient access rights. The value is equal to 50.</summary>
  2156.         </member>
  2157.         <member name="F:System.DirectoryServices.Protocols.ResultCode.InvalidAttributeSyntax">
  2158.             <summary>The syntax is invalid. The value is equal to 21.</summary>
  2159.         </member>
  2160.         <member name="F:System.DirectoryServices.Protocols.ResultCode.InvalidDNSyntax">
  2161.             <summary>The distinguished name contains invalid syntax. The value is equal to 34.</summary>
  2162.         </member>
  2163.         <member name="F:System.DirectoryServices.Protocols.ResultCode.LoopDetect">
  2164.             <summary>The chain of referrals has looped back to a referring server. The value is equal to 54.</summary>
  2165.         </member>
  2166.         <member name="F:System.DirectoryServices.Protocols.ResultCode.NamingViolation">
  2167.             <summary>A naming violation occurred. The value is equal to 64.</summary>
  2168.         </member>
  2169.         <member name="F:System.DirectoryServices.Protocols.ResultCode.NoSuchAttribute">
  2170.             <summary>The requested attribute does not exist. The value is equal to 16.</summary>
  2171.         </member>
  2172.         <member name="F:System.DirectoryServices.Protocols.ResultCode.NoSuchObject">
  2173.             <summary>The object does not exist. The value is equal to 32.</summary>
  2174.         </member>
  2175.         <member name="F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnNonLeaf">
  2176.             <summary>This operation is not allowed on a non-leaf object. The value is equal to 66.</summary>
  2177.         </member>
  2178.         <member name="F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnRdn">
  2179.             <summary>This operation is not allowed on a relative distinguished name (RDN). The value is equal to 67.</summary>
  2180.         </member>
  2181.         <member name="F:System.DirectoryServices.Protocols.ResultCode.ObjectClassModificationsProhibited">
  2182.             <summary>The request is attempting to modify an object class that cannot be modified. The value is equal to 69.</summary>
  2183.         </member>
  2184.         <member name="F:System.DirectoryServices.Protocols.ResultCode.ObjectClassViolation">
  2185.             <summary>An object class violation occurred. The value is equal to 65.</summary>
  2186.         </member>
  2187.         <member name="F:System.DirectoryServices.Protocols.ResultCode.OffsetRangeError">
  2188.             <summary>The search results exceed the specified offset range. The value is equal to 61.</summary>
  2189.         </member>
  2190.         <member name="F:System.DirectoryServices.Protocols.ResultCode.OperationsError">
  2191.             <summary>An operation error occurred. The value is equal to 1.</summary>
  2192.         </member>
  2193.         <member name="F:System.DirectoryServices.Protocols.ResultCode.Other">
  2194.             <summary>An unknown error occurred. The value is equal to 80.</summary>
  2195.         </member>
  2196.         <member name="F:System.DirectoryServices.Protocols.ResultCode.ProtocolError">
  2197.             <summary>A protocol error occurred. The value is equal to 2.</summary>
  2198.         </member>
  2199.         <member name="F:System.DirectoryServices.Protocols.ResultCode.Referral">
  2200.             <summary>A referral was returned from the server. The value is equal to 10.</summary>
  2201.         </member>
  2202.         <member name="F:System.DirectoryServices.Protocols.ResultCode.ReferralV2">
  2203.             <summary>Only partial results and referrals were received. The value is equal to 9.</summary>
  2204.         </member>
  2205.         <member name="F:System.DirectoryServices.Protocols.ResultCode.ResultsTooLarge">
  2206.             <summary>The returned results are too large. The value is equal to 70.</summary>
  2207.         </member>
  2208.         <member name="F:System.DirectoryServices.Protocols.ResultCode.SaslBindInProgress">
  2209.             <summary>Simple Authentication and Security Layer (SASL) bind is in progress. The value is equal to 14.</summary>
  2210.         </member>
  2211.         <member name="F:System.DirectoryServices.Protocols.ResultCode.SizeLimitExceeded">
  2212.             <summary>The size limit was exceeded. The value is equal to 4.</summary>
  2213.         </member>
  2214.         <member name="F:System.DirectoryServices.Protocols.ResultCode.SortControlMissing">
  2215.             <summary>The search requires a SORT control. The value is equal to 60.</summary>
  2216.         </member>
  2217.         <member name="F:System.DirectoryServices.Protocols.ResultCode.StrongAuthRequired">
  2218.             <summary>Strong authentication is required for this operation. The value is equal to 8.</summary>
  2219.         </member>
  2220.         <member name="F:System.DirectoryServices.Protocols.ResultCode.Success">
  2221.             <summary>The call completed successfully. The value is equal to 0.</summary>
  2222.         </member>
  2223.         <member name="F:System.DirectoryServices.Protocols.ResultCode.TimeLimitExceeded">
  2224.             <summary>The time limit set by the server-side time limit parameter was exceeded. The value is equal to 3.</summary>
  2225.         </member>
  2226.         <member name="F:System.DirectoryServices.Protocols.ResultCode.Unavailable">
  2227.             <summary>The server is unavailable. The value is equal to 52.</summary>
  2228.         </member>
  2229.         <member name="F:System.DirectoryServices.Protocols.ResultCode.UnavailableCriticalExtension">
  2230.             <summary>The server does not support the control. The control is critical. The value is equal to 12.</summary>
  2231.         </member>
  2232.         <member name="F:System.DirectoryServices.Protocols.ResultCode.UndefinedAttributeType">
  2233.             <summary>The type is not defined. The value is equal to 17.</summary>
  2234.         </member>
  2235.         <member name="F:System.DirectoryServices.Protocols.ResultCode.UnwillingToPerform">
  2236.             <summary>The server cannot handle directory requests. The value is equal to 53.</summary>
  2237.         </member>
  2238.         <member name="F:System.DirectoryServices.Protocols.ResultCode.VirtualListViewError">
  2239.             <summary>An error occurred when attempting to perform a requested Virtual List View operation. The value is equal to 76.</summary>
  2240.         </member>
  2241.         <member name="T:System.DirectoryServices.Protocols.SearchOption">
  2242.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchOption"></see> enumeration specifies the search options which define how the search will behave.</summary>
  2243.         </member>
  2244.         <member name="F:System.DirectoryServices.Protocols.SearchOption.DomainScope">
  2245.             <summary>Prevents referrals from being generated when the search results are returned. The value is equal to 1.</summary>
  2246.         </member>
  2247.         <member name="F:System.DirectoryServices.Protocols.SearchOption.PhantomRoot">
  2248.             <summary>Instructs the server to search all naming contexts that are subordinate to the search base. The value is equal to 2.</summary>
  2249.         </member>
  2250.         <member name="T:System.DirectoryServices.Protocols.SearchOptionsControl">
  2251.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchOptionsControl"></see> class is used to pass flags to the server to control search behavior.</summary>
  2252.         </member>
  2253.         <member name="M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor">
  2254.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.SearchOptionsControl"></see> class.</summary>
  2255.         </member>
  2256.         <member name="M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor(System.DirectoryServices.Protocols.SearchOption)">
  2257.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor(System.DirectoryServices.Protocols.SearchOption)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.SearchOptionsControl"></see> class using the specified search options.</summary>
  2258.             <param name="flags">The <see cref="T:System.DirectoryServices.Protocols.SearchOption"></see> enumeration value that specifies the search behavior.</param>
  2259.         </member>
  2260.         <member name="M:System.DirectoryServices.Protocols.SearchOptionsControl.GetValue">
  2261.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchOptionsControl.GetValue"></see> method returns search option for this object.</summary>
  2262.             <returns>The search option associated with this control.</returns>
  2263.         </member>
  2264.         <member name="P:System.DirectoryServices.Protocols.SearchOptionsControl.SearchOption">
  2265.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchOptionsControl.SearchOption"></see> property contains one of the values of <see cref="T:System.DirectoryServices.Protocols.SearchOption"></see> enumeration that specifies the search behavior.</summary>
  2266.             <returns>One of the values of <see cref="T:System.DirectoryServices.Protocols.SearchOption"></see> enumeration that specifies the search behavior.</returns>
  2267.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not one of the values of <see cref="T:System.DirectoryServices.Protocols.SearchOption"></see>.</exception>
  2268.         </member>
  2269.         <member name="T:System.DirectoryServices.Protocols.SearchRequest">
  2270.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see> class initiates a search operation.</summary>
  2271.         </member>
  2272.         <member name="M:System.DirectoryServices.Protocols.SearchRequest.#ctor">
  2273.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchRequest.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see> class. This constructor creates an empty request.</summary>
  2274.         </member>
  2275.         <member name="M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.String,System.DirectoryServices.Protocols.SearchScope,System.String[])">
  2276.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.String,System.DirectoryServices.Protocols.SearchScope,System.String[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see> class using the specified name, search filter, scope, and attributes.</summary>
  2277.             <param name="attributeList">An array that contains the requested attributes in the result set.</param>
  2278.             <param name="distinguishedName">The distinguished name of the object for which to search.</param>
  2279.             <param name="ldapFilter">An LDAP search filter.</param>
  2280.             <param name="searchScope">One of the values of <see cref="T:System.DirectoryServices.Protocols.SearchScope"></see> that specifies the search scope.</param>
  2281.         </member>
  2282.         <member name="M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.Xml.XmlDocument,System.DirectoryServices.Protocols.SearchScope,System.String[])">
  2283.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.Xml.XmlDocument,System.DirectoryServices.Protocols.SearchScope,System.String[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see> class using the specified name, search filter, scope, and attributes.</summary>
  2284.             <param name="filter">A DSML v2 search filter.</param>
  2285.             <param name="attributeList">An array that contains the requested attributes in the result set.</param>
  2286.             <param name="distinguishedName">The distinguished name of the object for which to search.</param>
  2287.             <param name="searchScope">A <see cref="T:System.DirectoryServices.Protocols.SearchScope"></see> value that specifies the search scope. The default value is <see cref="T:System.DirectoryServices.Protocols.SearchScope"></see>.</param>
  2288.         </member>
  2289.         <member name="M:System.DirectoryServices.Protocols.SearchRequest.ToXmlNode(System.Xml.XmlDocument)">
  2290.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchRequest.ToXmlNode(System.Xml.XmlDocument)"></see> method creates an XML node from the specified <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
  2291.             <returns>The resulting <see cref="T:System.Xml.XmlElement"></see> object.</returns>
  2292.             <param name="doc">A <see cref="T:System.Xml.XmlDocument"></see> object.</param>
  2293.         </member>
  2294.         <member name="P:System.DirectoryServices.Protocols.SearchRequest.Aliases">
  2295.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchRequest.Aliases"></see> property contains one of the values of <see cref="T:System.DirectoryServices.Protocols.DereferenceAlias"></see> that specifies the dereference alias behavior.</summary>
  2296.             <returns>A <see cref="T:System.DirectoryServices.Protocols.DereferenceAlias"></see> value that specifies the dereference alias behavior.</returns>
  2297.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not a member of <see cref="T:System.DirectoryServices.Protocols.DereferenceAlias"></see>.</exception>
  2298.         </member>
  2299.         <member name="P:System.DirectoryServices.Protocols.SearchRequest.Attributes">
  2300.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchRequest.Attributes"></see> property contains the attributes of the requested object. </summary>
  2301.             <returns>The attributes of the requested object. Set this property to null to retrieve all attributes.</returns>
  2302.             <exception cref="T:System.ArgumentException">One of the strings in <see cref="T:System.Collections.Specialized.StringCollection"></see> object is a null reference (Nothing in Visual Basic).</exception>
  2303.         </member>
  2304.         <member name="P:System.DirectoryServices.Protocols.SearchRequest.DistinguishedName">
  2305.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchRequest.DistinguishedName"></see> property contains the distinguished name of the requested object.</summary>
  2306.             <returns>The distinguished name of the requested object.</returns>
  2307.         </member>
  2308.         <member name="P:System.DirectoryServices.Protocols.SearchRequest.Filter">
  2309.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchRequest.Filter"></see> property contains the search filter. </summary>
  2310.             <returns>The search filter. If the value is a string, this property is an LDAP search filter. If the value is an XML document, the property is a DSML v2 search filter. Any other type throws an exception.</returns>
  2311.             <exception cref="T:System.ArgumentException">The value is not a string or an XML document.</exception>
  2312.         </member>
  2313.         <member name="P:System.DirectoryServices.Protocols.SearchRequest.Scope">
  2314.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchRequest.Scope"></see> property contains one of the values of <see cref="T:System.DirectoryServices.SearchScope"></see> that specifies the scope of the search.</summary>
  2315.             <returns>One of the values of <see cref="T:System.DirectoryServices.SearchScope"></see> that specifies the scope of the search.</returns>
  2316.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not a member of <see cref="T:System.DirectoryServices.SearchScope"></see>.</exception>
  2317.         </member>
  2318.         <member name="P:System.DirectoryServices.Protocols.SearchRequest.SizeLimit">
  2319.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchRequest.SizeLimit"></see> property contains the maximum number of objects returned in the search request.</summary>
  2320.             <returns>The maximum number of objects returned in the search request.</returns>
  2321.             <exception cref="T:System.ArgumentException">The value is less than zero.</exception>
  2322.         </member>
  2323.         <member name="P:System.DirectoryServices.Protocols.SearchRequest.TimeLimit">
  2324.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchRequest.TimeLimit"></see> property contains a <see cref="T:System.TimeSpan"></see> object that specifies the time span allowed, if the server processes the search request.</summary>
  2325.             <returns>A <see cref="T:System.TimeSpan"></see> object that specifies the time span allowed, if the server processes the search request.</returns>
  2326.             <exception cref="T:System.ArgumentException">The value is less than <see cref="F:System.TimeSpan.Zero"></see>.</exception>
  2327.         </member>
  2328.         <member name="P:System.DirectoryServices.Protocols.SearchRequest.TypesOnly">
  2329.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchRequest.TypesOnly"></see> property specifies whether the search returns only the attribute names and not the attribute values. </summary>
  2330.             <returns>If this property is true, the search returns only the attribute names. If this property is false, the search returns both the attribute names and values.</returns>
  2331.         </member>
  2332.         <member name="T:System.DirectoryServices.Protocols.SearchResponse">
  2333.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchResponse"></see> class is sent by the server as a response to a <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see> object. This response contains zero or more <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> objects, and zero or more <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> objects.</summary>
  2334.         </member>
  2335.         <member name="P:System.DirectoryServices.Protocols.SearchResponse.Controls">
  2336.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResponse.Controls"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object returned by the server.</summary>
  2337.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> object returned by the server.</returns>
  2338.         </member>
  2339.         <member name="P:System.DirectoryServices.Protocols.SearchResponse.Entries">
  2340.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResponse.Entries"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection"></see> object that contains the entries returned by the search.</summary>
  2341.             <returns>A <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection"></see> object that contains the entries returned by the search.</returns>
  2342.         </member>
  2343.         <member name="P:System.DirectoryServices.Protocols.SearchResponse.ErrorMessage">
  2344.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResponse.ErrorMessage"></see> property contains the error message, if any, for this operation.</summary>
  2345.             <returns>The error message, if any, for this operation.</returns>
  2346.         </member>
  2347.         <member name="P:System.DirectoryServices.Protocols.SearchResponse.MatchedDN">
  2348.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResponse.MatchedDN"></see> property contains the matched distinguished name returned by the server.</summary>
  2349.             <returns>The matched distinguished name returned by the server.</returns>
  2350.         </member>
  2351.         <member name="P:System.DirectoryServices.Protocols.SearchResponse.References">
  2352.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResponse.References"></see> property contains a <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection"></see> object that contains search references returned by the server.</summary>
  2353.             <returns>A <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection"></see> object that contains search references returned by the server.</returns>
  2354.         </member>
  2355.         <member name="P:System.DirectoryServices.Protocols.SearchResponse.Referral">
  2356.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResponse.Referral"></see> property contains the server referrals.</summary>
  2357.             <returns>The server referrals.</returns>
  2358.         </member>
  2359.         <member name="P:System.DirectoryServices.Protocols.SearchResponse.ResultCode">
  2360.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResponse.ResultCode"></see> property contains a value of <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> that specifies the result code for the operation.</summary>
  2361.             <returns>The result code for the operation.</returns>
  2362.         </member>
  2363.         <member name="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection">
  2364.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection"></see> class is a collection of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> objects.</summary>
  2365.         </member>
  2366.         <member name="M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Contains(System.String)">
  2367.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Contains(System.String)"></see> method determines whether the collection contains the specified attributeName.</summary>
  2368.             <returns>true if the collection contains attributeName or false if it does not.</returns>
  2369.             <param name="attributeName">The name of the attribute to locate.</param>
  2370.             <exception cref="T:System.ArgumentNullException">attributeName is a null reference (Nothing in Visual Basic).</exception>
  2371.         </member>
  2372.         <member name="M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)">
  2373.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)"></see> method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  2374.             <param name="array">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection"></see> object.</param>
  2375.             <param name="index">The zero-based index of array where copying begins.</param>
  2376.             <exception cref="T:System.ArgumentNullException">array is a null reference (Nothing in Visual Basic).</exception>
  2377.             <exception cref="T:System.ArgumentException">This exception can occur under one of the following conditions:array is multidimensionalindex is equal to or greater than the length of arrayThe number of elements in the source <see cref="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection"></see> is greater than the available space from index to the end of the destination array.</exception>
  2378.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  2379.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.DirectoryServices.Protocols.SearchResultAttributeCollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  2380.         </member>
  2381.         <member name="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.AttributeNames">
  2382.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.AttributeNames"></see> property contains names of attributes in this collection.</summary>
  2383.             <returns>Names of attributes in this collection.</returns>
  2384.         </member>
  2385.         <member name="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Item(System.String)">
  2386.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Item(System.String)"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object specified by attributeName.</summary>
  2387.             <returns>The <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> object specified by attributeName.</returns>
  2388.             <param name="attributeName">The name of this attribute.</param>
  2389.         </member>
  2390.         <member name="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Values">
  2391.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Values"></see> property contains values of attributes in this collection.</summary>
  2392.             <returns>Values of attributes in this collection.</returns>
  2393.         </member>
  2394.         <member name="T:System.DirectoryServices.Protocols.SearchResultEntry">
  2395.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> class contains an object returned in the result set.</summary>
  2396.         </member>
  2397.         <member name="P:System.DirectoryServices.Protocols.SearchResultEntry.Attributes">
  2398.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultEntry.Attributes"></see> property contains a collection of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> objects.</summary>
  2399.             <returns>A collection of <see cref="T:System.DirectoryServices.Protocols.DirectoryAttribute"></see> objects.</returns>
  2400.         </member>
  2401.         <member name="P:System.DirectoryServices.Protocols.SearchResultEntry.Controls">
  2402.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultEntry.Controls"></see> property contains an array of <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> objects.</summary>
  2403.             <returns>An array of <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> objects.</returns>
  2404.         </member>
  2405.         <member name="P:System.DirectoryServices.Protocols.SearchResultEntry.DistinguishedName">
  2406.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultEntry.DistinguishedName"></see> property contains the distinguished name of the returned entry.</summary>
  2407.             <returns>The distinguished name of the returned entry.</returns>
  2408.         </member>
  2409.         <member name="T:System.DirectoryServices.Protocols.SearchResultEntryCollection">
  2410.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection"></see> class contains a collection of <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> objects returned in a result set.</summary>
  2411.         </member>
  2412.         <member name="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.Contains(System.DirectoryServices.Protocols.SearchResultEntry)">
  2413.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.Contains(System.DirectoryServices.Protocols.SearchResultEntry)"></see> method determines if the collection contains the specified <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> object.</summary>
  2414.             <returns>true if the collection contains value or false if it does not.</returns>
  2415.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> to locate.</param>
  2416.         </member>
  2417.         <member name="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[],System.Int32)">
  2418.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[],System.Int32)"></see> method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  2419.             <param name="index">The zero-based index of values where copying begins.</param>
  2420.             <param name="values">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection"></see> object.</param>
  2421.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  2422.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  2423.             <exception cref="T:System.ArgumentException">This exception can occur under one of the following conditions:values is multidimensionalindex is equal to or greater than the length of valuesThe number of elements in the source <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection"></see> is greater than the available space from index to the end of the destination values.</exception>
  2424.             <exception cref="T:System.ArgumentNullException">values is a null reference (Nothing in Visual Basic).</exception>
  2425.         </member>
  2426.         <member name="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultEntry)">
  2427.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchResultEntryCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultEntry)"></see> method returns the zero-based index of the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> object in <see cref="T:System.DirectoryServices.Protocols.SearchResultEntryCollection"></see>.</summary>
  2428.             <returns>The index value of the specified <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> object, if found, or -1 if it was not found.</returns>
  2429.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> object for which the index is returned.</param>
  2430.         </member>
  2431.         <member name="P:System.DirectoryServices.Protocols.SearchResultEntryCollection.Item(System.Int32)">
  2432.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultEntryCollection.Item(System.Int32)"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> object at the specified index.</summary>
  2433.             <returns>The <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> object at the specified index.</returns>
  2434.             <param name="index">The index value of the <see cref="T:System.DirectoryServices.Protocols.SearchResultEntry"></see> object.</param>
  2435.         </member>
  2436.         <member name="T:System.DirectoryServices.Protocols.SearchResultReference">
  2437.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> class contains a single search reference returned by the server.</summary>
  2438.         </member>
  2439.         <member name="P:System.DirectoryServices.Protocols.SearchResultReference.Controls">
  2440.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultReference.Controls"></see> property contains an array of <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> objects returned by the server in the search reference.</summary>
  2441.             <returns>An array of <see cref="T:System.DirectoryServices.Protocols.DirectoryControl"></see> objects returned by the server in the search reference.</returns>
  2442.         </member>
  2443.         <member name="P:System.DirectoryServices.Protocols.SearchResultReference.Reference">
  2444.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultReference.Reference"></see> property contains an array of <see cref="T:System.Uri"></see> objects returned by the server in the search reference.</summary>
  2445.             <returns>An array of <see cref="T:System.Uri"></see> objects returned by the server in the search reference.</returns>
  2446.         </member>
  2447.         <member name="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection">
  2448.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection"></see> class contains a collection of <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> objects.</summary>
  2449.         </member>
  2450.         <member name="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Contains(System.DirectoryServices.Protocols.SearchResultReference)">
  2451.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Contains(System.DirectoryServices.Protocols.SearchResultReference)"></see> method determines if the collection contains specified <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> object.</summary>
  2452.             <returns>true if the collection contains value or false if it does not.</returns>
  2453.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> object to locate.</param>
  2454.         </member>
  2455.         <member name="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultReference[],System.Int32)">
  2456.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultReference[],System.Int32)"></see> method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.</summary>
  2457.             <param name="index">The zero-based index of values where copying begins.</param>
  2458.             <param name="values">A one-dimensional array that is the destination of the elements copied from the <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection"></see> object.</param>
  2459.             <exception cref="T:System.ArgumentException">This exception can occur under one of the following conditions:values is multidimensionalindex is equal to or greater than the length of valuesThe number of elements in the source <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection"></see> is greater than the available space from index to the end of the destination values.</exception>
  2460.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  2461.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  2462.             <exception cref="T:System.ArgumentNullException">values is a null reference (Nothing in Visual Basic). </exception>
  2463.         </member>
  2464.         <member name="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultReference)">
  2465.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultReference)"></see> method returns the zero-based index of the first occurrence of the specified <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> object in <see cref="T:System.DirectoryServices.Protocols.SearchResultReferenceCollection"></see>.</summary>
  2466.             <returns>The index value of the specified <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> object, if found. If the object is not found, this method returns -1.</returns>
  2467.             <param name="value">The <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> object for which the index is returned.</param>
  2468.         </member>
  2469.         <member name="P:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Item(System.Int32)">
  2470.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Item(System.Int32)"></see> property contains the <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> object at the specified index.</summary>
  2471.             <returns>The <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> object at the specified index.</returns>
  2472.             <param name="index">The index value of the <see cref="T:System.DirectoryServices.Protocols.SearchResultReference"></see> object.</param>
  2473.         </member>
  2474.         <member name="T:System.DirectoryServices.Protocols.SearchScope">
  2475.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SearchScope"></see> enumeration specifies the scope of a search.</summary>
  2476.         </member>
  2477.         <member name="F:System.DirectoryServices.Protocols.SearchScope.Base">
  2478.             <summary>Search only the specified base object. The value is equal to 0.</summary>
  2479.         </member>
  2480.         <member name="F:System.DirectoryServices.Protocols.SearchScope.OneLevel">
  2481.             <summary>Search the child objects of the base object, but not the base object itself. The value is equal to 1.</summary>
  2482.         </member>
  2483.         <member name="F:System.DirectoryServices.Protocols.SearchScope.Subtree">
  2484.             <summary>Search the base object and all child objects. The value is equal to 2.</summary>
  2485.         </member>
  2486.         <member name="T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl">
  2487.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl"></see> class is used to pass flags to the server to control various security descriptor behaviors.</summary>
  2488.         </member>
  2489.         <member name="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor">
  2490.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor"></see> constructor creates a new instance of the <see cref="T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl"></see> class.</summary>
  2491.         </member>
  2492.         <member name="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor(System.DirectoryServices.Protocols.SecurityMasks)">
  2493.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor(System.DirectoryServices.Protocols.SecurityMasks)"></see> constructor creates a new instance of the <see cref="T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl"></see> class using the specified security masks.</summary>
  2494.             <param name="masks">A combination of <see cref="T:System.DirectoryServices.Protocols.SecurityMasks"></see> values that specify security descriptor options.</param>
  2495.         </member>
  2496.         <member name="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.GetValue">
  2497.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.GetValue"></see> method returns the security descriptor options specified for this control.</summary>
  2498.             <returns>The security descriptor options specified for this control.</returns>
  2499.         </member>
  2500.         <member name="P:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.SecurityMasks">
  2501.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.SecurityMasks"></see> property contains a combination of <see cref="T:System.DirectoryServices.Protocols.SecurityMasks"></see> values that specify security descriptor options.</summary>
  2502.             <returns>A combination of <see cref="T:System.DirectoryServices.Protocols.SecurityMasks"></see> values that specify security descriptor options.</returns>
  2503.         </member>
  2504.         <member name="T:System.DirectoryServices.Protocols.SecurityMasks">
  2505.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SecurityMasks"></see> enumeration specifies various security descriptor options.</summary>
  2506.         </member>
  2507.         <member name="F:System.DirectoryServices.Protocols.SecurityMasks.Dacl">
  2508.             <summary>The discretionary access control list (DACL) security descriptor flag. The value is equal to 4 or 0x4.</summary>
  2509.         </member>
  2510.         <member name="F:System.DirectoryServices.Protocols.SecurityMasks.Group">
  2511.             <summary>The primary group security descriptor flag. The value is equal to 2 or 0x2.</summary>
  2512.         </member>
  2513.         <member name="F:System.DirectoryServices.Protocols.SecurityMasks.None">
  2514.             <summary>No security descriptor flag is set. The value is equal to 0 or 0x0.</summary>
  2515.         </member>
  2516.         <member name="F:System.DirectoryServices.Protocols.SecurityMasks.Owner">
  2517.             <summary>The owner security descriptor flag. The value is equal to 1 or 0x1.</summary>
  2518.         </member>
  2519.         <member name="F:System.DirectoryServices.Protocols.SecurityMasks.Sacl">
  2520.             <summary>The system access control list (SACL) security descriptor flag.  The value is equal to 8 or 0x8.</summary>
  2521.         </member>
  2522.         <member name="T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation">
  2523.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation"></see> class contains data about a secure connection.</summary>
  2524.         </member>
  2525.         <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.AlgorithmIdentifier">
  2526.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.AlgorithmIdentifier"></see> property contains the encryption algorithm used by the connection.</summary>
  2527.             <returns>The encryption algorithm used by the connection.</returns>
  2528.         </member>
  2529.         <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.CipherStrength">
  2530.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.CipherStrength"></see> property contains the cipher strength of the encryption algorithm used on this connection.</summary>
  2531.             <returns>The cipher strength of the encryption algorithm used on this connection.</returns>
  2532.         </member>
  2533.         <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.ExchangeStrength">
  2534.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.ExchangeStrength"></see> property contains the exchange strength for this connection.</summary>
  2535.             <returns>The exchange strength for this connection.</returns>
  2536.         </member>
  2537.         <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Hash">
  2538.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Hash"></see> property contains the hashing algorithm used by this connection.</summary>
  2539.             <returns>The hashing algorithm used by this connection.</returns>
  2540.         </member>
  2541.         <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.HashStrength">
  2542.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.HashStrength"></see> property contains the strength of the hashing algorithm used on this connection.</summary>
  2543.             <returns>The strength of the hashing algorithm used on this connection.</returns>
  2544.         </member>
  2545.         <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm">
  2546.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm"></see> property contains the key exchange algorithm used by this connection.</summary>
  2547.             <returns>The key exchange algorithm used by this connection.</returns>
  2548.         </member>
  2549.         <member name="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Protocol">
  2550.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Protocol"></see> property contains the security protocol used by this connection.</summary>
  2551.             <returns>The security protocol used by this connection.</returns>
  2552.         </member>
  2553.         <member name="T:System.DirectoryServices.Protocols.SecurityProtocol">
  2554.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SecurityProtocol"></see> enumeration is used to specify the security protocol used by a connection.</summary>
  2555.         </member>
  2556.         <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Client">
  2557.             <summary>Indicates that the client is using the PCT1 protocol. The value is equal to 2.</summary>
  2558.         </member>
  2559.         <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Server">
  2560.             <summary>Indicates that the server is using the PCT1 protocol. The value is equal to 1.</summary>
  2561.         </member>
  2562.         <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Client">
  2563.             <summary>Indicates that the client is using the SSL2 protocol. The value is equal to 8.</summary>
  2564.         </member>
  2565.         <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Server">
  2566.             <summary>Indicates that the server is using the SSL2 protocol. The value is equal to 4.</summary>
  2567.         </member>
  2568.         <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Client">
  2569.             <summary>Indicates that the client is using the SSL3 protocol. The value is equal to 32.</summary>
  2570.         </member>
  2571.         <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Server">
  2572.             <summary>Indicates that the server is using the SSL3 protocol. The value is equal to 16.</summary>
  2573.         </member>
  2574.         <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Client">
  2575.             <summary>Indicates that the client is using the TLS1 protocol. The value is equal to 128.</summary>
  2576.         </member>
  2577.         <member name="F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Server">
  2578.             <summary>Indicates that the server is using the TLS1 protocol. The value is equal to 64.</summary>
  2579.         </member>
  2580.         <member name="T:System.DirectoryServices.Protocols.ShowDeletedControl">
  2581.             <summary>The <see cref="T:System.DirectoryServices.Protocols.ShowDeletedControl"></see> class is used with <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see> to specify that the search results should include any deleted objects that match the search filter.</summary>
  2582.         </member>
  2583.         <member name="M:System.DirectoryServices.Protocols.ShowDeletedControl.#ctor">
  2584.             <summary>The <see cref="M:System.DirectoryServices.Protocols.ShowDeletedControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.ShowDeletedControl"></see> class.</summary>
  2585.         </member>
  2586.         <member name="T:System.DirectoryServices.Protocols.SortKey">
  2587.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SortKey"></see> class stores sort criteria for use by sort controls.</summary>
  2588.         </member>
  2589.         <member name="M:System.DirectoryServices.Protocols.SortKey.#ctor">
  2590.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SortKey.#ctor"></see> constructor creates and initializes a new instance of the <see cref="T:System.DirectoryServices.Protocols.SortKey"></see> class.</summary>
  2591.         </member>
  2592.         <member name="M:System.DirectoryServices.Protocols.SortKey.#ctor(System.String,System.String,System.Boolean)">
  2593.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SortKey.#ctor(System.String,System.String,System.Boolean)"></see> constructor creates and initializes a new instance of the <see cref="T:System.DirectoryServices.Protocols.SortKey"></see> class using the specified attribute name, matching rule, and sort order.</summary>
  2594.             <param name="attributeName">The name of the attribute to use as a sort key.</param>
  2595.             <param name="reverseOrder">true if the sort is ordered from the lowest to highest or false if the sort order is from highest to lowest.</param>
  2596.             <param name="matchingRule">The object identifier (OID) of the matching rule for the sort.</param>
  2597.         </member>
  2598.         <member name="P:System.DirectoryServices.Protocols.SortKey.AttributeName">
  2599.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SortKey.AttributeName"></see> property specifies the name of the attribute to use as a sort key.</summary>
  2600.             <returns>The name of the attribute to use as a sort key.</returns>
  2601.         </member>
  2602.         <member name="P:System.DirectoryServices.Protocols.SortKey.MatchingRule">
  2603.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SortKey.MatchingRule"></see> property specifies the object identifier (OID) of the matching rule for the sort.</summary>
  2604.             <returns>The OID of the matching rule for the sort.</returns>
  2605.         </member>
  2606.         <member name="P:System.DirectoryServices.Protocols.SortKey.ReverseOrder">
  2607.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SortKey.ReverseOrder"></see> property specifies if the sort should be returned in reverse order. </summary>
  2608.             <returns>This property is true if the sort is ordered from the lowest to highest or false if the sort is ordered from highest to lowest.</returns>
  2609.         </member>
  2610.         <member name="T:System.DirectoryServices.Protocols.SortRequestControl">
  2611.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SortRequestControl"></see> class is used with <see cref="T:System.DirectoryServices.Protocols.SearchRequest"></see> to instruct the server to sort the search results before returning them to the client application.</summary>
  2612.         </member>
  2613.         <member name="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.DirectoryServices.Protocols.SortKey[])">
  2614.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.DirectoryServices.Protocols.SortKey[])"></see> constructor creates and initializes a new instance of the <see cref="T:System.DirectoryServices.Protocols.SortRequestControl"></see> class using the specified sort keys.</summary>
  2615.             <param name="sortKeys">An array of <see cref="T:System.DirectoryServices.Protocols.SortKey"></see> objects used by the server to sort the search results before returning them to the client.</param>
  2616.         </member>
  2617.         <member name="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.Boolean)">
  2618.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.Boolean)"></see> constructor creates a new instance of the <see cref="T:System.DirectoryServices.Protocols.SortRequestControl"></see> class using the specified attribute name and sort order.</summary>
  2619.             <param name="attributeName">The name of the attribute on which the query is based.</param>
  2620.             <param name="reverseOrder">true if results should be returned in reverse order or false otherwise.</param>
  2621.         </member>
  2622.         <member name="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.String,System.Boolean)">
  2623.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.String,System.Boolean)"></see> constructor creates a new instance of the <see cref="T:System.DirectoryServices.Protocols.SortRequestControl"></see> class using the specified attribute name, matching rule, and sort order.</summary>
  2624.             <param name="attributeName">The name of the attribute on which the query is based.</param>
  2625.             <param name="reverseOrder">true if the sort is ordered from lowest to highest or false if the sort is ordered from highest to lowest.</param>
  2626.             <param name="matchingRule">Specifies the object identifier (OID) of the matching rule for the sort.</param>
  2627.         </member>
  2628.         <member name="M:System.DirectoryServices.Protocols.SortRequestControl.GetValue">
  2629.             <summary>The <see cref="M:System.DirectoryServices.Protocols.SortRequestControl.GetValue"></see> method specifies the sort keys and matching rules for this control.</summary>
  2630.             <returns>The sort keys and matching rules for this control.</returns>
  2631.         </member>
  2632.         <member name="P:System.DirectoryServices.Protocols.SortRequestControl.SortKeys">
  2633.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SortRequestControl.SortKeys"></see> property contains an array of <see cref="T:System.DirectoryServices.Protocols.SortKey"></see> objects used by the server to sort the search results before returning them to the client.</summary>
  2634.             <returns>An array of <see cref="T:System.DirectoryServices.Protocols.SortKey"></see> objects used by the server to sort the search results before returning them to the client.</returns>
  2635.         </member>
  2636.         <member name="T:System.DirectoryServices.Protocols.SortResponseControl">
  2637.             <summary>The <see cref="T:System.DirectoryServices.Protocols.SortResponseControl"></see> class is used to pass sort data from the server to the client.</summary>
  2638.         </member>
  2639.         <member name="P:System.DirectoryServices.Protocols.SortResponseControl.AttributeName">
  2640.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SortResponseControl.AttributeName"></see> property contains the attribute name.</summary>
  2641.             <returns>The attribute name.</returns>
  2642.         </member>
  2643.         <member name="P:System.DirectoryServices.Protocols.SortResponseControl.Result">
  2644.             <summary>The <see cref="P:System.DirectoryServices.Protocols.SortResponseControl.Result"></see> property returns a <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> object that contains the result code.</summary>
  2645.             <returns>A <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> object that contains the result code.</returns>
  2646.         </member>
  2647.         <member name="T:System.DirectoryServices.Protocols.TlsOperationException">
  2648.             <summary>The <see cref="T:System.DirectoryServices.Protocols.TlsOperationException"></see> class is an exception that occurs in the <see cref="M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)"></see> method if the request fails.</summary>
  2649.         </member>
  2650.         <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor">
  2651.             <summary>The <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.TlsOperationException"></see> class.</summary>
  2652.         </member>
  2653.         <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)">
  2654.             <summary>The <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.TlsOperationException"></see> class using the specified response.</summary>
  2655.             <param name="response">A <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object returned by the server.</param>
  2656.         </member>
  2657.         <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String)">
  2658.             <summary>The <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.TlsOperationException"></see> class using the specified message.</summary>
  2659.             <param name="message">The message displayed to the client when the exception occurs.</param>
  2660.         </member>
  2661.         <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)">
  2662.             <summary>The <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.TlsOperationException"></see> class using the specified response and message.</summary>
  2663.             <param name="message">The message displayed to the client when the exception occurs.</param>
  2664.             <param name="response">A <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object returned by the server.</param>
  2665.         </member>
  2666.         <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  2667.             <summary>The <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.TlsOperationException"></see> class using the specified serialization data and streaming context.</summary>
  2668.             <param name="context">The source and destination of the serialized stream associated with the parameter.</param>
  2669.             <param name="info">The data required to serialize the parameter.</param>
  2670.         </member>
  2671.         <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String,System.Exception)">
  2672.             <summary>The <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.TlsOperationException"></see> class using the specified message and inner exception.</summary>
  2673.             <param name="message">The message displayed to the client when the exception occurs.</param>
  2674.             <param name="inner">The <see cref="P:System.Exception.InnerException"></see>, if any, that threw the exception.</param>
  2675.         </member>
  2676.         <member name="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)">
  2677.             <summary>The <see cref="M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.TlsOperationException"></see> class using the specified response, message, and inner exception.</summary>
  2678.             <param name="message">The message displayed to the client when the exception occurs.</param>
  2679.             <param name="inner">The <see cref="P:System.Exception.InnerException"></see>, if any, that threw the exception.</param>
  2680.             <param name="response">A <see cref="T:System.DirectoryServices.Protocols.DirectoryResponse"></see> object returned by the server.</param>
  2681.         </member>
  2682.         <member name="T:System.DirectoryServices.Protocols.TreeDeleteControl">
  2683.             <summary>The <see cref="T:System.DirectoryServices.Protocols.TreeDeleteControl"></see> class is used with <see cref="T:System.DirectoryServices.Protocols.DeleteRequest"></see> to delete an entire subtree in the directory.</summary>
  2684.         </member>
  2685.         <member name="M:System.DirectoryServices.Protocols.TreeDeleteControl.#ctor">
  2686.             <summary>The <see cref="M:System.DirectoryServices.Protocols.TreeDeleteControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.TreeDeleteControl"></see> class.</summary>
  2687.         </member>
  2688.         <member name="T:System.DirectoryServices.Protocols.VerifyNameControl">
  2689.             <summary>The <see cref="T:System.DirectoryServices.Protocols.VerifyNameControl"></see> class is used with an LDAP search function to specify the server used to verify the existence of an object.</summary>
  2690.         </member>
  2691.         <member name="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor">
  2692.             <summary>The <see cref="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.VerifyNameControl"></see> class.</summary>
  2693.         </member>
  2694.         <member name="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String)">
  2695.             <summary>The <see cref="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.VerifyNameControl"></see> class using the specified server name.</summary>
  2696.             <param name="serverName">The global catalog the performs the validation.</param>
  2697.         </member>
  2698.         <member name="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String,System.Int32)">
  2699.             <summary>The <see cref="M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String,System.Int32)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.VerifyNameControl"></see> class using the specified server name and flags.</summary>
  2700.             <param name="flag">The flags used for the validation.</param>
  2701.             <param name="serverName">The global catalog that performs the validation.</param>
  2702.         </member>
  2703.         <member name="M:System.DirectoryServices.Protocols.VerifyNameControl.GetValue">
  2704.             <summary>The <see cref="M:System.DirectoryServices.Protocols.VerifyNameControl.GetValue"></see> method returns the name of the validation server.</summary>
  2705.             <returns>The name of the validation server.</returns>
  2706.         </member>
  2707.         <member name="P:System.DirectoryServices.Protocols.VerifyNameControl.Flag">
  2708.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VerifyNameControl.Flag"></see> property contains the flag used for validation.</summary>
  2709.             <returns>The flag used for validation.</returns>
  2710.         </member>
  2711.         <member name="P:System.DirectoryServices.Protocols.VerifyNameControl.ServerName">
  2712.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VerifyNameControl.ServerName"></see> property contains the name of the server that performs the validation.</summary>
  2713.             <returns>The name of the server that performs the validation.</returns>
  2714.         </member>
  2715.         <member name="T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback">
  2716.             <summary>The <see cref="T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback"></see> delegate gets or sets the default callback function used to verify server certificates when establishing an SSL connection.</summary>
  2717.             <returns>true if the client approves the server certificate; otherwise false.</returns>
  2718.         </member>
  2719.         <member name="T:System.DirectoryServices.Protocols.VlvRequestControl">
  2720.             <summary>The <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl"></see> class is used to request virtual list view (VLV) support from the server.</summary>
  2721.         </member>
  2722.         <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor">
  2723.             <summary>The <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl"></see> class.</summary>
  2724.         </member>
  2725.         <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Byte[])">
  2726.             <summary>The <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Byte[])"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl"></see> class using the specified entry counts and target entry.</summary>
  2727.             <param name="target">The target entry for the search.</param>
  2728.             <param name="afterCount">The number of entries after the target entry that the client requests from the server to return in the results.</param>
  2729.             <param name="beforeCount">The number of entries before the target entry that the client requests from the server to return in the list results.</param>
  2730.         </member>
  2731.         <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Int32)">
  2732.             <summary>The <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Int32)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl"></see> class using the specified entry counts and offset.</summary>
  2733.             <param name="offset">The ratio between the offset value and the content count.</param>
  2734.             <param name="afterCount">The number of entries after the target entry that the client requests from the server to send back in the results.</param>
  2735.             <param name="beforeCount">The number of entries before the target entry that the client requests from the server to send back in the list results.</param>
  2736.         </member>
  2737.         <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.String)">
  2738.             <summary>The <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.String)"></see> constructor creates an instance of the <see cref="T:System.DirectoryServices.Protocols.VlvRequestControl"></see> class using the specified entry counts and target entry.</summary>
  2739.             <param name="target">The target entry for the search.</param>
  2740.             <param name="afterCount">The number of entries after the target entry that the client requests from the server to return in the results.</param>
  2741.             <param name="beforeCount">The number of entries before the target entry that the client requests from the server to return in the list results.</param>
  2742.         </member>
  2743.         <member name="M:System.DirectoryServices.Protocols.VlvRequestControl.GetValue">
  2744.             <summary>The <see cref="M:System.DirectoryServices.Protocols.VlvRequestControl.GetValue"></see> method returns a BER-encoded sequence that specifies the control.</summary>
  2745.             <returns>A BER-encoded sequence that specifies this control.</returns>
  2746.         </member>
  2747.         <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.AfterCount">
  2748.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.AfterCount"></see> property specifies the number of entries after the target entry to return in the list results.</summary>
  2749.             <returns>The number of entries after the target entry to return in the list results.</returns>
  2750.         </member>
  2751.         <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.BeforeCount">
  2752.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.BeforeCount"></see> property specifies the number of entries before the target entry to return in the list results.</summary>
  2753.             <returns>The number of entries before the target entry to return in the list results.</returns>
  2754.         </member>
  2755.         <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.ContextId">
  2756.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.ContextId"></see> property contains the context ID assigned by the server to identify this search operation.</summary>
  2757.             <returns>The context ID assigned by the server to identify this search operation.</returns>
  2758.         </member>
  2759.         <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.EstimateCount">
  2760.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.EstimateCount"></see> property contains the content count of the list.</summary>
  2761.             <returns>The content count of the list.</returns>
  2762.         </member>
  2763.         <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.Offset">
  2764.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.Offset"></see> property contains the offset value of the target entry.</summary>
  2765.             <returns>The offset value of the target entry.</returns>
  2766.         </member>
  2767.         <member name="P:System.DirectoryServices.Protocols.VlvRequestControl.Target">
  2768.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvRequestControl.Target"></see> property contains the target entry of the search.</summary>
  2769.             <returns>The target entry of the search.</returns>
  2770.         </member>
  2771.         <member name="T:System.DirectoryServices.Protocols.VlvResponseControl">
  2772.             <summary>The <see cref="T:System.DirectoryServices.Protocols.VlvResponseControl"></see> class is used to pass virtual list view (VLV) data from the server to the client.</summary>
  2773.         </member>
  2774.         <member name="P:System.DirectoryServices.Protocols.VlvResponseControl.ContentCount">
  2775.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvResponseControl.ContentCount"></see> property contains the number of items in the list.</summary>
  2776.             <returns>The number of items in the list.</returns>
  2777.         </member>
  2778.         <member name="P:System.DirectoryServices.Protocols.VlvResponseControl.ContextId">
  2779.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvResponseControl.ContextId"></see> property contains the context ID assigned by the server to identify this search.</summary>
  2780.             <returns>The context ID assigned by the server to identify this search.</returns>
  2781.         </member>
  2782.         <member name="P:System.DirectoryServices.Protocols.VlvResponseControl.Result">
  2783.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvResponseControl.Result"></see> property contains a result code in the form of a <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> object.</summary>
  2784.             <returns>A result code in the form of a <see cref="T:System.DirectoryServices.Protocols.ResultCode"></see> object.</returns>
  2785.         </member>
  2786.         <member name="P:System.DirectoryServices.Protocols.VlvResponseControl.TargetPosition">
  2787.             <summary>The <see cref="P:System.DirectoryServices.Protocols.VlvResponseControl.TargetPosition"></see> property contains the list index position of the target entry.</summary>
  2788.             <returns>The list index position of the target entry.</returns>
  2789.         </member>
  2790.     </members>
  2791. </doc>