<?xml version="1.0"?>
<doc>
  <assembly>
    <name>System.Security</name>
  </assembly>
  <members>
    <member name="T:System.Security.Cryptography.Xml.DataObject">
      <summary>
        <para> Represents the object element of an XML signature that holds the data to be signed.
      </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.DataObject.#ctor">
      <summary>
        <para> Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DataObject" /> class with default properties.
   </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.DataObject.#ctor(System.String,System.String,System.String,System.Xml.XmlElement)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DataObject" /> class with the specified
   ID, MIME type, encoding, and data.</para>
      </summary>
      <param name="id">The ID with which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.DataObject" />.</param>
      <param name="mimeType">The MIME type with which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.DataObject" />.</param>
      <param name="encoding">The encoding with which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.DataObject" />.</param>
      <param name="data">The data with which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.DataObject" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.DataObject.GetXml">
      <summary>
        <para>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.DataObject" />.</para>
      </summary>
      <returns>
        <para>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.DataObject" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.DataObject.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para>Loads a <see cref="T:System.Security.Cryptography.Xml.DataObject" /> state from an XML element.</para>
      </summary>
      <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.DataObject" /> state.</param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.DataObject.Id">
      <summary>
        <para> Gets or sets the ID of the current <see cref="T:System.Security.Cryptography.Xml.DataObject" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.DataObject.MimeType">
      <summary>
        <para> Gets or sets the MIME type of the current <see cref="T:System.Security.Cryptography.Xml.DataObject" />,
   which describes the data within the <see cref="T:System.Security.Cryptography.Xml.DataObject" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.DataObject.Encoding">
      <summary>
        <para> 
      Gets or sets the encoding of the current <see cref="T:System.Security.Cryptography.Xml.DataObject" />.
      </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.DataObject.Data">
      <summary>
        <para> Gets or sets the data of the current <see cref="T:System.Security.Cryptography.Xml.DataObject" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.KeyInfo">
      <summary>
        <para> Represents an XMLDSIG <see langword="&lt;KeyInfo&gt;" />
element. </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfo.GetXml">
      <summary>
        <para>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> instance.</para>
      </summary>
      <returns>
        <para>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> instance.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfo.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para>Loads a <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> state from an XML element.</para>
      </summary>
      <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> state.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfo.AddClause(System.Security.Cryptography.Xml.KeyInfoClause)">
      <summary>
        <para>Adds a <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" /> representing 
   a particular type of <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> information to the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> instance.</para>
      </summary>
      <param name="clause">The <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" /> to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> instance.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator">
      <summary>
        <para> Returns an enumerator of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" />
objects in the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" />
instance.</para>
      </summary>
      <returns>
        <para> An enumerator of the subelements of <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> that can be used to iterate through the collection.
   </para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator(System.Type)">
      <summary>
        <para> Returns an enumerator of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" /> objects of the
   specified type in the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" />
   instance.
   </para>
      </summary>
      <param name="requestedObjectType">The type of object to enumerate. </param>
      <returns>
        <para> An enumerator of the subelements of <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> that can be used to
   iterate through the collection.
   </para>
      </returns>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfo.Id">
      <summary>
        <para>Gets or sets the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> ID.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfo.Count">
      <summary>
        <para>Gets the number of <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" /> objects contained within the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> instance.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.KeyInfoClause">
      <summary>
        <para> Represents the abstract base class from which all
      implementations of <see cref="T:System.Security.Cryptography.Xml.KeyInfo" />
      subelements inherit.
      </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoClause.#ctor">
      <summary>
        <para>Initializes a new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" />.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoClause.GetXml">
      <summary>
        <para>When overridden in a derived class, returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" />.</para>
      </summary>
      <returns>
        <para>An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoClause.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para>When overridden in a derived class, parses the
      input <see cref="T:System.Xml.XmlElement" /> and configures the internal state of
      the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" /> to match.</para>
      </summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> specifying the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause" />.</param>
    </member>
    <member name="T:System.Security.Cryptography.Xml.KeyInfoName">
      <summary>
        <para>Represents a <see langword="&lt;KeyName&gt;" /> subelement of an XMLDSIG <see langword="&lt;KeyInfo&gt;" /> element. </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoName.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoName.GetXml">
      <summary>
        <para> Returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName" />.</para>
      </summary>
      <returns>
        <para>An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoName.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para> Parses the input <see cref="T:System.Xml.XmlElement" /> and configures the internal state
   of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName" /> to match.</para>
      </summary>
      <param name="value">The <see cref="T:System.Xml.XmlElement" /> specifying the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName" />.</param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfoName.Value">
      <summary>
        <para>Gets or sets the string identifier contained within
      a <see langword="&lt;KeyName&gt;" />
   element.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.DSAKeyValue">
      <summary>
        <para>Represents a subelement of <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> that contains a <see cref="T:System.Security.Cryptography.DSA" /> 
public key.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /> class with a new,
   randomly-generated <see cref="T:System.Security.Cryptography.DSA" /> public
   key.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor(System.Security.Cryptography.DSA)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /> class with the
   specified <see cref="T:System.Security.Cryptography.DSA" /> public
   key.</para>
      </summary>
      <param name="key">The instance of an implementation of <see cref="T:System.Security.Cryptography.DSA" /> that holds the public key.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.DSAKeyValue.GetXml">
      <summary>
        <para>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /><see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> subelement.</para>
      </summary>
      <returns>
        <para>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /><see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> subelement.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.DSAKeyValue.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para>Loads a <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /> state from an XML element.</para>
      </summary>
      <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue" /> state.</param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.DSAKeyValue.Key">
      <summary>
        <para>Gets or sets the instance of an implementation of <see cref="T:System.Security.Cryptography.DSA" /> that holds the public key.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.RSAKeyValue">
      <summary>
        <para>Represents a key clause that is used to set an <see cref="T:System.Security.Cryptography.RSA" /> key as part of the definition of
<see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> for a
   digital signature.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.RSAKeyValue" /> class with a new randomly
   generated <see cref="T:System.Security.Cryptography.RSA" /> public
   key.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor(System.Security.Cryptography.RSA)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.RSAKeyValue" /> class with the
   specified <see cref="T:System.Security.Cryptography.RSA" /> public
   key.</para>
      </summary>
      <param name="key">The instance of an implementation of <see cref="T:System.Security.Cryptography.RSA" /> that holds the public key.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.RSAKeyValue.GetXml">
      <summary>
        <para>Returns the XML representation of the <see cref="T:System.Security.Cryptography.RSA" /> key clause.</para>
      </summary>
      <returns>
        <para>The XML representation of the <see cref="T:System.Security.Cryptography.RSA" /> key clause.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.RSAKeyValue.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para>Loads an <see cref="T:System.Security.Cryptography.RSA" /> key clause from an XML element.</para>
      </summary>
      <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.RSA" /> key clause.</param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.RSAKeyValue.Key">
      <summary>
        <para>Gets or sets the instance of <see cref="T:System.Security.Cryptography.RSA" /> that holds the public key.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod">
      <summary>
        <para> References <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> objects stored at a different location.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod" /> 
class with the specified Uniform Resource Identifier (URI) pointing to the
referenced <see cref="T:System.Security.Cryptography.Xml.KeyInfo" />.</para>
      </summary>
      <param name="strUri"> The URI of the information to be referenced by the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.GetXml">
      <summary>
        <para> Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod" />.</para>
      </summary>
      <returns>
        <para>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para> Parses the input <see cref="T:System.Xml.XmlElement" /> and configures the internal state
   of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod" /> to match.</para>
      </summary>
      <param name="value">The XML element specifying the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod" />.</param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Uri">
      <summary>
        <para> Gets the 
      Uniform Resource Identifier (URI) of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.KeyInfoX509Data">
      <summary>
        <para>Represents an <see langword="&lt;X509Data&gt;" /> subelement of an XMLDSIG <see langword="&lt;KeyInfo&gt;" />
element. </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Byte[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" /> class from
   the specified ASN.1 DER encoding of an X.509v3 certificate.</para>
      </summary>
      <param name="rgbCert">The ASN.1 DER encoding of an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate" /> from which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" /> class
   from the specified X.509v3 certificate.</para>
      </summary>
      <param name="cert">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate" /> from which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)">
      <summary>
        <para> Adds the specified X.509v3 certificate to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />. </para>
      </summary>
      <param name="certificate">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate" /> to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.Byte[])">
      <summary>
        <para> Adds the specified subject key identifier
      (SKI) to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />. </para>
      </summary>
      <param name="subjectKeyId">The SKI to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectName(System.String)">
      <summary>
        <para> Adds the subject name of the entity issued an X.509v3
      certificate to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />. </para>
      </summary>
      <param name="subjectName">The name of the entity to whom an X.509 certificate was issued to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial(System.String,System.String)">
      <summary>
        <para> Adds the specified issuer name and
      serial number pair to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />. </para>
      </summary>
      <param name="issuerName">The issuer name portion of the pair to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</param>
      <param name=" serialNumber">The serial number portion of the pair to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.GetXml">
      <summary>
        <para> Returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</para>
      </summary>
      <returns>
        <para>An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para> Parses the input <see cref="T:System.Xml.XmlElement" /> and configures the internal state
   of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" /> to match.</para>
      </summary>
      <param name="element">The <see cref="T:System.Xml.XmlElement" /> specifying the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.Certificates">
      <summary>
        <para> Gets a list of the X.509v3 certificates contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectKeyIds">
      <summary>
        <para> Gets a list of the subject key identifiers (SKIs) contained
      in the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />. </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectNames">
      <summary>
        <para> Gets a list of the subject names of the entities contained in the
   <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />. </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials">
      <summary>
        <para> Gets a list of issuer
      name and serial number pairs contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />. </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.CRL">
      <summary>
        <para>Gets or sets the Certificate Revocation List (CRL) 
      contained within the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" />. </para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.KeyInfoNode">
      <summary>
        <para>Handles <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> subelements that do not have
   specific implementations or handlers registered on the machine.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" /> 
class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor(System.Xml.XmlElement)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" /> class with content taken from the specified 
<see cref="T:System.Xml.XmlElement" />.</para>
      </summary>
      <param name="node">An XML element from which to take the content used to create the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoNode.GetXml">
      <summary>
        <para> Returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" />.</para>
      </summary>
      <returns>
        <para>An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.KeyInfoNode.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para> Parses the input <see cref="T:System.Xml.XmlElement" /> and configures the internal state 
   of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" /> to match.</para>
      </summary>
      <param name="value">The <see cref="T:System.Xml.XmlElement" /> specifying the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" />.</param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.KeyInfoNode.Value">
      <summary>
        <para> Gets or sets the XML content of the current <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.Reference">
      <summary>
        <para> Represents the reference element of an XML
      signature.
      </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Reference.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.Reference" /> class with default
   properties.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Reference.#ctor(System.IO.Stream)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.Reference" /> class with the specified 
<see cref="T:System.IO.Stream" />.</para>
      </summary>
      <param name="stream">The <see cref="T:System.IO.Stream" /> with which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.Reference" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Reference.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.Reference" /> 
class with the specified <see cref="T:System.Uri" />.</para>
      </summary>
      <param name="uri">The <see cref="T:System.Uri" /> with which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.Reference" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Reference.GetXml">
      <summary>
        <para>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.Reference" />.</para>
      </summary>
      <returns>
        <para>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.Reference" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Reference.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para>Loads a <see cref="T:System.Security.Cryptography.Xml.Reference" /> state from an XML element.</para>
      </summary>
      <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.Reference" /> state.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Reference.AddTransform(System.Security.Cryptography.Xml.Transform)">
      <summary>
        <para>Adds a transform to the list of transforms to be performed on the
      data prior to passing it to the digest algorithm. </para>
      </summary>
      <param name="transform">The transform to be added to the list of transforms. </param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Reference.Id">
      <summary>
        <para>Gets or sets the ID of the current <see cref="T:System.Security.Cryptography.Xml.Reference" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Reference.Uri">
      <summary>
        <para> Gets or sets the <see cref="T:System.Uri" /> of the current
<see cref="T:System.Security.Cryptography.Xml.Reference" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Reference.Type">
      <summary>
        <para> 
      Gets or sets the type of the object being signed.
      </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Reference.DigestMethod">
      <summary>
        <para> Gets or sets the digest method of the current <see cref="T:System.Security.Cryptography.Xml.Reference" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Reference.DigestValue">
      <summary>
        <para> Gets or sets the digest value of the current <see cref="T:System.Security.Cryptography.Xml.Reference" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Reference.TransformChain">
      <summary>
        <para>Gets the transform chain of the current <see cref="T:System.Security.Cryptography.Xml.Reference" />. </para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.Signature">
      <summary>
        <para>Represents the signature element of an XML
      signature.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Signature.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.Signature" /> 
class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Signature.GetXml">
      <summary>
        <para>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.Signature" />.</para>
      </summary>
      <returns>
        <para>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.Signature" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Signature.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para>Loads a <see cref="T:System.Security.Cryptography.Xml.Signature" /> state from an XML element.</para>
      </summary>
      <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.Signature" /> state.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Signature.AddObject(System.Security.Cryptography.Xml.DataObject)">
      <summary>
        <para>Adds a <see cref="T:System.Security.Cryptography.Xml.DataObject" /> to the list
   of objects to be signed.</para>
      </summary>
      <param name="dataObject">The <see cref="T:System.Security.Cryptography.Xml.DataObject" /> to be added to the list of objects to be signed.</param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Signature.Id">
      <summary>
        <para>Gets or sets the ID of the current <see cref="T:System.Security.Cryptography.Xml.Signature" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Signature.SignedInfo">
      <summary>
        <para> Gets or sets the <see cref="T:System.Security.Cryptography.Xml.SignedInfo" /> of the 
   current <see cref="T:System.Security.Cryptography.Xml.Signature" />.
   </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Signature.SignatureValue">
      <summary>
        <para> Gets or sets the value of the current <see cref="T:System.Security.Cryptography.Xml.Signature" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Signature.KeyInfo">
      <summary>
        <para> Gets or sets the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> of the 
   current <see cref="T:System.Security.Cryptography.Xml.Signature" />.
   </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Signature.ObjectList">
      <summary>
        <para>Gets or sets a list of objects to be signed.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.SignedInfo">
      <summary>
        <para>Contains information about the canonicalization
      algorithm and signature algorithm used for the XML
      signature.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.SignedInfo" /> 
class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedInfo.GetEnumerator">
      <summary>
        <para> Returns an enumerator that
      iterates through the collection of references.
      </para>
      </summary>
      <returns>
        <para> An enumerator that
      iterates through the collection of references.
      </para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedInfo.CopyTo(System.Array,System.Int32)">
      <summary>
        <para>Copies the elements of this instance into
      an <see cref="T:System.Array" />,
      starting at a particular index into the array.</para>
      </summary>
      <param name="array">An <see cref="T:System.Array" /> that holds the collection's elements. </param>
      <param name=" index"> The beginning index in the array where the elements are copied. </param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedInfo.GetXml">
      <summary>
        <para>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.SignedInfo" /> instance.</para>
      </summary>
      <returns>
        <para>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.SignedInfo" /> instance.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedInfo.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para>Loads a <see cref="T:System.Security.Cryptography.Xml.SignedInfo" /> state from an XML element.</para>
      </summary>
      <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.SignedInfo" /> state.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedInfo.AddReference(System.Security.Cryptography.Xml.Reference)">
      <summary>
        <para>Adds a <see cref="T:System.Security.Cryptography.Xml.Reference" /> to the list
   of references to be digested and signed.</para>
      </summary>
      <param name="reference">The reference to be added to the list of references. </param>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedInfo.Count">
      <summary>
        <para>Gets the number of references in the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedInfo.IsReadOnly">
      <summary>
        <para> Gets a value indicating whether the collection is
      read-only.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedInfo.IsSynchronized">
      <summary>
        <para> Gets a value indicating whether the collection is
      synchronized.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedInfo.SyncRoot">
      <summary>
        <para> Gets an object to
      use for synchronization.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedInfo.Id">
      <summary>
        <para>Gets or sets the ID of the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethod">
      <summary>
        <para> Gets or sets the canonicalization algorithm that is used before
      signing for the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo" />.
      </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod">
      <summary>
        <para> Gets or sets the name of the algorithm used for 
      signature generation and validation for the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo" />.
      </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedInfo.SignatureLength">
      <summary>
        <para>Gets or sets the length of the signature for the current 
 <see cref="T:System.Security.Cryptography.Xml.SignedInfo" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedInfo.References">
      <summary>
        <para>Gets a list of the <see cref="T:System.Security.Cryptography.Xml.Reference" /> elements of the current 
<see cref="T:System.Security.Cryptography.Xml.SignedInfo" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.SignedXml">
      <summary>
        <para> Provides a wrapper on the core
      XML signature object to facilitate creating XML signatures.
      </para>
      </summary>
    </member>
    <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigNamespaceUrl">
      <summary>
        <para>Specifies a URL that points to the standard namespace 
      for XML digital signatures. This field is constant.</para>
      </summary>
    </member>
    <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigMinimalCanonicalizationUrl">
      <summary>
        <para>Specifies a URL that points to the standard minimal 
      canonicalization algorithm for XML digital signatures. This field is constant.</para>
      </summary>
    </member>
    <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationUrl">
      <summary>
        <para>Specifies a URL that points to the standard 
      canonicalization algorithm for XML digital signatures. This field is constant.</para>
      </summary>
    </member>
    <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationWithCommentsUrl">
      <summary>
        <para>Specifies a URL that points to the standard 
      canonicalization algorithm for XML digital signatures and includes comments.
      This field is constant.</para>
      </summary>
    </member>
    <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA1Url">
      <summary>
        <para>Specifies a URL that points to the standard <see cref="T:System.Security.Cryptography.SHA1" /> digest method for XML digital 
   signatures. This field is constant.</para>
      </summary>
    </member>
    <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigDSAUrl">
      <summary>
        <para>Specifies a URL that points to the standard <see cref="T:System.Security.Cryptography.DSA" /> algorithm for XML digital 
   signatures. This field is constant.</para>
      </summary>
    </member>
    <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA1Url">
      <summary>
        <para>Specifies a URL that points to the standard <see cref="T:System.Security.Cryptography.RSA" /> signature method for XML digital 
   signatures. This field is constant.</para>
      </summary>
    </member>
    <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigHMACSHA1Url">
      <summary>
        <para>Specifies a URL that points to the standard <see cref="T:System.Security.Cryptography.HMACSHA1" /> algorithm for XML digital 
   signatures. This field is constant.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.SignedXml" />
class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlDocument)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.SignedXml" /> class from the specified XML document.</para>
      </summary>
      <param name="document">The <see cref="T:System.Xml.XmlDocument" /> with which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.SignedXml" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlElement)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.SignedXml" /> class from the specified 
<see cref="T:System.Xml.XmlElement" /> .</para>
      </summary>
      <param name="elem">The <see cref="T:System.Xml.XmlElement" /> from which to initialize the new instance.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.GetXml">
      <summary>
        <para>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.SignedXml" />.</para>
      </summary>
      <returns>
        <para>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.Signature" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.LoadXml(System.Xml.XmlElement)">
      <summary>
        <para>Loads a <see cref="T:System.Security.Cryptography.Xml.SignedXml" /> state from an XML element.</para>
      </summary>
      <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.SignedXml" /> state.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.AddReference(System.Security.Cryptography.Xml.Reference)">
      <summary>
        <para>Adds a <see cref="T:System.Security.Cryptography.Xml.Reference" /> to the list of references
   to be digested and signed.</para>
      </summary>
      <param name="reference">The <see cref="T:System.Security.Cryptography.Xml.Reference" /> to be added to the list of references to be digested and signed. </param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.AddObject(System.Security.Cryptography.Xml.DataObject)">
      <summary>
        <para>Adds a <see cref="T:System.Security.Cryptography.Xml.DataObject" /> to the list of objects to be signed.</para>
      </summary>
      <param name="dataObject">The <see cref="T:System.Security.Cryptography.Xml.DataObject" /> to be added to the list of objects to be signed.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.CheckSignature">
      <summary>
        <para> 
      Determines whether the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" /> verifies using the
      public key in the
      signature.</para>
      </summary>
      <returns>
        <para>
          <see langword="true" /> if the 
<see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" /> verifies; 
   otherwise, <see langword="false" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.CheckSignatureReturningKey(System.Security.Cryptography.AsymmetricAlgorithm@)">
      <summary>
        <para>Determines whether the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" />
verifies using the public key in the signature. </para>
      </summary>
      <param name="signingKey"> When this method returns, contains the implementation of <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm" /> that holds the public key in the signature. This parameter is passed uninitialized.</param>
      <returns>
        <para>
          <see langword="true" /> if the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" />
verifies using the public key in the signature; otherwise,
<see langword="false" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.AsymmetricAlgorithm)">
      <summary>
        <para>Determines whether the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" /> verifies for the specified key.</para>
      </summary>
      <param name="key">The implementation of <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm" /> that holds the key to be used to verify the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" />.</param>
      <returns>
        <para>
          <see langword="true" /> if the
<see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" /> verifies for the 
   specified key; otherwise, <see langword="false" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.KeyedHashAlgorithm)">
      <summary>
        <para>Determines whether the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" />
verifies for the specified message authentication code (MAC) algorithm.</para>
      </summary>
      <param name="macAlg"> The implementation of <see cref="T:System.Security.Cryptography.KeyedHashAlgorithm" /> that holds the MAC to be used to verify the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" />.</param>
      <returns>
        <para>
          <see langword="true" /> if the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" />
verifies for the specified MAC; otherwise, <see langword="false" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature">
      <summary>
        <para>Computes the signature.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature(System.Security.Cryptography.KeyedHashAlgorithm)">
      <summary>
        <para>Computes the signature using the specified message
      authentication code (MAC) algorithm.</para>
      </summary>
      <param name="macAlg">The instance of an implementation of <see cref="T:System.Security.Cryptography.KeyedHashAlgorithm" /> that holds the MAC to be used to compute the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.GetPublicKey">
      <summary>
        <para> 
      Returns the public key of
      the signature.</para>
      </summary>
      <returns>
        <para>An instance of an implementation of <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm" /> containing the public key of the 
   signature, or <see langword="null" />
   if the key cannot be found.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.SignedXml.GetIdElement(System.Xml.XmlDocument,System.String)">
      <summary>
        <para>Returns the <see cref="T:System.Xml.XmlElement" /> with the specified ID from the 
 specified <see cref="T:System.Xml.XmlDocument" />.</para>
      </summary>
      <param name="document">The <see cref="T:System.Xml.XmlDocument" /> from which to retrieve the <see cref="T:System.Xml.XmlElement" />.</param>
      <param name=" idValue">The ID of the <see cref="T:System.Xml.XmlElement" /> to retrieve from the <see cref="T:System.Xml.XmlDocument" />.</param>
      <returns>
        <para>The <see cref="T:System.Xml.XmlElement" /> with the specified ID from the specified <see cref="T:System.Xml.XmlDocument" />, or 
<see langword="null" /> if it could not be found.</para>
      </returns>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedXml.SigningKey">
      <summary>
        <para>Gets or sets the asymmetric algorithm key used for 
      signing the <see cref="T:System.Security.Cryptography.Xml.SignedXml" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedXml.Signature">
      <summary>
        <para> Gets the <see cref="T:System.Security.Cryptography.Xml.Signature" /> of the 
   current <see cref="T:System.Security.Cryptography.Xml.SignedXml" />.
   </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedXml.SignedInfo">
      <summary>
        <para> Gets the <see cref="T:System.Security.Cryptography.Xml.SignedInfo" /> of the 
   current <see cref="T:System.Security.Cryptography.Xml.SignedXml" />.
   </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod">
      <summary>
        <para> Gets the signature method of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedXml.SignatureLength">
      <summary>
        <para> Gets the length of the signature for the current
 <see cref="T:System.Security.Cryptography.Xml.SignedXml" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedXml.SignatureValue">
      <summary>
        <para> Gets the signature value of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.SignedXml.KeyInfo">
      <summary>
        <para>Gets or sets the <see cref="T:System.Security.Cryptography.Xml.KeyInfo" /> of the 
   current <see cref="T:System.Security.Cryptography.Xml.SignedXml" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.TransformChain">
      <summary>
        <para>Defines an ordered list of <see cref="T:System.Security.Cryptography.Xml.Transform" /> objects that is applied to the unsigned content
   prior to digest calculation. </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.TransformChain.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.TransformChain" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.TransformChain.Add(System.Security.Cryptography.Xml.Transform)">
      <summary>
        <para> Adds a transform to the list of
      transforms to be applied to the unsigned content prior to digest calculation.</para>
      </summary>
      <param name="transform">The transform to be added to the list of transforms.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.TransformChain.GetEnumerator">
      <summary>
        <para>Returns an enumerator of the transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain" />. </para>
      </summary>
      <returns>
        <para>An enumerator of the transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain" />. </para>
      </returns>
    </member>
    <member name="P:System.Security.Cryptography.Xml.TransformChain.Count">
      <summary>
        <para>Gets the number of transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.TransformChain.Item(System.Int32)">
      <summary>
        <para>Gets the transform at the specified index in the <see cref="T:System.Security.Cryptography.Xml.TransformChain" />.</para>
      </summary>
      <param name="index">The index into the <see cref="T:System.Security.Cryptography.Xml.TransformChain" /> that specifies which transform to return.</param>
    </member>
    <member name="T:System.Security.Cryptography.Xml.Transform">
      <summary>
        <para>Represents the abstract base class from which
      all <see langword="&lt;Transform&gt;" /> elements that can
   be used in an XML digital signature derive.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Transform.#ctor">
      <summary>
        <para>Initializes a new instance of <see cref="T:System.Security.Cryptography.Xml.Transform" />.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Transform.GetXml">
      <summary>
        <para>Returns the XML representation of the current <see cref="T:System.Security.Cryptography.Xml.Transform" />.</para>
      </summary>
      <returns>
        <para>The XML representation of the current <see cref="T:System.Security.Cryptography.Xml.Transform" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Transform.LoadInnerXml(System.Xml.XmlNodeList)">
      <summary>
        <para>When overridden in a derived class, parses the
      specified <see cref="T:System.Xml.XmlNodeList" /> as transform-specific content of a <see langword="&lt;Transform&gt;" /> element and
   configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> to match the <see langword="&lt;Transform&gt;" /> element.</para>
      </summary>
      <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList" /> specifying transform-specific content for the current <see cref="T:System.Security.Cryptography.Xml.Transform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Transform.GetInnerXml">
      <summary>
        <para>When overridden in a derived class, returns an XML
      representation of the parameters of the <see cref="T:System.Security.Cryptography.Xml.Transform" /> suitable to be included as
      subelements of an XMLDSIG <see langword="&lt;Transform&gt;" /> element.</para>
      </summary>
      <returns>
        <para>A list of the XML nodes representing the
      transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> in an XMLDSIG <see langword="&lt;Transform&gt;" /> element.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Transform.LoadInput(System.Object)">
      <summary>
        <para>When overridden in a derived class, loads the specified input
      into the current <see cref="T:System.Security.Cryptography.Xml.Transform" />.</para>
      </summary>
      <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.Transform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Transform.GetOutput">
      <summary>
        <para> When overridden in a derived class, returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.Transform" />.</para>
      </summary>
      <returns>
        <para> The output of
      the current <see cref="T:System.Security.Cryptography.Xml.Transform" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.Transform.GetOutput(System.Type)">
      <summary>
        <para> When overridden in a derived class, returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> of the specified type.</para>
      </summary>
      <param name="type"> The type of the output to return. This must be one of the types in <see cref="P:System.Security.Cryptography.Xml.Transform.OutputTypes" />.</param>
      <returns>
        <para>The output of the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> as an object of the specified
   type.</para>
      </returns>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Transform.Algorithm">
      <summary>
        <para> Gets or sets the URL that identifies the algorithm
      performed by this transform.
      </para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Transform.InputTypes">
      <summary>
        <para>When overridden in a derived class, gets an array of 
      types that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.Transform.LoadInput(System.Object)" /> method of the current <see cref="T:System.Security.Cryptography.Xml.Transform" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.Transform.OutputTypes">
      <summary>
        <para>When overridden in a derived class, gets an array of 
      types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.Transform.GetOutput" /> methods of the current <see cref="T:System.Security.Cryptography.Xml.Transform" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform">
      <summary>
        <para>Represents the C14N XML canonicalization transform for a digital signature as defined by
      the W3C, without comments.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor(System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" /> class with comments, if specified.</para>
      </summary>
      <param name="includeComments">
        <see langword="true" /> to include comments; otherwise, <see langword="false" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)">
      <summary>
        <para> Parses the specified <see cref="T:System.Xml.XmlNodeList" /> as transform-specific content of a
      <see langword="&lt;Transform&gt;" /> element and
   configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" /> to match the
      <see langword="&lt;Transform&gt;" />
   element.</para>
      </summary>
      <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList" /> to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetInnerXml">
      <summary>
        <para> Returns an XML representation of
      the transform-specific content to be
      included in an XMLDSIG <see langword="&lt;Transform&gt;" /> element.</para>
      </summary>
      <returns>
        <para>Always <see langword="null" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)">
      <summary>
        <para> Loads the specified input
      into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" />.</para>
      </summary>
      <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" />.</para>
      </summary>
      <returns>
        <para> The output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput(System.Type)">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" />
      of type
   <see cref="T:System.IO.Stream" />.</para>
      </summary>
      <param name="type">The type of the output to return. <see cref="T:System.IO.Stream" /> is the only valid type for this parameter.</param>
      <returns>
        <para>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" /> of
   type
<see cref="T:System.IO.Stream" />.</para>
      </returns>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.InputTypes">
      <summary>
        <para> Gets an array of types
      that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)" /> method
      of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.OutputTypes">
      <summary>
        <para> Gets an array of
      types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput" /> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform">
      <summary>
        <para>Represents the C14N XML canonicalization transform for a digital signature as defined by
      the W3C, with comments.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform" /> class.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform">
      <summary>
        <para> Represents the <see langword="Base64" /> 
decoding transformation as defined in
Section 6.6.2 of
the XMLDSIG specification. </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInnerXml(System.Xml.XmlNodeList)">
      <summary>
        <para> Parses the specified <see cref="T:System.Xml.XmlNodeList" /> as transform-specific content of a
      <see langword="&lt;Transform&gt;" /> element and
   configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" /> to match the
      <see langword="&lt;Transform&gt;" />
   element.</para>
      </summary>
      <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList" /> to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetInnerXml">
      <summary>
        <para> Returns an XML representation of
      the transform-specific content to be
      included in an XMLDSIG <see langword="&lt;Transform&gt;" /> element.</para>
      </summary>
      <returns>
        <para>Always <see langword="null" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)">
      <summary>
        <para> Loads the specified input
      into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" />.</para>
      </summary>
      <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" />.</para>
      </summary>
      <returns>
        <para> The output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput(System.Type)">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" />
      of type
      <see cref="T:System.IO.Stream" />.</para>
      </summary>
      <param name="type">The type of the output to return. <see cref="T:System.IO.Stream" /> is the only valid type for this parameter.</param>
      <returns>
        <para>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" /> of
type
<see cref="T:System.IO.Stream" />.</para>
      </returns>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.InputTypes">
      <summary>
        <para> Gets an array of types
      that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)" /> method
      of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.OutputTypes">
      <summary>
        <para> Gets an array of
      types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput" /> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform">
      <summary>
        <para>Represents the XPath transform for a digital signature as defined by the W3C. </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInnerXml(System.Xml.XmlNodeList)">
      <summary>
        <para> Parses the specified <see cref="T:System.Xml.XmlNodeList" /> as transform-specific content of a
      <see langword="&lt;Transform&gt;" /> element and
   configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> to match the
      <see langword="&lt;Transform&gt;" />
   element.</para>
      </summary>
      <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList" /> to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetInnerXml">
      <summary>
        <para> Returns an XML representation of the transform-specific
      content to be included in an XMLDSIG <see langword="&lt;Transform&gt;" /> element.</para>
      </summary>
      <returns>
        <para>A list of the XML nodes representing the
      transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> in an XMLDSIG <see langword="&lt;Transform&gt;" /> element.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)">
      <summary>
        <para> Loads the specified input
      into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" />.</para>
      </summary>
      <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" />.</para>
      </summary>
      <returns>
        <para> The output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput(System.Type)">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" />
      of type
      <see cref="T:System.Xml.XmlNodeList" />.</para>
      </summary>
      <param name="type">The type of the output to return. <see cref="T:System.Xml.XmlNodeList" /> is the only valid type for this parameter.</param>
      <returns>
        <para>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" /> of
type
<see cref="T:System.Xml.XmlNodeList" />.</para>
      </returns>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.InputTypes">
      <summary>
        <para> Gets an array of types
      that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)" /> method
      of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.OutputTypes">
      <summary>
        <para> Gets an array of
      types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput" /> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform">
      <summary>
        <para> Represents the XSLT transform for a digital signature as defined
      by the W3C. </para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor(System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" /> class with comments, if specified.</para>
      </summary>
      <param name="includeComments">
        <see langword="true" /> to include comments; otherwise, <see langword="false" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInnerXml(System.Xml.XmlNodeList)">
      <summary>
        <para> Parses the specified <see cref="T:System.Xml.XmlNodeList" /> as transform-specific content of a
      <see langword="&lt;Transform&gt;" /> element and
   configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" /> to match the
      <see langword="&lt;Transform&gt;" />
   element.</para>
      </summary>
      <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList" /> to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetInnerXml">
      <summary>
        <para> Returns an XML representation of
      the transform-specific content to be
      included in an XMLDSIG <see langword="&lt;Transform&gt;" /> element.</para>
      </summary>
      <returns>
        <para>A list of the XML nodes representing the
      transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" /> in an XMLDSIG <see langword="&lt;Transform&gt;" /> element.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)">
      <summary>
        <para> Loads the specified input
      into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" />.</para>
      </summary>
      <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" />.</para>
      </summary>
      <returns>
        <para> The output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput(System.Type)">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" />
      of type
      <see cref="T:System.IO.Stream" />.</para>
      </summary>
      <param name="type">The type of the output to return. <see cref="T:System.IO.Stream" /> is the only valid type for this parameter.</param>
      <returns>
        <para>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" /> of
type
<see cref="T:System.IO.Stream" />.</para>
      </returns>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.InputTypes">
      <summary>
        <para> Gets an array of types
      that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)" /> method
      of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.OutputTypes">
      <summary>
        <para> Gets an array of
      types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput" /> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform" />.</para>
      </summary>
    </member>
    <member name="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform">
      <summary>
        <para>Represents the enveloped signature transform for an XML digital signature as defined by the W3C.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" /> class.</para>
      </summary>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInnerXml(System.Xml.XmlNodeList)">
      <summary>
        <para> Parses the specified <see cref="T:System.Xml.XmlNodeList" /> as transform-specific content of a
      <see langword="&lt;Transform&gt;" /> element and
   configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" /> to match the
      <see langword="&lt;Transform&gt;" />
   element.</para>
      </summary>
      <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList" /> to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetInnerXml">
      <summary>
        <para> Returns an XML representation of
      the transform-specific content to be
      included in an XMLDSIG <see langword="&lt;Transform&gt;" /> element.</para>
      </summary>
      <returns>
        <para>Always <see langword="null" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)">
      <summary>
        <para> Loads the specified input
      into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" />.</para>
      </summary>
      <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" />.</param>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" />.</para>
      </summary>
      <returns>
        <para> The output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" />.</para>
      </returns>
    </member>
    <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput(System.Type)">
      <summary>
        <para> Returns the output of
      the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" />
      of type
   <see cref="T:System.Xml.XmlNodeList" />.</para>
      </summary>
      <param name="type">The type of the output to return. <see cref="T:System.Xml.XmlNodeList" /> is the only valid type for this parameter.</param>
      <returns>
        <para>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" /> of
   type
<see cref="T:System.Xml.XmlNodeList" />.</para>
      </returns>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.InputTypes">
      <summary>
        <para> Gets an array of types
      that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)" /> method
      of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" />.</para>
      </summary>
    </member>
    <member name="P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.OutputTypes">
      <summary>
        <para> Gets an array of
      types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput" /> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform" />.</para>
      </summary>
    </member>
  </members>
</doc>