[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / system.security.cryptography.xml / 4.4.0 / ref / net461 / System.Security.Cryptography.Xml.xml
1 <?xml version="1.0" encoding="utf-8"?><span>
2 <doc>
3   <assembly>
4     <name>System.Security.Cryptography.Xml</name>
5   </assembly>
6   <members>
7     <member name="T:System.Security.Cryptography.Xml.KeyReference">
8       <summary>Represents the &lt;KeyReference&gt; element used in XML encryption. This class cannot be inherited.</summary>
9     </member>
10     <member name="M:System.Security.Cryptography.Xml.KeyReference.#ctor">
11       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> class for XML encryption.</summary>
12     </member>
13     <member name="M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String)">
14       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> class for XML encryption using the supplied Uniform Resource Identifier (URI).</summary>
15       <param name="uri">A Uniform Resource Identifier (URI) that points to the encrypted key.</param>
16     </member>
17     <member name="M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)">
18       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> class for XML encryption using the specified Uniform Resource Identifier (URI) and a <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object.</summary>
19       <param name="uri">A Uniform Resource Identifier (URI) that points to the encrypted key.</param>
20       <param name="transformChain"></param>
21     </member>
22     <member name="T:System.Security.Cryptography.Xml.Reference">
23       <summary>Represents the &lt;reference&gt; element of an XML signature.</summary>
24     </member>
25     <member name="M:System.Security.Cryptography.Xml.Reference.#ctor">
26       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.Reference"></see> class with default properties.</summary>
27     </member>
28     <member name="M:System.Security.Cryptography.Xml.Reference.#ctor(System.IO.Stream)">
29       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.Reference"></see> class with a hash value of the specified <see cref="T:System.IO.Stream"></see>.</summary>
30       <param name="stream">The <see cref="T:System.IO.Stream"></see> with which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</param>
31     </member>
32     <member name="M:System.Security.Cryptography.Xml.Reference.#ctor(System.String)">
33       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.Reference"></see> class with the specified <see cref="T:System.Uri"></see>.</summary>
34       <param name="uri">The <see cref="T:System.Uri"></see> with which to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</param>
35     </member>
36     <member name="M:System.Security.Cryptography.Xml.Reference.AddTransform(System.Security.Cryptography.Xml.Transform)">
37       <summary>Adds a <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object to the list of transforms to be performed on the data before passing it to the digest algorithm.</summary>
38       <param name="transform">The transform to be added to the list of transforms.</param>
39       <exception cref="T:System.ArgumentNullException">The <paramref name="transform">transform</paramref> parameter is null.</exception>
40     </member>
41     <member name="P:System.Security.Cryptography.Xml.Reference.DigestMethod">
42       <summary>Gets or sets the digest method Uniform Resource Identifier (URI) of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</summary>
43       <returns>The digest method URI of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>. The default value is &quot;<see cref="http://www.w3.org/2000/09/xmldsig#sha1">http://www.w3.org/2000/09/xmldsig#sha1</see>&quot;.</returns>
44     </member>
45     <member name="P:System.Security.Cryptography.Xml.Reference.DigestValue">
46       <summary>Gets or sets the digest value of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</summary>
47       <returns>The digest value of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</returns>
48     </member>
49     <member name="M:System.Security.Cryptography.Xml.Reference.GetXml">
50       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</summary>
51       <returns>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</returns>
52       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.Reference.DigestMethod"></see> property is null.   -or-   The <see cref="P:System.Security.Cryptography.Xml.Reference.DigestValue"></see> property is null.</exception>
53     </member>
54     <member name="P:System.Security.Cryptography.Xml.Reference.Id">
55       <summary>Gets or sets the ID of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</summary>
56       <returns>The ID of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>. The default is null.</returns>
57     </member>
58     <member name="M:System.Security.Cryptography.Xml.Reference.LoadXml(System.Xml.XmlElement)">
59       <summary>Loads a <see cref="T:System.Security.Cryptography.Xml.Reference"></see> state from an XML element.</summary>
60       <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.Reference"></see> state.</param>
61       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
62       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="value">value</paramref> parameter does not contain any transforms.   -or-   The <paramref name="value">value</paramref> parameter contains an unknown transform.</exception>
63     </member>
64     <member name="P:System.Security.Cryptography.Xml.Reference.TransformChain">
65       <summary>Gets the transform chain of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</summary>
66       <returns>The transform chain of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</returns>
67     </member>
68     <member name="P:System.Security.Cryptography.Xml.Reference.Type">
69       <summary>Gets or sets the type of the object being signed.</summary>
70       <returns>The type of the object being signed.</returns>
71     </member>
72     <member name="P:System.Security.Cryptography.Xml.Reference.Uri">
73       <summary>Gets or sets the <see cref="T:System.Uri"></see> of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</summary>
74       <returns>The <see cref="T:System.Uri"></see> of the current <see cref="T:System.Security.Cryptography.Xml.Reference"></see>.</returns>
75     </member>
76     <member name="T:System.Security.Cryptography.Xml.ReferenceList">
77       <summary>Represents the &lt;ReferenceList&gt; element used in XML encryption. This class cannot be inherited.</summary>
78     </member>
79     <member name="M:System.Security.Cryptography.Xml.ReferenceList.#ctor">
80       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> class.</summary>
81     </member>
82     <member name="M:System.Security.Cryptography.Xml.ReferenceList.Add(System.Object)">
83       <summary>Adds a <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</summary>
84       <param name="value">A <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to add to the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</param>
85       <returns>The position at which the new element was inserted.</returns>
86       <exception cref="T:System.ArgumentException">The <paramref name="value">value</paramref> parameter is not a <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> object.   -or-   The <paramref name="value">value</paramref> parameter is not a <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object.</exception>
87       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
88     </member>
89     <member name="M:System.Security.Cryptography.Xml.ReferenceList.Clear">
90       <summary>Removes all items from the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</summary>
91     </member>
92     <member name="M:System.Security.Cryptography.Xml.ReferenceList.Contains(System.Object)">
93       <summary>Determines whether the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection contains a specific <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object.</summary>
94       <param name="value">The <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to locate in the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</param>
95       <returns>true if the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object is found in the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection; otherwise, false.</returns>
96     </member>
97     <member name="M:System.Security.Cryptography.Xml.ReferenceList.CopyTo(System.Array,System.Int32)">
98       <summary>Copies the elements of the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object to an array, starting at a specified array index.</summary>
99       <param name="array">The one-dimensional <see cref="T:System.Array"></see> object that is the destination of the elements copied from the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object. The array must have zero-based indexing.</param>
100       <param name="index">The zero-based index in array at which copying begins.</param>
101     </member>
102     <member name="P:System.Security.Cryptography.Xml.ReferenceList.Count">
103       <summary>Gets the number of elements contained in the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object.</summary>
104       <returns>The number of elements contained in the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object.</returns>
105     </member>
106     <member name="M:System.Security.Cryptography.Xml.ReferenceList.GetEnumerator">
107       <summary>Returns an enumerator that iterates through a <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</summary>
108       <returns>An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through a <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</returns>
109     </member>
110     <member name="M:System.Security.Cryptography.Xml.ReferenceList.IndexOf(System.Object)">
111       <summary>Determines the index of a specific item in the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</summary>
112       <param name="value">The <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to locate in the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</param>
113       <returns>The index of <paramref name="value">value</paramref> if found in the collection; otherwise, -1.</returns>
114     </member>
115     <member name="M:System.Security.Cryptography.Xml.ReferenceList.Insert(System.Int32,System.Object)">
116       <summary>Inserts a <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object into the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection at the specified position.</summary>
117       <param name="index">The zero-based index at which value should be inserted.</param>
118       <param name="value">A <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to insert into the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</param>
119       <exception cref="T:System.ArgumentException">The <paramref name="value">value</paramref> parameter is not a <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> object.   -or-   The <paramref name="value">value</paramref> parameter is not a <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object.</exception>
120       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
121     </member>
122     <member name="P:System.Security.Cryptography.Xml.ReferenceList.IsSynchronized">
123       <summary>Gets a value that indicates whether access to the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object is synchronized (thread safe).</summary>
124       <returns>true if access to the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object is synchronized (thread safe); otherwise, false.</returns>
125     </member>
126     <member name="M:System.Security.Cryptography.Xml.ReferenceList.Item(System.Int32)">
127       <summary>Returns the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object at the specified index.</summary>
128       <param name="index">The index of the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to return.</param>
129       <returns>The <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object at the specified index.</returns>
130     </member>
131     <member name="P:System.Security.Cryptography.Xml.ReferenceList.ItemOf(System.Int32)">
132       <summary>Gets or sets the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object at the specified index.</summary>
133       <param name="index">The index of the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to return.</param>
134       <returns>The <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object at the specified index.</returns>
135     </member>
136     <member name="M:System.Security.Cryptography.Xml.ReferenceList.Remove(System.Object)">
137       <summary>Removes the first occurrence of a specific <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object from the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</summary>
138       <param name="value">The <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to remove from the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> collection.</param>
139     </member>
140     <member name="M:System.Security.Cryptography.Xml.ReferenceList.RemoveAt(System.Int32)">
141       <summary>Removes the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object at the specified index.</summary>
142       <param name="index">The zero-based index of the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> or <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to remove.</param>
143     </member>
144     <member name="P:System.Security.Cryptography.Xml.ReferenceList.SyncRoot">
145       <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object.</summary>
146       <returns>An object that can be used to synchronize access to the <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object.</returns>
147     </member>
148     <member name="P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsFixedSize">
149       <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize"></see>.</summary>
150       <returns>true if the <see cref="T:System.Collections.IList"></see> has a fixed size; otherwise, false.</returns>
151     </member>
152     <member name="P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsReadOnly">
153       <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly"></see>.</summary>
154       <returns>true if the <see cref="T:System.Collections.IList"></see> is read-only; otherwise, false.</returns>
155     </member>
156     <member name="P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#Item(System.Int32)">
157       <summary>For a description of this member, see <see cref="P:System.Collections.IList.Item(System.Int32)"></see>.</summary>
158       <param name="index">The zero-based index of the element to get or set.</param>
159       <returns>The element at the specified index.</returns>
160       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> is not a valid index in the <see cref="T:System.Collections.IList"></see>.</exception>
161     </member>
162     <member name="T:System.Security.Cryptography.Xml.RSAKeyValue">
163       <summary>Represents the &lt;RSAKeyValue&gt; element of an XML signature.</summary>
164     </member>
165     <member name="M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor">
166       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.RSAKeyValue"></see> class with a new randomly generated <see cref="T:System.Security.Cryptography.RSA"></see> public key.</summary>
167     </member>
168     <member name="M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor(System.Security.Cryptography.RSA)">
169       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.RSAKeyValue"></see> class with the specified <see cref="T:System.Security.Cryptography.RSA"></see> public key.</summary>
170       <param name="key">The instance of an implementation of <see cref="T:System.Security.Cryptography.RSA"></see> that holds the public key.</param>
171     </member>
172     <member name="M:System.Security.Cryptography.Xml.RSAKeyValue.GetXml">
173       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.RSA"></see> key clause.</summary>
174       <returns>The XML representation of the <see cref="T:System.Security.Cryptography.RSA"></see> key clause.</returns>
175     </member>
176     <member name="P:System.Security.Cryptography.Xml.RSAKeyValue.Key">
177       <summary>Gets or sets the instance of <see cref="T:System.Security.Cryptography.RSA"></see> that holds the public key.</summary>
178       <returns>The instance of <see cref="T:System.Security.Cryptography.RSA"></see> that holds the public key.</returns>
179     </member>
180     <member name="M:System.Security.Cryptography.Xml.RSAKeyValue.LoadXml(System.Xml.XmlElement)">
181       <summary>Loads an <see cref="T:System.Security.Cryptography.RSA"></see> key clause from an XML element.</summary>
182       <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.RSA"></see> key clause.</param>
183       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
184       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="value">value</paramref> parameter is not a valid <see cref="T:System.Security.Cryptography.RSA"></see> key clause XML element.</exception>
185     </member>
186     <member name="T:System.Security.Cryptography.Xml.Signature">
187       <summary>Represents the &lt;Signature&gt; element of an XML signature.</summary>
188     </member>
189     <member name="M:System.Security.Cryptography.Xml.Signature.#ctor">
190       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.Signature"></see> class.</summary>
191     </member>
192     <member name="M:System.Security.Cryptography.Xml.Signature.AddObject(System.Security.Cryptography.Xml.DataObject)">
193       <summary>Adds a <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> to the list of objects to be signed.</summary>
194       <param name="dataObject">The <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> to be added to the list of objects to be signed.</param>
195     </member>
196     <member name="M:System.Security.Cryptography.Xml.Signature.GetXml">
197       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.Signature"></see>.</summary>
198       <returns>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.Signature"></see>.</returns>
199       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.Signature.SignedInfo"></see> property is null.   -or-   The <see cref="P:System.Security.Cryptography.Xml.Signature.SignatureValue"></see> property is null.</exception>
200     </member>
201     <member name="P:System.Security.Cryptography.Xml.Signature.Id">
202       <summary>Gets or sets the ID of the current <see cref="T:System.Security.Cryptography.Xml.Signature"></see>.</summary>
203       <returns>The ID of the current <see cref="T:System.Security.Cryptography.Xml.Signature"></see>. The default is null.</returns>
204     </member>
205     <member name="P:System.Security.Cryptography.Xml.Signature.KeyInfo">
206       <summary>Gets or sets the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> of the current <see cref="T:System.Security.Cryptography.Xml.Signature"></see>.</summary>
207       <returns>The <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> of the current <see cref="T:System.Security.Cryptography.Xml.Signature"></see>.</returns>
208     </member>
209     <member name="M:System.Security.Cryptography.Xml.Signature.LoadXml(System.Xml.XmlElement)">
210       <summary>Loads a <see cref="T:System.Security.Cryptography.Xml.Signature"></see> state from an XML element.</summary>
211       <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.Signature"></see> state.</param>
212       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
213       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="value">value</paramref> parameter does not contain a valid <see cref="P:System.Security.Cryptography.Xml.Signature.SignatureValue"></see>.   -or-   The <paramref name="value">value</paramref> parameter does not contain a valid <see cref="P:System.Security.Cryptography.Xml.Signature.SignedInfo"></see>.</exception>
214     </member>
215     <member name="P:System.Security.Cryptography.Xml.Signature.ObjectList">
216       <summary>Gets or sets a list of objects to be signed.</summary>
217       <returns>A list of objects to be signed.</returns>
218     </member>
219     <member name="P:System.Security.Cryptography.Xml.Signature.SignatureValue">
220       <summary>Gets or sets the value of the digital signature.</summary>
221       <returns>A byte array that contains the value of the digital signature.</returns>
222     </member>
223     <member name="P:System.Security.Cryptography.Xml.Signature.SignedInfo">
224       <summary>Gets or sets the <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> of the current <see cref="T:System.Security.Cryptography.Xml.Signature"></see>.</summary>
225       <returns>The <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> of the current <see cref="T:System.Security.Cryptography.Xml.Signature"></see>.</returns>
226     </member>
227     <member name="T:System.Security.Cryptography.Xml.SignedInfo">
228       <summary>Contains information about the canonicalization algorithm and signature algorithm used for the XML signature.</summary>
229     </member>
230     <member name="M:System.Security.Cryptography.Xml.SignedInfo.#ctor">
231       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> class.</summary>
232     </member>
233     <member name="M:System.Security.Cryptography.Xml.SignedInfo.AddReference(System.Security.Cryptography.Xml.Reference)">
234       <summary>Adds a <see cref="T:System.Security.Cryptography.Xml.Reference"></see> object to the list of references to digest and sign.</summary>
235       <param name="reference">The reference to add to the list of references.</param>
236       <exception cref="T:System.ArgumentNullException">The reference parameter is null.</exception>
237     </member>
238     <member name="P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethod">
239       <summary>Gets or sets the canonicalization algorithm that is used before signing for the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</summary>
240       <returns>The canonicalization algorithm used before signing for the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</returns>
241     </member>
242     <member name="P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethodObject">
243       <summary>Gets a <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object used for canonicalization.</summary>
244       <returns>A <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object used for canonicalization.</returns>
245       <exception cref="T:System.Security.Cryptography.CryptographicException"><see cref="T:System.Security.Cryptography.Xml.Transform"></see> is null.</exception>
246     </member>
247     <member name="M:System.Security.Cryptography.Xml.SignedInfo.CopyTo(System.Array,System.Int32)">
248       <summary>Copies the elements of this instance into an <see cref="T:System.Array"></see> object, starting at a specified index in the array.</summary>
249       <param name="array">An <see cref="T:System.Array"></see> object that holds the collection's elements.</param>
250       <param name="index">The beginning index in the array where the elements are copied.</param>
251       <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
252     </member>
253     <member name="P:System.Security.Cryptography.Xml.SignedInfo.Count">
254       <summary>Gets the number of references in the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</summary>
255       <returns>The number of references in the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</returns>
256       <exception cref="T:System.NotSupportedException">This property is not supported.</exception>
257     </member>
258     <member name="M:System.Security.Cryptography.Xml.SignedInfo.GetEnumerator">
259       <summary>Returns an enumerator that iterates through the collection of references.</summary>
260       <returns>An enumerator that iterates through the collection of references.</returns>
261       <exception cref="T:System.NotSupportedException">This method is not supported.</exception>
262     </member>
263     <member name="M:System.Security.Cryptography.Xml.SignedInfo.GetXml">
264       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</summary>
265       <returns>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> instance.</returns>
266       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod"></see> property is null.   -or-   The <see cref="P:System.Security.Cryptography.Xml.SignedInfo.References"></see> property is empty.</exception>
267     </member>
268     <member name="P:System.Security.Cryptography.Xml.SignedInfo.Id">
269       <summary>Gets or sets the ID of the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</summary>
270       <returns>The ID of the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</returns>
271     </member>
272     <member name="P:System.Security.Cryptography.Xml.SignedInfo.IsReadOnly">
273       <summary>Gets a value that indicates whether the collection is read-only.</summary>
274       <returns>true if the collection is read-only; otherwise, false.</returns>
275       <exception cref="T:System.NotSupportedException">This property is not supported.</exception>
276     </member>
277     <member name="P:System.Security.Cryptography.Xml.SignedInfo.IsSynchronized">
278       <summary>Gets a value that indicates whether the collection is synchronized.</summary>
279       <returns>true if the collection is synchronized; otherwise, false.</returns>
280       <exception cref="T:System.NotSupportedException">This property is not supported.</exception>
281     </member>
282     <member name="M:System.Security.Cryptography.Xml.SignedInfo.LoadXml(System.Xml.XmlElement)">
283       <summary>Loads a <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> state from an XML element.</summary>
284       <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> state.</param>
285       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
286       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="value">value</paramref> parameter is not a valid <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> element.   -or-   The <paramref name="value">value</paramref> parameter does not contain a valid <see cref="P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethod"></see> property.   -or-   The <paramref name="value">value</paramref> parameter does not contain a valid <see cref="P:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod"></see> property.</exception>
287     </member>
288     <member name="P:System.Security.Cryptography.Xml.SignedInfo.References">
289       <summary>Gets a list of the <see cref="T:System.Security.Cryptography.Xml.Reference"></see> objects of the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</summary>
290       <returns>A list of the <see cref="T:System.Security.Cryptography.Xml.Reference"></see> elements of the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</returns>
291     </member>
292     <member name="P:System.Security.Cryptography.Xml.SignedInfo.SignatureLength">
293       <summary>Gets or sets the length of the signature for the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</summary>
294       <returns>The length of the signature for the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</returns>
295     </member>
296     <member name="P:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod">
297       <summary>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"></see> object.</summary>
298       <returns>The name of the algorithm used for signature generation and validation for the current <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object.</returns>
299     </member>
300     <member name="P:System.Security.Cryptography.Xml.SignedInfo.SyncRoot">
301       <summary>Gets an object to use for synchronization.</summary>
302       <returns>An object to use for synchronization.</returns>
303       <exception cref="T:System.NotSupportedException">This property is not supported.</exception>
304     </member>
305     <member name="T:System.Security.Cryptography.Xml.SignedXml">
306       <summary>Provides a wrapper on a core XML signature object to facilitate creating XML signatures.</summary>
307     </member>
308     <member name="M:System.Security.Cryptography.Xml.SignedXml.#ctor">
309       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> class.</summary>
310     </member>
311     <member name="M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlDocument)">
312       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> class from the specified XML document.</summary>
313       <param name="document">The <see cref="T:System.Xml.XmlDocument"></see> object to use to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see>.</param>
314       <exception cref="T:System.ArgumentNullException">The <paramref name="document">document</paramref> parameter is null.   -or-   The <paramref name="document">document</paramref> parameter contains a null <see cref="P:System.Xml.XmlDocument.DocumentElement"></see> property.</exception>
315     </member>
316     <member name="M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlElement)">
317       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> class from the specified <see cref="T:System.Xml.XmlElement"></see> object.</summary>
318       <param name="elem">The <see cref="T:System.Xml.XmlElement"></see> object to use to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see>.</param>
319       <exception cref="T:System.ArgumentNullException">The <paramref name="elem">elem</paramref> parameter is null.</exception>
320     </member>
321     <member name="M:System.Security.Cryptography.Xml.SignedXml.AddObject(System.Security.Cryptography.Xml.DataObject)">
322       <summary>Adds a <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object to the list of objects to be signed.</summary>
323       <param name="dataObject">The <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object to add to the list of objects to be signed.</param>
324     </member>
325     <member name="M:System.Security.Cryptography.Xml.SignedXml.AddReference(System.Security.Cryptography.Xml.Reference)">
326       <summary>Adds a <see cref="T:System.Security.Cryptography.Xml.Reference"></see> object to the <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object that describes a digest method, digest value, and transform to use for creating an XML digital signature.</summary>
327       <param name="reference">The  <see cref="T:System.Security.Cryptography.Xml.Reference"></see> object that describes a digest method, digest value, and transform to use for creating an XML digital signature.</param>
328     </member>
329     <member name="M:System.Security.Cryptography.Xml.SignedXml.CheckSignature">
330       <summary>Determines whether the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property verifies using the public key in the signature.</summary>
331       <returns>true if the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property verifies; otherwise, false.</returns>
332       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.AsymmetricAlgorithm.SignatureAlgorithm"></see> property of the public key in the signature does not match the <see cref="P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod"></see> property.   -or-   The signature description could not be created.   -or   The hash algorithm could not be created.</exception>
333     </member>
334     <member name="M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.AsymmetricAlgorithm)">
335       <summary>Determines whether the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property verifies for the specified key.</summary>
336       <param name="key">The implementation of the <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm"></see> property that holds the key to be used to verify the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property.</param>
337       <returns>true if the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property verifies for the specified key; otherwise, false.</returns>
338       <exception cref="T:System.ArgumentNullException">The <paramref name="key">key</paramref> parameter is null.</exception>
339       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.AsymmetricAlgorithm.SignatureAlgorithm"></see> property of the <paramref name="key">key</paramref> parameter does not match the <see cref="P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod"></see> property.   -or-   The signature description could not be created.   -or   The hash algorithm could not be created.</exception>
340     </member>
341     <member name="M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.KeyedHashAlgorithm)">
342       <summary>Determines whether the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property verifies for the specified message authentication code (MAC) algorithm.</summary>
343       <param name="macAlg">The implementation of <see cref="T:System.Security.Cryptography.KeyedHashAlgorithm"></see> that holds the MAC to be used to verify the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property.</param>
344       <returns>true if the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property verifies for the specified MAC; otherwise, false.</returns>
345       <exception cref="T:System.ArgumentNullException">The <paramref name="macAlg">macAlg</paramref> parameter is null.</exception>
346       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.HashAlgorithm.HashSize"></see> property of the specified <see cref="T:System.Security.Cryptography.KeyedHashAlgorithm"></see> object is not valid.   -or-   The <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property is null.   -or-   The cryptographic transform used to check the signature could not be created.</exception>
347     </member>
348     <member name="M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean)">
349       <summary>Determines whether the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property verifies for the specified <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object and, optionally, whether the certificate is valid.</summary>
350       <param name="certificate">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object to use to verify the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property.</param>
351       <param name="verifySignatureOnly">true to verify the signature only; false to verify both the signature and certificate.</param>
352       <returns>true if the signature is valid; otherwise, false.   -or-  true if the signature and certificate are valid; otherwise, false.</returns>
353       <exception cref="T:System.ArgumentNullException">The <paramref name="certificate">certificate</paramref> parameter is null.</exception>
354       <exception cref="T:System.Security.Cryptography.CryptographicException">A signature description could not be created for the <paramref name="certificate">certificate</paramref> parameter.</exception>
355     </member>
356     <member name="M:System.Security.Cryptography.Xml.SignedXml.CheckSignatureReturningKey(System.Security.Cryptography.AsymmetricAlgorithm@)">
357       <summary>Determines whether the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property verifies using the public key in the signature.</summary>
358       <param name="signingKey">When this method returns, contains the implementation of <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm"></see> that holds the public key in the signature. This parameter is passed uninitialized.</param>
359       <returns>true if the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property verifies using the public key in the signature; otherwise, false.</returns>
360       <exception cref="T:System.ArgumentNullException">The <paramref name="signingKey">signingKey</paramref> parameter is null.</exception>
361       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.AsymmetricAlgorithm.SignatureAlgorithm"></see> property of the public key in the signature does not match the <see cref="P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod"></see> property.   -or-   The signature description could not be created.   -or   The hash algorithm could not be created.</exception>
362     </member>
363     <member name="M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature">
364       <summary>Computes an XML digital signature.</summary>
365       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.SignedXml.SigningKey"></see> property is null.   -or-   The <see cref="P:System.Security.Cryptography.Xml.SignedXml.SigningKey"></see> property is not a <see cref="T:System.Security.Cryptography.DSA"></see> object or <see cref="T:System.Security.Cryptography.RSA"></see> object.   -or-   The key could not be loaded.</exception>
366     </member>
367     <member name="M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature(System.Security.Cryptography.KeyedHashAlgorithm)">
368       <summary>Computes an XML digital signature using the specified message authentication code (MAC) algorithm.</summary>
369       <param name="macAlg">A <see cref="T:System.Security.Cryptography.KeyedHashAlgorithm"></see> object that holds the MAC to be used to compute the value of the <see cref="P:System.Security.Cryptography.Xml.SignedXml.Signature"></see> property.</param>
370       <exception cref="T:System.ArgumentNullException">The <paramref name="macAlg">macAlg</paramref> parameter is null.</exception>
371       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="T:System.Security.Cryptography.KeyedHashAlgorithm"></see> object specified by the <paramref name="macAlg">macAlg</paramref> parameter is not an instance of <see cref="T:System.Security.Cryptography.HMACSHA1"></see>.   -or-   The <see cref="P:System.Security.Cryptography.HashAlgorithm.HashSize"></see> property of the specified <see cref="T:System.Security.Cryptography.KeyedHashAlgorithm"></see> object is not valid.   -or-   The cryptographic transform used to check the signature could not be created.</exception>
372     </member>
373     <member name="P:System.Security.Cryptography.Xml.SignedXml.EncryptedXml">
374       <summary>Gets or sets an <see cref="T:System.Security.Cryptography.Xml.EncryptedXml"></see> object that defines the XML encryption processing rules.</summary>
375       <returns>An <see cref="T:System.Security.Cryptography.Xml.EncryptedXml"></see> object that defines the XML encryption processing rules.</returns>
376     </member>
377     <member name="M:System.Security.Cryptography.Xml.SignedXml.GetIdElement(System.Xml.XmlDocument,System.String)">
378       <summary>Returns the <see cref="T:System.Xml.XmlElement"></see> object with the specified ID from the specified <see cref="T:System.Xml.XmlDocument"></see> object.</summary>
379       <param name="document">The <see cref="T:System.Xml.XmlDocument"></see> object to retrieve the <see cref="T:System.Xml.XmlElement"></see> object from.</param>
380       <param name="idValue">The ID of the <see cref="T:System.Xml.XmlElement"></see> object to retrieve from the <see cref="T:System.Xml.XmlDocument"></see> object.</param>
381       <returns>The <see cref="T:System.Xml.XmlElement"></see> object with the specified ID from the specified <see cref="T:System.Xml.XmlDocument"></see> object, or null if it could not be found.</returns>
382     </member>
383     <member name="M:System.Security.Cryptography.Xml.SignedXml.GetPublicKey">
384       <summary>Returns the public key of a signature.</summary>
385       <returns>An <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm"></see> object that contains the public key of the signature, or null if the key cannot be found.</returns>
386       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.SignedXml.KeyInfo"></see> property is null.</exception>
387     </member>
388     <member name="M:System.Security.Cryptography.Xml.SignedXml.GetXml">
389       <summary>Returns the XML representation of a <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
390       <returns>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.Signature"></see> object.</returns>
391       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.SignedXml.SignedInfo"></see> property is null.   -or-   The <see cref="P:System.Security.Cryptography.Xml.SignedXml.SignatureValue"></see> property is null.</exception>
392     </member>
393     <member name="P:System.Security.Cryptography.Xml.SignedXml.KeyInfo">
394       <summary>Gets or sets the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
395       <returns>The <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</returns>
396     </member>
397     <member name="M:System.Security.Cryptography.Xml.SignedXml.LoadXml(System.Xml.XmlElement)">
398       <summary>Loads a <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> state from an XML element.</summary>
399       <param name="value">The XML element to load the <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> state from.</param>
400       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
401       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="value">value</paramref> parameter does not contain a valid <see cref="P:System.Security.Cryptography.Xml.SignedXml.SignatureValue"></see> property.   -or-   The <paramref name="value">value</paramref> parameter does not contain a valid <see cref="P:System.Security.Cryptography.Xml.SignedXml.SignedInfo"></see> property.</exception>
402     </member>
403     <member name="F:System.Security.Cryptography.Xml.SignedXml.m_signature">
404       <summary>Represents the <see cref="T:System.Security.Cryptography.Xml.Signature"></see> object of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
405       <returns></returns>
406     </member>
407     <member name="F:System.Security.Cryptography.Xml.SignedXml.m_strSigningKeyName">
408       <summary>Represents the name of the installed key to be used for signing the <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
409       <returns></returns>
410     </member>
411     <member name="P:System.Security.Cryptography.Xml.SignedXml.Resolver">
412       <summary>Sets the current <see cref="T:System.Xml.XmlResolver"></see> object.</summary>
413       <returns>The current <see cref="T:System.Xml.XmlResolver"></see> object. The defaults is a <see cref="T:System.Xml.XmlSecureResolver"></see> object.</returns>
414     </member>
415     <member name="P:System.Security.Cryptography.Xml.SignedXml.SafeCanonicalizationMethods">
416       <summary>[Supported in the .NET Framework 4.5.1 and later versions]   Gets the names of methods whose canonicalization algorithms are explicitly allowed.</summary>
417       <returns>A collection of the names of methods that safely produce canonical XML.</returns>
418     </member>
419     <member name="P:System.Security.Cryptography.Xml.SignedXml.Signature">
420       <summary>Gets the <see cref="T:System.Security.Cryptography.Xml.Signature"></see> object of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
421       <returns>The <see cref="T:System.Security.Cryptography.Xml.Signature"></see> object of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</returns>
422     </member>
423     <member name="P:System.Security.Cryptography.Xml.SignedXml.SignatureFormatValidator">
424       <summary>Gets a delegate that will be called to validate the format (not the cryptographic security) of an XML signature.</summary>
425       <returns>true if the format is acceptable; otherwise, false.</returns>
426     </member>
427     <member name="P:System.Security.Cryptography.Xml.SignedXml.SignatureLength">
428       <summary>Gets the length of the signature for the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
429       <returns>The length of the signature for the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</returns>
430     </member>
431     <member name="P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod">
432       <summary>Gets the signature method of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
433       <returns>The signature method of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</returns>
434     </member>
435     <member name="P:System.Security.Cryptography.Xml.SignedXml.SignatureValue">
436       <summary>Gets the signature value of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
437       <returns>A byte array that contains the signature value of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</returns>
438     </member>
439     <member name="P:System.Security.Cryptography.Xml.SignedXml.SignedInfo">
440       <summary>Gets the <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
441       <returns>The <see cref="T:System.Security.Cryptography.Xml.SignedInfo"></see> object of the current <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</returns>
442     </member>
443     <member name="P:System.Security.Cryptography.Xml.SignedXml.SigningKey">
444       <summary>Gets or sets the asymmetric algorithm key used for signing a <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
445       <returns>The asymmetric algorithm key used for signing the <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</returns>
446     </member>
447     <member name="P:System.Security.Cryptography.Xml.SignedXml.SigningKeyName">
448       <summary>Gets or sets the name of the installed key to be used for signing the <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</summary>
449       <returns>The name of the installed key to be used for signing the <see cref="T:System.Security.Cryptography.Xml.SignedXml"></see> object.</returns>
450     </member>
451     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDecryptionTransformUrl">
452       <summary>Represents the Uniform Resource Identifier (URI) for the XML mode decryption transformation. This field is constant.</summary>
453       <returns></returns>
454     </member>
455     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigBase64TransformUrl">
456       <summary>Represents the Uniform Resource Identifier (URI) for the base 64 transformation. This field is constant.</summary>
457       <returns></returns>
458     </member>
459     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NTransformUrl">
460       <summary>Represents the Uniform Resource Identifier (URI) for the Canonical XML transformation. This field is constant.</summary>
461       <returns></returns>
462     </member>
463     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NWithCommentsTransformUrl">
464       <summary>Represents the Uniform Resource Identifier (URI) for the Canonical XML transformation, with comments. This field is constant.</summary>
465       <returns></returns>
466     </member>
467     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationUrl">
468       <summary>Represents the Uniform Resource Identifier (URI) for the standard canonicalization algorithm for XML digital signatures. This field is constant.</summary>
469       <returns></returns>
470     </member>
471     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationWithCommentsUrl">
472       <summary>Represents the Uniform Resource Identifier (URI) for the standard canonicalization algorithm for XML digital signatures and includes comments. This field is constant.</summary>
473       <returns></returns>
474     </member>
475     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigDSAUrl">
476       <summary>Represents the Uniform Resource Identifier (URI) for the standard <see cref="T:System.Security.Cryptography.DSA"></see> algorithm for XML digital signatures. This field is constant.</summary>
477       <returns></returns>
478     </member>
479     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigEnvelopedSignatureTransformUrl">
480       <summary>Represents the Uniform Resource Identifier (URI) for enveloped signature transformation. This field is constant.</summary>
481       <returns></returns>
482     </member>
483     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NTransformUrl">
484       <summary>Represents the Uniform Resource Identifier (URI) for exclusive XML canonicalization. This field is constant.</summary>
485       <returns></returns>
486     </member>
487     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NWithCommentsTransformUrl">
488       <summary>Represents the Uniform Resource Identifier (URI) for exclusive XML canonicalization, with comments. This field is constant.</summary>
489       <returns></returns>
490     </member>
491     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigHMACSHA1Url">
492       <summary>Represents the Uniform Resource Identifier (URI) for the standard <see cref="T:System.Security.Cryptography.HMACSHA1"></see> algorithm for XML digital signatures. This field is constant.</summary>
493       <returns></returns>
494     </member>
495     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigMinimalCanonicalizationUrl">
496       <summary>Represents the Uniform Resource Identifier (URI) for the standard minimal canonicalization algorithm for XML digital signatures. This field is constant.</summary>
497       <returns></returns>
498     </member>
499     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigNamespaceUrl">
500       <summary>Represents the Uniform Resource Identifier (URI) for the standard namespace for XML digital signatures. This field is constant.</summary>
501       <returns></returns>
502     </member>
503     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA1Url">
504       <summary>Represents the Uniform Resource Identifier (URI) for the standard <see cref="T:System.Security.Cryptography.RSA"></see> signature method for XML digital signatures. This field is constant.</summary>
505       <returns></returns>
506     </member>
507     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA1Url">
508       <summary>Represents the Uniform Resource Identifier (URI) for the standard <see cref="T:System.Security.Cryptography.SHA1"></see> digest method for XML digital signatures. This field is constant.</summary>
509       <returns></returns>
510     </member>
511     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXPathTransformUrl">
512       <summary>Represents the Uniform Resource Identifier (URI) for the XML Path Language (XPath). This field is constant.</summary>
513       <returns></returns>
514     </member>
515     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXsltTransformUrl">
516       <summary>Represents the Uniform Resource Identifier (URI) for XSLT transformations. This field is constant.</summary>
517       <returns></returns>
518     </member>
519     <member name="F:System.Security.Cryptography.Xml.SignedXml.XmlLicenseTransformUrl">
520       <summary>Represents the Uniform Resource Identifier (URI) for the license transform algorithm used to normalize XrML licenses for signatures.</summary>
521       <returns></returns>
522     </member>
523     <member name="T:System.Security.Cryptography.Xml.Transform">
524       <summary>Represents the abstract base class from which all &lt;Transform&gt; elements that can be used in an XML digital signature derive.</summary>
525     </member>
526     <member name="M:System.Security.Cryptography.Xml.Transform.#ctor">
527       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.Transform"></see> class.</summary>
528     </member>
529     <member name="P:System.Security.Cryptography.Xml.Transform.Algorithm">
530       <summary>Gets or sets the Uniform Resource Identifier (URI) that identifies the algorithm performed by the current transform.</summary>
531       <returns>The URI that identifies the algorithm performed by the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</returns>
532     </member>
533     <member name="P:System.Security.Cryptography.Xml.Transform.Context">
534       <summary>Gets or sets an <see cref="T:System.Xml.XmlElement"></see> object that represents the document context under which the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object is running.</summary>
535       <returns>An <see cref="T:System.Xml.XmlElement"></see> object that represents the document context under which the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object is running.</returns>
536     </member>
537     <member name="M:System.Security.Cryptography.Xml.Transform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)">
538       <summary>When overridden in a derived class, returns the digest associated with a <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</summary>
539       <param name="hash">The <see cref="T:System.Security.Cryptography.HashAlgorithm"></see> object used to create a digest.</param>
540       <returns>The digest associated with a <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</returns>
541     </member>
542     <member name="M:System.Security.Cryptography.Xml.Transform.GetInnerXml">
543       <summary>When overridden in a derived class, returns an XML representation of the parameters of the <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object that are suitable to be included as subelements of an XMLDSIG &lt;Transform&gt; element.</summary>
544       <returns>A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object in an XMLDSIG &lt;Transform&gt; element.</returns>
545     </member>
546     <member name="M:System.Security.Cryptography.Xml.Transform.GetOutput">
547       <summary>When overridden in a derived class, returns the output of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</summary>
548       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</returns>
549     </member>
550     <member name="M:System.Security.Cryptography.Xml.Transform.GetOutput(System.Type)">
551       <summary>When overridden in a derived class, returns the output of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object of the specified type.</summary>
552       <param name="type">The type of the output to return. This must be one of the types in the <see cref="P:System.Security.Cryptography.Xml.Transform.OutputTypes"></see> property.</param>
553       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object as an object of the specified type.</returns>
554     </member>
555     <member name="M:System.Security.Cryptography.Xml.Transform.GetXml">
556       <summary>Returns the XML representation of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</summary>
557       <returns>The XML representation of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</returns>
558     </member>
559     <member name="P:System.Security.Cryptography.Xml.Transform.InputTypes">
560       <summary>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)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</summary>
561       <returns>An array of valid input types for the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object; you can pass only objects of one of these types to the <see cref="M:System.Security.Cryptography.Xml.Transform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</returns>
562     </member>
563     <member name="M:System.Security.Cryptography.Xml.Transform.LoadInnerXml(System.Xml.XmlNodeList)">
564       <summary>When overridden in a derived class, parses the specified <see cref="T:System.Xml.XmlNodeList"></see> object as transform-specific content of a &lt;Transform&gt; element and configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object to match the &lt;Transform&gt; element.</summary>
565       <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList"></see> object that specifies transform-specific content for the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</param>
566     </member>
567     <member name="M:System.Security.Cryptography.Xml.Transform.LoadInput(System.Object)">
568       <summary>When overridden in a derived class, loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</summary>
569       <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</param>
570     </member>
571     <member name="P:System.Security.Cryptography.Xml.Transform.OutputTypes">
572       <summary>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"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</summary>
573       <returns>An array of valid output types for the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object; only objects of one of these types are returned from the <see cref="M:System.Security.Cryptography.Xml.Transform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object.</returns>
574     </member>
575     <member name="P:System.Security.Cryptography.Xml.Transform.PropagatedNamespaces">
576       <summary>Gets or sets a <see cref="T:System.Collections.Hashtable"></see> object that contains the namespaces that are propagated into the signature.</summary>
577       <returns>A <see cref="T:System.Collections.Hashtable"></see> object that contains the namespaces that are propagated into the signature.</returns>
578       <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Security.Cryptography.Xml.Transform.PropagatedNamespaces"></see> property was set to null.</exception>
579     </member>
580     <member name="P:System.Security.Cryptography.Xml.Transform.Resolver">
581       <summary>Sets the current <see cref="T:System.Xml.XmlResolver"></see> object.</summary>
582       <returns>The current <see cref="T:System.Xml.XmlResolver"></see> object. This property defaults to an <see cref="T:System.Xml.XmlSecureResolver"></see> object.</returns>
583     </member>
584     <member name="T:System.Security.Cryptography.Xml.TransformChain">
585       <summary>Defines an ordered list of <see cref="T:System.Security.Cryptography.Xml.Transform"></see> objects that is applied to unsigned content prior to digest calculation.</summary>
586     </member>
587     <member name="M:System.Security.Cryptography.Xml.TransformChain.#ctor">
588       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> class.</summary>
589     </member>
590     <member name="M:System.Security.Cryptography.Xml.TransformChain.Add(System.Security.Cryptography.Xml.Transform)">
591       <summary>Adds a transform to the list of transforms to be applied to the unsigned content prior to digest calculation.</summary>
592       <param name="transform">The transform to add to the list of transforms.</param>
593     </member>
594     <member name="P:System.Security.Cryptography.Xml.TransformChain.Count">
595       <summary>Gets the number of transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object.</summary>
596       <returns>The number of transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object.</returns>
597     </member>
598     <member name="M:System.Security.Cryptography.Xml.TransformChain.GetEnumerator">
599       <summary>Returns an enumerator of the transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object.</summary>
600       <returns>An enumerator of the transforms in the <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object.</returns>
601     </member>
602     <member name="P:System.Security.Cryptography.Xml.TransformChain.Item(System.Int32)">
603       <summary>Gets the transform at the specified index in the <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object.</summary>
604       <param name="index">The index into the <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object that specifies which transform to return.</param>
605       <returns>The transform at the specified index in the <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object.</returns>
606       <exception cref="T:System.ArgumentException">The <paramref name="index">index</paramref> parameter is greater than the number of transforms.</exception>
607     </member>
608     <member name="T:System.Security.Cryptography.Xml.XmlDecryptionTransform">
609       <summary>Specifies the order of XML Digital Signature and XML Encryption operations when both are performed on the same document.</summary>
610     </member>
611     <member name="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.#ctor">
612       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> class.</summary>
613     </member>
614     <member name="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.AddExceptUri(System.String)">
615       <summary>Adds a Uniform Resource Identifier (URI) to exclude from processing.</summary>
616       <param name="uri">A Uniform Resource Identifier (URI) to exclude from processing</param>
617       <exception cref="T:System.ArgumentNullException">The <paramref name="uri">uri</paramref> parameter is null.</exception>
618     </member>
619     <member name="P:System.Security.Cryptography.Xml.XmlDecryptionTransform.EncryptedXml">
620       <summary>Gets or sets an <see cref="T:System.Security.Cryptography.Xml.EncryptedXml"></see> object that contains information about the keys necessary to decrypt an XML document.</summary>
621       <returns>An <see cref="T:System.Security.Cryptography.Xml.EncryptedXml"></see> object that contains information about the keys necessary to decrypt an XML document.</returns>
622     </member>
623     <member name="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetInnerXml">
624       <summary>Returns an XML representation of the parameters of an <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object that are suitable to be included as subelements of an XMLDSIG &lt;Transform&gt; element.</summary>
625       <returns>A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object in an XMLDSIG &lt;Transform&gt; element.</returns>
626     </member>
627     <member name="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput">
628       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</summary>
629       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</returns>
630       <exception cref="T:System.Security.Cryptography.CryptographicException">A decryption key could not be found.</exception>
631     </member>
632     <member name="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput(System.Type)">
633       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</summary>
634       <param name="type">The type of the output to return. <see cref="T:System.Xml.XmlNodeList"></see> is the only valid type for this parameter.</param>
635       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</returns>
636       <exception cref="T:System.ArgumentException">The <paramref name="type">type</paramref> parameter is not an <see cref="T:System.Xml.XmlNodeList"></see> object.</exception>
637     </member>
638     <member name="P:System.Security.Cryptography.Xml.XmlDecryptionTransform.InputTypes">
639       <summary>Gets an array of types that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object.</summary>
640       <returns>An array of valid input types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object; you can pass only objects of one of these types to the <see cref="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object.</returns>
641     </member>
642     <member name="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.IsTargetElement(System.Xml.XmlElement,System.String)">
643       <summary>Determines whether the ID attribute of an <see cref="T:System.Xml.XmlElement"></see> object matches a specified value.</summary>
644       <param name="inputElement">An <see cref="T:System.Xml.XmlElement"></see> object with an ID attribute to compare with idValue.</param>
645       <param name="idValue">The value to compare with the ID attribute of inputElement.</param>
646       <returns>true if the ID attribute of the <paramref name="inputElement">inputElement</paramref> parameter matches the <paramref name="idValue">idValue</paramref> parameter; otherwise, false.</returns>
647     </member>
648     <member name="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInnerXml(System.Xml.XmlNodeList)">
649       <summary>Parses the specified <see cref="T:System.Xml.XmlNodeList"></see> object as transform-specific content of a &lt;Transform&gt; element and configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object to match the &lt;Transform&gt; element.</summary>
650       <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList"></see> object that specifies transform-specific content for the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object.</param>
651       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="nodeList">nodeList</paramref> parameter is null.   -or-   The Uniform Resource Identifier (URI) value of an <see cref="T:System.Xml.XmlNode"></see> object in <paramref name="nodeList">nodeList</paramref> was not found.   -or-   The length of the URI value of an <see cref="T:System.Xml.XmlNode"></see> object in <paramref name="nodeList">nodeList</paramref> is 0.   -or-   The first character of the URI value of an <see cref="T:System.Xml.XmlNode"></see> object in <paramref name="nodeList">nodeList</paramref> is not '#'.</exception>
652     </member>
653     <member name="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInput(System.Object)">
654       <summary>When overridden in a derived class, loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object.</summary>
655       <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object.</param>
656       <exception cref="T:System.ArgumentNullException">The <paramref name="obj">obj</paramref> parameter is null.</exception>
657     </member>
658     <member name="P:System.Security.Cryptography.Xml.XmlDecryptionTransform.OutputTypes">
659       <summary>Gets an array of types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object.</summary>
660       <returns>An array of valid output types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object; only objects of one of these types are returned from the <see cref="M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDecryptionTransform"></see> object.</returns>
661     </member>
662     <member name="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform">
663       <summary>Represents the Base64 decoding transform as defined in Section 6.6.2 of the XMLDSIG specification.</summary>
664     </member>
665     <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.#ctor">
666       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> class.</summary>
667     </member>
668     <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetInnerXml">
669       <summary>Returns an XML representation of the parameters of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object that are suitable to be included as subelements of an XMLDSIG &lt;Transform&gt; element.</summary>
670       <returns>A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object in an XMLDSIG &lt;Transform&gt; element.</returns>
671     </member>
672     <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput">
673       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object.</summary>
674       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object.</returns>
675     </member>
676     <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput(System.Type)">
677       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object of type <see cref="T:System.IO.Stream"></see>.</summary>
678       <param name="type">The type of the output to return. <see cref="T:System.IO.Stream"></see> is the only valid type for this parameter.</param>
679       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object of type <see cref="T:System.IO.Stream"></see>.</returns>
680       <exception cref="T:System.ArgumentException">The <paramref name="type">type</paramref> parameter is not a <see cref="T:System.IO.Stream"></see> object.</exception>
681     </member>
682     <member name="P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.InputTypes">
683       <summary>Gets an array of types that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object.</summary>
684       <returns>An array of valid input types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object; you can pass only objects of one of these types to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object.</returns>
685     </member>
686     <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInnerXml(System.Xml.XmlNodeList)">
687       <summary>Parses the specified <see cref="T:System.Xml.XmlNodeList"></see> object as transform-specific content of a &lt;Transform&gt; element; this method is not supported because the <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object has no inner XML elements.</summary>
688       <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList"></see> object to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object.</param>
689     </member>
690     <member name="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)">
691       <summary>Loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object.</summary>
692       <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object.</param>
693       <exception cref="T:System.ArgumentException">The <paramref name="obj">obj</paramref> parameter is a <see cref="T:System.IO.Stream"></see> and it is null.</exception>
694     </member>
695     <member name="P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.OutputTypes">
696       <summary>Gets an array of types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object.</summary>
697       <returns>An array of valid output types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object; only objects of one of these types are returned from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigBase64Transform"></see> object.</returns>
698     </member>
699     <member name="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform">
700       <summary>Represents the C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), without comments.</summary>
701     </member>
702     <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor">
703       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> class.</summary>
704     </member>
705     <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor(System.Boolean)">
706       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> class with comments, if specified.</summary>
707       <param name="includeComments">true to include comments; otherwise, false.</param>
708     </member>
709     <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)">
710       <summary>Returns the digest associated with an <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</summary>
711       <param name="hash">The <see cref="T:System.Security.Cryptography.HashAlgorithm"></see> object used to create a digest.</param>
712       <returns>The digest associated with an <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</returns>
713     </member>
714     <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetInnerXml">
715       <summary>Returns an XML representation of the parameters of an <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object that are suitable to be included as subelements of an XMLDSIG &lt;Transform&gt; element.</summary>
716       <returns>A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object in an XMLDSIG &lt;Transform&gt; element.</returns>
717     </member>
718     <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput">
719       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</summary>
720       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</returns>
721     </member>
722     <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput(System.Type)">
723       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object of type <see cref="T:System.IO.Stream"></see>.</summary>
724       <param name="type">The type of the output to return. <see cref="T:System.IO.Stream"></see> is the only valid type for this parameter.</param>
725       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object of type <see cref="T:System.IO.Stream"></see>.</returns>
726       <exception cref="T:System.ArgumentException">The <paramref name="type">type</paramref> parameter is not a <see cref="T:System.IO.Stream"></see> object.</exception>
727     </member>
728     <member name="P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.InputTypes">
729       <summary>Gets an array of types that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</summary>
730       <returns>An array of valid input types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object; you can pass only objects of one of these types to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</returns>
731     </member>
732     <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)">
733       <summary>Parses the specified <see cref="T:System.Xml.XmlNodeList"></see> object as transform-specific content of a &lt;Transform&gt; element; this method is not supported because this element has no inner XML elements.</summary>
734       <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList"></see> object to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</param>
735     </member>
736     <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)">
737       <summary>Loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</summary>
738       <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</param>
739       <exception cref="T:System.ArgumentException">The <paramref name="obj">obj</paramref> parameter is a <see cref="T:System.IO.Stream"></see> object and it is null.</exception>
740     </member>
741     <member name="P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.OutputTypes">
742       <summary>Gets an array of types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object.</summary>
743       <returns>An array of valid output types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object; the <see cref="M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NTransform"></see> object return only objects of one of these types.</returns>
744     </member>
745     <member name="T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform">
746       <summary>Represents the C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), with comments.</summary>
747     </member>
748     <member name="M:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform.#ctor">
749       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform"></see> class.</summary>
750     </member>
751     <member name="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform">
752       <summary>Represents the enveloped signature transform for an XML digital signature as defined by the W3C.</summary>
753     </member>
754     <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor">
755       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> class.</summary>
756     </member>
757     <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor(System.Boolean)">
758       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> class with comments, if specified.</summary>
759       <param name="includeComments">true to include comments; otherwise, false.</param>
760     </member>
761     <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetInnerXml">
762       <summary>Returns an XML representation of the parameters of an <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object that are suitable to be included as subelements of an XMLDSIG &lt;Transform&gt; element.</summary>
763       <returns>A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object in an XMLDSIG &lt;Transform&gt; element.</returns>
764     </member>
765     <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput">
766       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</summary>
767       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</returns>
768       <exception cref="T:System.Security.Cryptography.CryptographicException">The containing XML document is null.</exception>
769     </member>
770     <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput(System.Type)">
771       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object of type <see cref="T:System.Xml.XmlNodeList"></see>.</summary>
772       <param name="type">The type of the output to return. <see cref="T:System.Xml.XmlNodeList"></see> is the only valid type for this parameter.</param>
773       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object of type <see cref="T:System.Xml.XmlNodeList"></see>.</returns>
774       <exception cref="T:System.ArgumentException">The <paramref name="type">type</paramref> parameter is not an <see cref="T:System.Xml.XmlNodeList"></see> object.</exception>
775     </member>
776     <member name="P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.InputTypes">
777       <summary>Gets an array of types that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</summary>
778       <returns>An array of valid input types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object; you can pass only objects of one of these types to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</returns>
779     </member>
780     <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInnerXml(System.Xml.XmlNodeList)">
781       <summary>Parses the specified <see cref="T:System.Xml.XmlNodeList"></see> as transform-specific content of a &lt;Transform&gt; element and configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object to match the &lt;Transform&gt; element.</summary>
782       <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList"></see> to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</param>
783     </member>
784     <member name="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)">
785       <summary>Loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</summary>
786       <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</param>
787       <exception cref="T:System.ArgumentNullException">The <paramref name="obj">obj</paramref> parameter is null.</exception>
788       <exception cref="T:System.Security.Cryptography.CryptographicException">The containing XML document is null.</exception>
789     </member>
790     <member name="P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.OutputTypes">
791       <summary>Gets an array of types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</summary>
792       <returns>An array of valid output types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object; only objects of one of these types are returned from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform"></see> object.</returns>
793     </member>
794     <member name="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform">
795       <summary>Represents the exclusive C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), without comments.</summary>
796     </member>
797     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor">
798       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> class.</summary>
799     </member>
800     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean)">
801       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> class specifying a value that determines whether to include comments.</summary>
802       <param name="includeComments">true to include comments; otherwise, false.</param>
803     </member>
804     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.String)">
805       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> class specifying a list of namespace prefixes to canonicalize using the standard canonicalization algorithm.</summary>
806       <param name="inclusiveNamespacesPrefixList">The namespace prefixes to canonicalize using the standard canonicalization algorithm.</param>
807     </member>
808     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean,System.String)">
809       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> class specifying whether to include comments, and specifying a list of namespace prefixes.</summary>
810       <param name="includeComments">true to include comments; otherwise, false.</param>
811       <param name="inclusiveNamespacesPrefixList">The namespace prefixes to canonicalize using the standard canonicalization algorithm.</param>
812     </member>
813     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)">
814       <summary>Returns the digest associated with a <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object.</summary>
815       <param name="hash">The <see cref="T:System.Security.Cryptography.HashAlgorithm"></see> object used to create a digest.</param>
816       <returns>The digest associated with a <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object.</returns>
817     </member>
818     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetInnerXml">
819       <summary>Returns an XML representation of the parameters of a <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object that are suitable to be included as subelements of an XMLDSIG &lt;Transform&gt; element.</summary>
820       <returns>A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object in an XMLDSIG &lt;Transform&gt; element.</returns>
821     </member>
822     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput">
823       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object</summary>
824       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object.</returns>
825     </member>
826     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput(System.Type)">
827       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object as an object of the specified type.</summary>
828       <param name="type">The type of the output to return. This must be one of the types in the <see cref="P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.OutputTypes"></see> property.</param>
829       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object as an object of the specified type.</returns>
830       <exception cref="T:System.ArgumentException">The <paramref name="type">type</paramref> parameter is not a <see cref="T:System.IO.Stream"></see> object.   -or-   The <paramref name="type">type</paramref> parameter does not derive from a <see cref="T:System.IO.Stream"></see> object.</exception>
831     </member>
832     <member name="P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InclusiveNamespacesPrefixList">
833       <summary>Gets or sets a string that contains namespace prefixes to canonicalize using the standard canonicalization algorithm.</summary>
834       <returns>A string that contains namespace prefixes to canonicalize using the standard canonicalization algorithm.</returns>
835     </member>
836     <member name="P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InputTypes">
837       <summary>Gets an array of types that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object.</summary>
838       <returns>An array of valid input types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object; you can pass only objects of one of these types to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object.</returns>
839     </member>
840     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)">
841       <summary>Parses the specified <see cref="T:System.Xml.XmlNodeList"></see> object as transform-specific content of a &lt;Transform&gt; element and configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object to match the &lt;Transform&gt; element.</summary>
842       <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList"></see> object that specifies transform-specific content for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object.</param>
843     </member>
844     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInput(System.Object)">
845       <summary>When overridden in a derived class, loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object.</summary>
846       <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object.</param>
847       <exception cref="T:System.ArgumentException">The <paramref name="obj">obj</paramref> parameter is not a <see cref="T:System.IO.Stream"></see> object.   -or-   The <paramref name="obj">obj</paramref> parameter is not an <see cref="T:System.Xml.XmlDocument"></see> object.   -or-   The <paramref name="obj">obj</paramref> parameter is not an <see cref="T:System.Xml.XmlNodeList"></see> object.</exception>
848     </member>
849     <member name="P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.OutputTypes">
850       <summary>Gets an array of types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object.</summary>
851       <returns>An array of valid output types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object; the <see cref="Overload:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform"></see> object return only objects of one of these types.</returns>
852     </member>
853     <member name="T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform">
854       <summary>Represents the exclusive C14N XML canonicalization transform for a digital signature as defined by the World Wide Web Consortium (W3C), with comments.</summary>
855     </member>
856     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor">
857       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform"></see> class.</summary>
858     </member>
859     <member name="M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor(System.String)">
860       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform"></see> class specifying a list of namespace prefixes to canonicalize using the standard canonicalization algorithm.</summary>
861       <param name="inclusiveNamespacesPrefixList">The namespace prefixes to canonicalize using the standard canonicalization algorithm.</param>
862     </member>
863     <member name="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform">
864       <summary>Represents the XPath transform for a digital signature as defined by the W3C.</summary>
865     </member>
866     <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.#ctor">
867       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> class.</summary>
868     </member>
869     <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetInnerXml">
870       <summary>Returns an XML representation of the parameters of a <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object that are suitable to be included as subelements of an XMLDSIG &lt;Transform&gt; element.</summary>
871       <returns>A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object in an XMLDSIG &lt;Transform&gt; element.</returns>
872     </member>
873     <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput">
874       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object.</summary>
875       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object.</returns>
876     </member>
877     <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput(System.Type)">
878       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object of type <see cref="T:System.Xml.XmlNodeList"></see>.</summary>
879       <param name="type">The type of the output to return. <see cref="T:System.Xml.XmlNodeList"></see> is the only valid type for this parameter.</param>
880       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object of type <see cref="T:System.Xml.XmlNodeList"></see>.</returns>
881       <exception cref="T:System.ArgumentException">The <paramref name="type">type</paramref> parameter is not an <see cref="T:System.Xml.XmlNodeList"></see> object.</exception>
882     </member>
883     <member name="P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.InputTypes">
884       <summary>Gets an array of types that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object.</summary>
885       <returns>An array of valid input types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object; you can pass only objects of one of these types to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object.</returns>
886     </member>
887     <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInnerXml(System.Xml.XmlNodeList)">
888       <summary>Parses the specified <see cref="T:System.Xml.XmlNodeList"></see> object as transform-specific content of a &lt;Transform&gt; element and configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object to match the &lt;Transform&gt; element.</summary>
889       <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList"></see> object to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object.</param>
890       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="nodeList">nodeList</paramref> parameter is null.   -or-   The <paramref name="nodeList">nodeList</paramref> parameter does not contain an <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> element.</exception>
891     </member>
892     <member name="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)">
893       <summary>Loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object.</summary>
894       <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object.</param>
895     </member>
896     <member name="P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.OutputTypes">
897       <summary>Gets an array of types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object.</summary>
898       <returns>An array of valid output types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object; the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXPathTransform"></see> object return only objects of one of these types.</returns>
899     </member>
900     <member name="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform">
901       <summary>Represents the XSLT transform for a digital signature as defined by the W3C.</summary>
902     </member>
903     <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor">
904       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> class.</summary>
905     </member>
906     <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor(System.Boolean)">
907       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> class with comments, if specified.</summary>
908       <param name="includeComments">true to include comments; otherwise, false.</param>
909     </member>
910     <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetInnerXml">
911       <summary>Returns an XML representation of the parameters of the <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object that are suitable to be included as subelements of an XMLDSIG &lt;Transform&gt; element.</summary>
912       <returns>A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object in an XMLDSIG &lt;Transform&gt; element.</returns>
913     </member>
914     <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput">
915       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object.</summary>
916       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object.</returns>
917     </member>
918     <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput(System.Type)">
919       <summary>Returns the output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object of type <see cref="T:System.IO.Stream"></see>.</summary>
920       <param name="type">The type of the output to return. <see cref="T:System.IO.Stream"></see> is the only valid type for this parameter.</param>
921       <returns>The output of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object of type <see cref="T:System.IO.Stream"></see>.</returns>
922       <exception cref="T:System.ArgumentException">The <paramref name="type">type</paramref> parameter is not a <see cref="T:System.IO.Stream"></see> object.</exception>
923     </member>
924     <member name="P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.InputTypes">
925       <summary>Gets an array of types that are valid inputs to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object.</summary>
926       <returns>An array of valid input types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object; you can pass only objects of one of these types to the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object.</returns>
927     </member>
928     <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInnerXml(System.Xml.XmlNodeList)">
929       <summary>Parses the specified <see cref="T:System.Xml.XmlNodeList"></see> object as transform-specific content of a &lt;Transform&gt; element and configures the internal state of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object to match the &lt;Transform&gt; element.</summary>
930       <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList"></see> object that encapsulates an XSLT style sheet to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object. This style sheet is applied to the document loaded by the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)"></see> method.</param>
931       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="nodeList">nodeList</paramref> parameter is null.   -or-   The <paramref name="nodeList">nodeList</paramref> parameter does not contain an <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object.</exception>
932     </member>
933     <member name="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)">
934       <summary>Loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object.</summary>
935       <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object.</param>
936     </member>
937     <member name="P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.OutputTypes">
938       <summary>Gets an array of types that are possible outputs from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object.</summary>
939       <returns>An array of valid output types for the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object; only objects of one of these types are returned from the <see cref="M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlDsigXsltTransform"></see> object.</returns>
940     </member>
941     <member name="T:System.Security.Cryptography.Xml.XmlLicenseTransform">
942       <summary>Represents the license transform algorithm used to normalize XrML licenses for signatures.</summary>
943     </member>
944     <member name="M:System.Security.Cryptography.Xml.XmlLicenseTransform.#ctor">
945       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> class.</summary>
946     </member>
947     <member name="P:System.Security.Cryptography.Xml.XmlLicenseTransform.Decryptor">
948       <summary>Gets or sets the decryptor of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</summary>
949       <returns>The decryptor of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</returns>
950     </member>
951     <member name="M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetInnerXml">
952       <summary>Returns an XML representation of the parameters of an <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object that are suitable to be included as subelements of an XMLDSIG &lt;Transform&gt; element.</summary>
953       <returns>A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object in an XMLDSIG &lt;Transform&gt; element.</returns>
954     </member>
955     <member name="M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput">
956       <summary>Returns the output of an <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</summary>
957       <returns>The output of the <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</returns>
958     </member>
959     <member name="M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput(System.Type)">
960       <summary>Returns the output of an <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</summary>
961       <param name="type">The type of the output to return. <see cref="T:System.Xml.XmlDocument"></see> is the only valid type for this parameter.</param>
962       <returns>The output of the <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</returns>
963       <exception cref="T:System.ArgumentException">The <paramref name="type">type</paramref> parameter is not an <see cref="T:System.Xml.XmlDocument"></see> object.</exception>
964     </member>
965     <member name="P:System.Security.Cryptography.Xml.XmlLicenseTransform.InputTypes">
966       <summary>Gets an array of types that are valid inputs to the <see cref="P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</summary>
967       <returns>An array of types that are valid inputs to the <see cref="P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object; you can pass only objects of one of these types to the <see cref="P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</returns>
968     </member>
969     <member name="M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInnerXml(System.Xml.XmlNodeList)">
970       <summary>Parses the specified <see cref="T:System.Xml.XmlNodeList"></see> object as transform-specific content of a &lt;Transform&gt; element; this method is not supported because the <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object has no inner XML elements.</summary>
971       <param name="nodeList">An <see cref="T:System.Xml.XmlNodeList"></see> object that encapsulates the transform to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</param>
972     </member>
973     <member name="M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInput(System.Object)">
974       <summary>Loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</summary>
975       <param name="obj">The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object. The type of the input object must be <see cref="T:System.Xml.XmlDocument"></see>.</param>
976       <exception cref="T:System.Security.Cryptography.CryptographicException">The context was not set before this transform was invoked.   -or-   The &lt;issuer&gt; element was not set before this transform was invoked.   -or-   The &lt;license&gt; element was not set before this transform was invoked.   -or-   The <see cref="P:System.Security.Cryptography.Xml.XmlLicenseTransform.Decryptor"></see> property was not set before this transform was invoked.</exception>
977     </member>
978     <member name="P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes">
979       <summary>Gets an array of types that are valid outputs from the <see cref="P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes"></see> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</summary>
980       <returns>An array of valid output types for the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object; only objects of one of these types are returned from the <see cref="M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput"></see> methods of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform"></see> object.</returns>
981     </member>
982     <member name="T:System.Security.Cryptography.Xml.CipherData">
983       <summary>Represents the &lt;CipherData&gt; element in XML encryption. This class cannot be inherited.</summary>
984     </member>
985     <member name="M:System.Security.Cryptography.Xml.CipherData.#ctor">
986       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.CipherData"></see> class.</summary>
987     </member>
988     <member name="M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Byte[])">
989       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.CipherData"></see> class using a byte array as the <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherValue"></see> value.</summary>
990       <param name="cipherValue">The encrypted data to use for the &lt;CipherValue&gt; element.</param>
991       <exception cref="T:System.ArgumentNullException">The <paramref name="cipherValue">cipherValue</paramref> parameter is null.</exception>
992       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherValue"></see> property has already been set.</exception>
993     </member>
994     <member name="M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Security.Cryptography.Xml.CipherReference)">
995       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.CipherData"></see> class using a <see cref="T:System.Security.Cryptography.Xml.CipherReference"></see> object.</summary>
996       <param name="cipherReference">The <see cref="T:System.Security.Cryptography.Xml.CipherReference"></see> object to use.</param>
997       <exception cref="T:System.ArgumentNullException">The <paramref name="cipherValue">cipherValue</paramref> parameter is null.</exception>
998       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherValue"></see> property has already been set.</exception>
999     </member>
1000     <member name="P:System.Security.Cryptography.Xml.CipherData.CipherReference">
1001       <summary>Gets or sets the &lt;CipherReference&gt; element.</summary>
1002       <returns>A <see cref="T:System.Security.Cryptography.Xml.CipherReference"></see> object.</returns>
1003       <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherReference"></see> property was set to null.</exception>
1004       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherReference"></see> property was set more than once.</exception>
1005     </member>
1006     <member name="P:System.Security.Cryptography.Xml.CipherData.CipherValue">
1007       <summary>Gets or sets the &lt;CipherValue&gt; element.</summary>
1008       <returns>A byte array that represents the &lt;CipherValue&gt; element.</returns>
1009       <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherValue"></see> property was set to null.</exception>
1010       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherValue"></see> property was set more than once.</exception>
1011     </member>
1012     <member name="M:System.Security.Cryptography.Xml.CipherData.GetXml">
1013       <summary>Gets the XML values for the <see cref="T:System.Security.Cryptography.Xml.CipherData"></see> object.</summary>
1014       <returns>A <see cref="T:System.Xml.XmlElement"></see> object that represents the XML information for the <see cref="T:System.Security.Cryptography.Xml.CipherData"></see> object.</returns>
1015       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherValue"></see> property and the <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherReference"></see> property are null.</exception>
1016     </member>
1017     <member name="M:System.Security.Cryptography.Xml.CipherData.LoadXml(System.Xml.XmlElement)">
1018       <summary>Loads XML data from an <see cref="T:System.Xml.XmlElement"></see> into a <see cref="T:System.Security.Cryptography.Xml.CipherData"></see> object.</summary>
1019       <param name="value">An <see cref="T:System.Xml.XmlElement"></see> that represents the XML data to load.</param>
1020       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
1021       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherValue"></see> property and the <see cref="P:System.Security.Cryptography.Xml.CipherData.CipherReference"></see> property are null.</exception>
1022     </member>
1023     <member name="T:System.Security.Cryptography.Xml.CipherReference">
1024       <summary>Represents the &lt;CipherReference&gt; element in XML encryption. This class cannot be inherited.</summary>
1025     </member>
1026     <member name="M:System.Security.Cryptography.Xml.CipherReference.#ctor">
1027       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.CipherReference"></see> class.</summary>
1028     </member>
1029     <member name="M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String)">
1030       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.CipherReference"></see> class using the specified Uniform Resource Identifier (URI).</summary>
1031       <param name="uri">A Uniform Resource Identifier (URI) pointing to the encrypted data.</param>
1032     </member>
1033     <member name="M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)">
1034       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.CipherReference"></see> class using the specified Uniform Resource Identifier (URI) and transform chain information.</summary>
1035       <param name="uri">A Uniform Resource Identifier (URI) pointing to the encrypted data.</param>
1036       <param name="transformChain"></param>
1037     </member>
1038     <member name="M:System.Security.Cryptography.Xml.CipherReference.GetXml">
1039       <summary>Returns the XML representation of a <see cref="T:System.Security.Cryptography.Xml.CipherReference"></see> object.</summary>
1040       <returns>An <see cref="T:System.Xml.XmlElement"></see> that represents the &lt;CipherReference&gt; element in XML encryption.</returns>
1041       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="T:System.Security.Cryptography.Xml.CipherReference"></see> value is null.</exception>
1042     </member>
1043     <member name="M:System.Security.Cryptography.Xml.CipherReference.LoadXml(System.Xml.XmlElement)">
1044       <summary>Loads XML information into the &lt;CipherReference&gt; element in XML encryption.</summary>
1045       <param name="value">An <see cref="T:System.Xml.XmlElement"></see> object that represents an XML element to use as the reference.</param>
1046       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> provided is null.</exception>
1047     </member>
1048     <member name="T:System.Security.Cryptography.Xml.DataObject">
1049       <summary>Represents the object element of an XML signature that holds data to be signed.</summary>
1050     </member>
1051     <member name="M:System.Security.Cryptography.Xml.DataObject.#ctor">
1052       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> class.</summary>
1053     </member>
1054     <member name="M:System.Security.Cryptography.Xml.DataObject.#ctor(System.String,System.String,System.String,System.Xml.XmlElement)">
1055       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> class with the specified identification, MIME type, encoding, and data.</summary>
1056       <param name="id">The identification to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> with.</param>
1057       <param name="mimeType">The MIME type of the data used to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.DataObject"></see>.</param>
1058       <param name="encoding">The encoding of the data used to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.DataObject"></see>.</param>
1059       <param name="data">The data to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> with.</param>
1060       <exception cref="T:System.ArgumentNullException">The <paramref name="data">data</paramref> parameter is null.</exception>
1061     </member>
1062     <member name="P:System.Security.Cryptography.Xml.DataObject.Data">
1063       <summary>Gets or sets the data value of the current <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object.</summary>
1064       <returns>The data of the current <see cref="T:System.Security.Cryptography.Xml.DataObject"></see>.</returns>
1065       <exception cref="T:System.ArgumentNullException">The value used to set the property is null.</exception>
1066     </member>
1067     <member name="P:System.Security.Cryptography.Xml.DataObject.Encoding">
1068       <summary>Gets or sets the encoding of the current <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object.</summary>
1069       <returns>The type of encoding of the current <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object.</returns>
1070     </member>
1071     <member name="M:System.Security.Cryptography.Xml.DataObject.GetXml">
1072       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object.</summary>
1073       <returns>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object.</returns>
1074     </member>
1075     <member name="P:System.Security.Cryptography.Xml.DataObject.Id">
1076       <summary>Gets or sets the identification of the current <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object.</summary>
1077       <returns>The name of the element that contains data to be used.</returns>
1078     </member>
1079     <member name="M:System.Security.Cryptography.Xml.DataObject.LoadXml(System.Xml.XmlElement)">
1080       <summary>Loads a <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> state from an XML element.</summary>
1081       <param name="value">The XML element to load the <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> state from.</param>
1082       <exception cref="T:System.ArgumentNullException">The value from the XML element is null.</exception>
1083     </member>
1084     <member name="P:System.Security.Cryptography.Xml.DataObject.MimeType">
1085       <summary>Gets or sets the MIME type of the current <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object.</summary>
1086       <returns>The MIME type of the current <see cref="T:System.Security.Cryptography.Xml.DataObject"></see> object. The default is null.</returns>
1087     </member>
1088     <member name="T:System.Security.Cryptography.Xml.DataReference">
1089       <summary>Represents the &lt;DataReference&gt; element used in XML encryption. This class cannot be inherited.</summary>
1090     </member>
1091     <member name="M:System.Security.Cryptography.Xml.DataReference.#ctor">
1092       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> class.</summary>
1093     </member>
1094     <member name="M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String)">
1095       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> class using the specified Uniform Resource Identifier (URI).</summary>
1096       <param name="uri">A Uniform Resource Identifier (URI) that points to the encrypted data.</param>
1097     </member>
1098     <member name="M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)">
1099       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> class using the specified Uniform Resource Identifier (URI) and a <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object.</summary>
1100       <param name="uri">A Uniform Resource Identifier (URI) that points to the encrypted data.</param>
1101       <param name="transformChain"></param>
1102     </member>
1103     <member name="T:System.Security.Cryptography.Xml.DSAKeyValue">
1104       <summary>Represents the <see cref="T:System.Security.Cryptography.DSA"></see> private key of the &lt;KeyInfo&gt; element.</summary>
1105     </member>
1106     <member name="M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor">
1107       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue"></see> class with a new, randomly-generated <see cref="T:System.Security.Cryptography.DSA"></see> public key.</summary>
1108     </member>
1109     <member name="M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor(System.Security.Cryptography.DSA)">
1110       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue"></see> class with the specified <see cref="T:System.Security.Cryptography.DSA"></see> public key.</summary>
1111       <param name="key">The instance of an implementation of the <see cref="T:System.Security.Cryptography.DSA"></see> class that holds the public key.</param>
1112     </member>
1113     <member name="M:System.Security.Cryptography.Xml.DSAKeyValue.GetXml">
1114       <summary>Returns the XML representation of a <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue"></see> element.</summary>
1115       <returns>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue"></see> element.</returns>
1116     </member>
1117     <member name="P:System.Security.Cryptography.Xml.DSAKeyValue.Key">
1118       <summary>Gets or sets the key value represented by a <see cref="T:System.Security.Cryptography.DSA"></see> object.</summary>
1119       <returns>The public key represented by a <see cref="T:System.Security.Cryptography.DSA"></see> object.</returns>
1120     </member>
1121     <member name="M:System.Security.Cryptography.Xml.DSAKeyValue.LoadXml(System.Xml.XmlElement)">
1122       <summary>Loads a <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue"></see> state from an XML element.</summary>
1123       <param name="value">The XML element to load the <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue"></see> state from.</param>
1124       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
1125       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="value">value</paramref> parameter is not a valid <see cref="T:System.Security.Cryptography.Xml.DSAKeyValue"></see> XML element.</exception>
1126     </member>
1127     <member name="T:System.Security.Cryptography.Xml.EncryptedData">
1128       <summary>Represents the &lt;EncryptedData&gt; element in XML encryption. This class cannot be inherited.</summary>
1129     </member>
1130     <member name="M:System.Security.Cryptography.Xml.EncryptedData.#ctor">
1131       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> class.</summary>
1132     </member>
1133     <member name="M:System.Security.Cryptography.Xml.EncryptedData.GetXml">
1134       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> object.</summary>
1135       <returns>An <see cref="T:System.Xml.XmlElement"></see> that represents the &lt;EncryptedData&gt; element in XML encryption.</returns>
1136       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> value is null.</exception>
1137     </member>
1138     <member name="M:System.Security.Cryptography.Xml.EncryptedData.LoadXml(System.Xml.XmlElement)">
1139       <summary>Loads XML information into the &lt;EncryptedData&gt; element in XML encryption.</summary>
1140       <param name="value">An <see cref="T:System.Xml.XmlElement"></see> object representing an XML element to use for the &lt;EncryptedData&gt; element.</param>
1141       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> provided is null.</exception>
1142       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="value">value</paramref> parameter does not contain a &lt;CypherData&gt; node.</exception>
1143     </member>
1144     <member name="T:System.Security.Cryptography.Xml.EncryptedKey">
1145       <summary>Represents the &lt;EncryptedKey&gt; element in XML encryption. This class cannot be inherited.</summary>
1146     </member>
1147     <member name="M:System.Security.Cryptography.Xml.EncryptedKey.#ctor">
1148       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> class.</summary>
1149     </member>
1150     <member name="M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.DataReference)">
1151       <summary>Adds a &lt;DataReference&gt; element to the &lt;ReferenceList&gt; element.</summary>
1152       <param name="dataReference">A <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> object to add to the <see cref="P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList"></see> property.</param>
1153     </member>
1154     <member name="M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.KeyReference)">
1155       <summary>Adds a &lt;KeyReference&gt; element to the &lt;ReferenceList&gt; element.</summary>
1156       <param name="keyReference">A <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see> object to add to the <see cref="P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList"></see> property.</param>
1157     </member>
1158     <member name="P:System.Security.Cryptography.Xml.EncryptedKey.CarriedKeyName">
1159       <summary>Gets or sets the optional &lt;CarriedKeyName&gt; element in XML encryption.</summary>
1160       <returns>A string that represents a name for the key value.</returns>
1161     </member>
1162     <member name="M:System.Security.Cryptography.Xml.EncryptedKey.GetXml">
1163       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> object.</summary>
1164       <returns>An <see cref="T:System.Xml.XmlElement"></see> that represents the &lt;EncryptedKey&gt; element in XML encryption.</returns>
1165       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> value is null.</exception>
1166     </member>
1167     <member name="M:System.Security.Cryptography.Xml.EncryptedKey.LoadXml(System.Xml.XmlElement)">
1168       <summary>Loads the specified XML information into the &lt;EncryptedKey&gt; element in XML encryption.</summary>
1169       <param name="value">An <see cref="T:System.Xml.XmlElement"></see> representing an XML element to use for the &lt;EncryptedKey&gt; element.</param>
1170       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
1171       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="value">value</paramref> parameter does not contain a <see cref="T:System.Security.Cryptography.Xml.CipherData"></see> element.</exception>
1172     </member>
1173     <member name="P:System.Security.Cryptography.Xml.EncryptedKey.Recipient">
1174       <summary>Gets or sets the optional Recipient attribute in XML encryption.</summary>
1175       <returns>A string representing the value of the Recipient attribute.</returns>
1176     </member>
1177     <member name="P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList">
1178       <summary>Gets or sets the &lt;ReferenceList&gt; element in XML encryption.</summary>
1179       <returns>A <see cref="T:System.Security.Cryptography.Xml.ReferenceList"></see> object.</returns>
1180     </member>
1181     <member name="T:System.Security.Cryptography.Xml.EncryptedReference">
1182       <summary>Represents the abstract base class used in XML encryption from which the <see cref="T:System.Security.Cryptography.Xml.CipherReference"></see>, <see cref="T:System.Security.Cryptography.Xml.KeyReference"></see>, and <see cref="T:System.Security.Cryptography.Xml.DataReference"></see> classes derive.</summary>
1183     </member>
1184     <member name="M:System.Security.Cryptography.Xml.EncryptedReference.#ctor">
1185       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedReference"></see> class.</summary>
1186     </member>
1187     <member name="M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String)">
1188       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedReference"></see> class using the specified Uniform Resource Identifier (URI).</summary>
1189       <param name="uri">The Uniform Resource Identifier (URI) that points to the data to encrypt.</param>
1190       <exception cref="T:System.ArgumentNullException">The <paramref name="uri">uri</paramref> parameter is null.</exception>
1191     </member>
1192     <member name="M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)">
1193       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedReference"></see> class using the specified Uniform Resource Identifier (URI) and transform chain.</summary>
1194       <param name="uri">The Uniform Resource Identifier (URI) that points to the data to encrypt.</param>
1195       <param name="transformChain"></param>
1196       <exception cref="T:System.ArgumentNullException">The <paramref name="uri">uri</paramref> parameter is null.</exception>
1197     </member>
1198     <member name="M:System.Security.Cryptography.Xml.EncryptedReference.AddTransform(System.Security.Cryptography.Xml.Transform)">
1199       <summary>Adds a <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object to the current transform chain of an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference"></see> object.</summary>
1200       <param name="transform">A <see cref="T:System.Security.Cryptography.Xml.Transform"></see> object to add to the transform chain.</param>
1201     </member>
1202     <member name="P:System.Security.Cryptography.Xml.EncryptedReference.CacheValid">
1203       <summary>Gets a value that indicates whether the cache is valid.</summary>
1204       <returns>true if the cache is valid; otherwise, false.</returns>
1205     </member>
1206     <member name="M:System.Security.Cryptography.Xml.EncryptedReference.GetXml">
1207       <summary>Returns the XML representation of an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference"></see> object.</summary>
1208       <returns>An <see cref="T:System.Xml.XmlElement"></see> object that represents the values of the &lt;EncryptedReference&gt; element in XML encryption.</returns>
1209       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.EncryptedReference.ReferenceType"></see> property is null.</exception>
1210     </member>
1211     <member name="M:System.Security.Cryptography.Xml.EncryptedReference.LoadXml(System.Xml.XmlElement)">
1212       <summary>Loads an XML element into an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference"></see> object.</summary>
1213       <param name="value">An <see cref="T:System.Xml.XmlElement"></see> object that represents an XML element.</param>
1214       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
1215     </member>
1216     <member name="P:System.Security.Cryptography.Xml.EncryptedReference.ReferenceType">
1217       <summary>Gets or sets a reference type.</summary>
1218       <returns>The reference type of the encrypted data.</returns>
1219     </member>
1220     <member name="P:System.Security.Cryptography.Xml.EncryptedReference.TransformChain">
1221       <summary>Gets or sets the transform chain of an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference"></see> object.</summary>
1222       <returns>A <see cref="T:System.Security.Cryptography.Xml.TransformChain"></see> object that describes transforms used on the encrypted data.</returns>
1223     </member>
1224     <member name="P:System.Security.Cryptography.Xml.EncryptedReference.Uri">
1225       <summary>Gets or sets the Uniform Resource Identifier (URI) of an <see cref="T:System.Security.Cryptography.Xml.EncryptedReference"></see> object.</summary>
1226       <returns>The Uniform Resource Identifier (URI) of the <see cref="T:System.Security.Cryptography.Xml.EncryptedReference"></see> object.</returns>
1227       <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Security.Cryptography.Xml.EncryptedReference.Uri"></see> property was set to null.</exception>
1228     </member>
1229     <member name="T:System.Security.Cryptography.Xml.EncryptedType">
1230       <summary>Represents the abstract base class from which the classes <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> and <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> derive.</summary>
1231     </member>
1232     <member name="M:System.Security.Cryptography.Xml.EncryptedType.#ctor">
1233       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedType"></see> class.</summary>
1234     </member>
1235     <member name="M:System.Security.Cryptography.Xml.EncryptedType.AddProperty(System.Security.Cryptography.Xml.EncryptionProperty)">
1236       <summary>Adds an &lt;EncryptionProperty&gt; child element to the &lt;EncryptedProperties&gt; element in the current <see cref="T:System.Security.Cryptography.Xml.EncryptedType"></see> object in XML encryption.</summary>
1237       <param name="ep">An <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object.</param>
1238     </member>
1239     <member name="P:System.Security.Cryptography.Xml.EncryptedType.CipherData">
1240       <summary>Gets or sets the <see cref="T:System.Security.Cryptography.Xml.CipherData"></see> value for an instance of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType"></see> class.</summary>
1241       <returns>A <see cref="T:System.Security.Cryptography.Xml.CipherData"></see> object.</returns>
1242       <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Security.Cryptography.Xml.EncryptedType.CipherData"></see> property was set to null.</exception>
1243     </member>
1244     <member name="P:System.Security.Cryptography.Xml.EncryptedType.Encoding">
1245       <summary>Gets or sets the Encoding attribute of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType"></see> instance in XML encryption.</summary>
1246       <returns>A string that describes the encoding of the encrypted data.</returns>
1247     </member>
1248     <member name="P:System.Security.Cryptography.Xml.EncryptedType.EncryptionMethod">
1249       <summary>Gets or sets the &lt;EncryptionMethod&gt; element for XML encryption.</summary>
1250       <returns>An <see cref="T:System.Security.Cryptography.Xml.EncryptionMethod"></see> object that represents the &lt;EncryptionMethod&gt; element.</returns>
1251     </member>
1252     <member name="P:System.Security.Cryptography.Xml.EncryptedType.EncryptionProperties">
1253       <summary>Gets or sets the &lt;EncryptionProperties&gt; element in XML encryption.</summary>
1254       <returns>An <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</returns>
1255     </member>
1256     <member name="M:System.Security.Cryptography.Xml.EncryptedType.GetXml">
1257       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.EncryptedType"></see> object.</summary>
1258       <returns>An <see cref="T:System.Xml.XmlElement"></see> object that represents the &lt;EncryptedType&gt; element in XML encryption.</returns>
1259     </member>
1260     <member name="P:System.Security.Cryptography.Xml.EncryptedType.Id">
1261       <summary>Gets or sets the Id attribute of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType"></see> instance in XML encryption.</summary>
1262       <returns>A string of the Id attribute of the &lt;EncryptedType&gt; element.</returns>
1263     </member>
1264     <member name="P:System.Security.Cryptography.Xml.EncryptedType.KeyInfo">
1265       <summary>Gets of sets the &lt;KeyInfo&gt; element in XML encryption.</summary>
1266       <returns>A <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</returns>
1267     </member>
1268     <member name="M:System.Security.Cryptography.Xml.EncryptedType.LoadXml(System.Xml.XmlElement)">
1269       <summary>Loads XML information into the &lt;EncryptedType&gt; element in XML encryption.</summary>
1270       <param name="value">An <see cref="T:System.Xml.XmlElement"></see> object representing an XML element to use in the &lt;EncryptedType&gt; element.</param>
1271       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> provided is null.</exception>
1272     </member>
1273     <member name="P:System.Security.Cryptography.Xml.EncryptedType.MimeType">
1274       <summary>Gets or sets the MimeType attribute of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType"></see> instance in XML encryption.</summary>
1275       <returns>A string that describes the media type of the encrypted data.</returns>
1276     </member>
1277     <member name="P:System.Security.Cryptography.Xml.EncryptedType.Type">
1278       <summary>Gets or sets the Type attribute of an <see cref="T:System.Security.Cryptography.Xml.EncryptedType"></see> instance in XML encryption.</summary>
1279       <returns>A string that describes the text form of the encrypted data.</returns>
1280     </member>
1281     <member name="T:System.Security.Cryptography.Xml.EncryptedXml">
1282       <summary>Represents the process model for implementing XML encryption.</summary>
1283     </member>
1284     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.#ctor">
1285       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedXml"></see> class.</summary>
1286     </member>
1287     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument)">
1288       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptedXml"></see> class using the specified XML document.</summary>
1289       <param name="document">An <see cref="T:System.Xml.XmlDocument"></see> object used to initialize the <see cref="T:System.Security.Cryptography.Xml.EncryptedXml"></see> object.</param>
1290     </member>
1291     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.AddKeyNameMapping(System.String,System.Object)">
1292       <summary>Defines a mapping between a key name and a symmetric key or an asymmetric key.</summary>
1293       <param name="keyName">The name to map to keyObject.</param>
1294       <param name="keyObject">The symmetric key to map to keyName.</param>
1295       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="keyName">keyName</paramref> parameter is null.   -or-   The value of the <paramref name="keyObject">keyObject</paramref> parameter is null.</exception>
1296       <exception cref="T:System.Security.Cryptography.CryptographicException">The value of the <paramref name="keyObject">keyObject</paramref> parameter is not an RSA algorithm or a symmetric key.</exception>
1297     </member>
1298     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.ClearKeyNameMappings">
1299       <summary>Resets all key name mapping.</summary>
1300     </member>
1301     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.DecryptData(System.Security.Cryptography.Xml.EncryptedData,System.Security.Cryptography.SymmetricAlgorithm)">
1302       <summary>Decrypts an &lt;EncryptedData&gt; element using the specified symmetric algorithm.</summary>
1303       <param name="encryptedData">The data to decrypt.</param>
1304       <param name="symmetricAlgorithm"></param>
1305       <returns>A byte array that contains the raw decrypted plain text.</returns>
1306       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="encryptedData">encryptedData</paramref> parameter is null.   -or-   The value of the <paramref name="symmetricAlgorithm">symmetricAlgorithm</paramref> parameter is null.</exception>
1307     </member>
1308     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument">
1309       <summary>Decrypts all &lt;EncryptedData&gt; elements of the XML document that were specified during initialization of the <see cref="T:System.Security.Cryptography.Xml.EncryptedXml"></see> class.</summary>
1310       <exception cref="T:System.Security.Cryptography.CryptographicException">The cryptographic key used to decrypt the document was not found.</exception>
1311     </member>
1312     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.DecryptEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey)">
1313       <summary>Determines the key represented by the <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> element.</summary>
1314       <param name="encryptedKey">The <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> object that contains the key to retrieve.</param>
1315       <returns>A byte array that contains the key.</returns>
1316       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="encryptedKey">encryptedKey</paramref> parameter is null.</exception>
1317       <exception cref="T:System.Security.Cryptography.CryptographicException">The value of the <paramref name="encryptedKey">encryptedKey</paramref> parameter is not the Triple DES Key Wrap algorithm or the Advanced Encryption Standard (AES) Key Wrap algorithm (also called Rijndael).</exception>
1318     </member>
1319     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)">
1320       <summary>Decrypts an &lt;EncryptedKey&gt; element using a symmetric algorithm.</summary>
1321       <param name="keyData">An array of bytes that represents an encrypted &lt;EncryptedKey&gt; element.</param>
1322       <param name="symmetricAlgorithm"></param>
1323       <returns>A byte array that contains the plain text key.</returns>
1324       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="keyData">keyData</paramref> parameter is null.   -or-   The value of the <paramref name="symmetricAlgorithm">symmetricAlgorithm</paramref> parameter is null.</exception>
1325       <exception cref="T:System.Security.Cryptography.CryptographicException">The value of the <paramref name="symmetricAlgorithm">symmetricAlgorithm</paramref> element is not the Triple DES Key Wrap algorithm or the Advanced Encryption Standard (AES) Key Wrap algorithm (also called Rijndael).</exception>
1326     </member>
1327     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)">
1328       <summary>Decrypts an &lt;EncryptedKey&gt; element using an asymmetric algorithm.</summary>
1329       <param name="keyData">An array of bytes that represents an encrypted &lt;EncryptedKey&gt; element.</param>
1330       <param name="rsa">The asymmetric key used to decrypt keyData.</param>
1331       <param name="useOAEP"></param>
1332       <returns>A byte array that contains the plain text key.</returns>
1333       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="keyData">keyData</paramref> parameter is null.   -or-   The value of the <paramref name="rsa">rsa</paramref> parameter is null.</exception>
1334     </member>
1335     <member name="P:System.Security.Cryptography.Xml.EncryptedXml.Encoding">
1336       <summary>Gets or sets the encoding used for XML encryption.</summary>
1337       <returns>An <see cref="T:System.Text.Encoding"></see> object.</returns>
1338     </member>
1339     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.Security.Cryptography.X509Certificates.X509Certificate2)">
1340       <summary>Encrypts the outer XML of an element using the specified X.509 certificate.</summary>
1341       <param name="inputElement">The XML element to encrypt.</param>
1342       <param name="certificate">The X.509 certificate to use for encryption.</param>
1343       <returns>An <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> element that represents the encrypted XML data.</returns>
1344       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="inputElement">inputElement</paramref> parameter is null.   -or-   The value of the <paramref name="certificate">certificate</paramref> parameter is null.</exception>
1345       <exception cref="T:System.NotSupportedException">The value of the <paramref name="certificate">certificate</paramref> parameter does not represent an RSA key algorithm.</exception>
1346     </member>
1347     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.String)">
1348       <summary>Encrypts the outer XML of an element using the specified key in the key mapping table.</summary>
1349       <param name="inputElement">The XML element to encrypt.</param>
1350       <param name="keyName">A key name that can be found in the key mapping table.</param>
1351       <returns>An <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> object that represents the encrypted XML data.</returns>
1352       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="inputElement">inputElement</paramref> parameter is null.   -or-   The value of the <paramref name="keyName">keyName</paramref> parameter is null.</exception>
1353       <exception cref="T:System.Security.Cryptography.CryptographicException">The value of the <paramref name="keyName">keyName</paramref> parameter does not match a registered key name pair.   -or-   The cryptographic key described by the <paramref name="keyName">keyName</paramref> parameter is not supported.</exception>
1354     </member>
1355     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)">
1356       <summary>Encrypts data in the specified byte array using the specified symmetric algorithm.</summary>
1357       <param name="plaintext"></param>
1358       <param name="symmetricAlgorithm"></param>
1359       <returns>A byte array of encrypted data.</returns>
1360       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="plaintext">plaintext</paramref> parameter is null.   -or-   The value of the <paramref name="symmetricAlgorithm">symmetricAlgorithm</paramref> parameter is null.</exception>
1361       <exception cref="T:System.Security.Cryptography.CryptographicException">The data could not be encrypted using the specified parameters.</exception>
1362     </member>
1363     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Xml.XmlElement,System.Security.Cryptography.SymmetricAlgorithm,System.Boolean)">
1364       <summary>Encrypts the specified element or its contents using the specified symmetric algorithm.</summary>
1365       <param name="inputElement">The element or its contents to encrypt.</param>
1366       <param name="symmetricAlgorithm"></param>
1367       <param name="content">true to encrypt only the contents of the element; false to encrypt the entire element.</param>
1368       <returns>A byte array that contains the encrypted data.</returns>
1369       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="inputElement">inputElement</paramref> parameter is null.   -or-   The value of the <paramref name="symmetricAlgorithm">symmetricAlgorithm</paramref> parameter is null.</exception>
1370     </member>
1371     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)">
1372       <summary>Encrypts a key using a symmetric algorithm that a recipient uses to decrypt an &lt;EncryptedData&gt; element.</summary>
1373       <param name="keyData">The key to encrypt.</param>
1374       <param name="symmetricAlgorithm"></param>
1375       <returns>A byte array that represents the encrypted value of the <paramref name="keyData">keyData</paramref> parameter.</returns>
1376       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="keyData">keyData</paramref> parameter is null.   -or-   The value of the <paramref name="symmetricAlgorithm">symmetricAlgorithm</paramref> parameter is null.</exception>
1377       <exception cref="T:System.Security.Cryptography.CryptographicException">The value of the <paramref name="symmetricAlgorithm">symmetricAlgorithm</paramref> parameter is not the Triple DES Key Wrap algorithm or the Advanced Encryption Standard (AES) Key Wrap algorithm (also called Rijndael).</exception>
1378     </member>
1379     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)">
1380       <summary>Encrypts the key that a recipient uses to decrypt an &lt;EncryptedData&gt; element.</summary>
1381       <param name="keyData">The key to encrypt.</param>
1382       <param name="rsa">The asymmetric key used to encrypt keyData.</param>
1383       <param name="useOAEP"></param>
1384       <returns>A byte array that represents the encrypted value of the <paramref name="keyData">keyData</paramref> parameter.</returns>
1385       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="keyData">keyData</paramref> parameter is null.   -or-   The value of the <paramref name="rsa">rsa</paramref> parameter is null.</exception>
1386     </member>
1387     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionIV(System.Security.Cryptography.Xml.EncryptedData,System.String)">
1388       <summary>Retrieves the decryption initialization vector (IV) from an <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> object.</summary>
1389       <param name="encryptedData">The <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> object that contains the initialization vector (IV) to retrieve.</param>
1390       <param name="symmetricAlgorithmUri"></param>
1391       <returns>A byte array that contains the decryption initialization vector (IV).</returns>
1392       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="encryptedData">encryptedData</paramref> parameter is null.</exception>
1393       <exception cref="T:System.Security.Cryptography.CryptographicException">The value of the <paramref name="encryptedData">encryptedData</paramref> parameter has an <see cref="P:System.Security.Cryptography.Xml.EncryptedType.EncryptionMethod"></see> property that is null.   -or-   The value of the <paramref name="symmetricAlgorithmUrisymAlgUri">symmetricAlgorithmUrisymAlgUri</paramref> parameter is not a supported algorithm.</exception>
1394     </member>
1395     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(System.Security.Cryptography.Xml.EncryptedData,System.String)">
1396       <summary>Retrieves the decryption key from the specified <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> object.</summary>
1397       <param name="encryptedData">The <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> object that contains the decryption key to retrieve.</param>
1398       <param name="symmetricAlgorithmUri"></param>
1399       <returns>A <see cref="T:System.Security.Cryptography.SymmetricAlgorithm"></see> object associated with the decryption key.</returns>
1400       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="encryptedData">encryptedData</paramref> parameter is null.</exception>
1401       <exception cref="T:System.Security.Cryptography.CryptographicException">The encryptedData parameter has an <see cref="P:System.Security.Cryptography.Xml.EncryptedType.EncryptionMethod"></see> property that is null.   -or-   The encrypted key cannot be retrieved using the specified parameters.</exception>
1402     </member>
1403     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.GetIdElement(System.Xml.XmlDocument,System.String)">
1404       <summary>Determines how to resolve internal Uniform Resource Identifier (URI) references.</summary>
1405       <param name="document">An <see cref="T:System.Xml.XmlDocument"></see> object that contains an element with an ID value.</param>
1406       <param name="idValue">A string that represents the ID value.</param>
1407       <returns>An <see cref="T:System.Xml.XmlElement"></see> object that contains an ID indicating how internal Uniform Resource Identifiers (URIs) are to be resolved.</returns>
1408     </member>
1409     <member name="P:System.Security.Cryptography.Xml.EncryptedXml.Mode">
1410       <summary>Gets or sets the cipher mode used for XML encryption.</summary>
1411       <returns>One of the <see cref="T:System.Security.Cryptography.CipherMode"></see> values.</returns>
1412     </member>
1413     <member name="P:System.Security.Cryptography.Xml.EncryptedXml.Padding">
1414       <summary>Gets or sets the padding mode used for XML encryption.</summary>
1415       <returns>One of the <see cref="T:System.Security.Cryptography.PaddingMode"></see> values that specifies the type of padding used for encryption.</returns>
1416     </member>
1417     <member name="P:System.Security.Cryptography.Xml.EncryptedXml.Recipient">
1418       <summary>Gets or sets the recipient of the encrypted key information.</summary>
1419       <returns>The recipient of the encrypted key information.</returns>
1420     </member>
1421     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceData(System.Xml.XmlElement,System.Byte[])">
1422       <summary>Replaces an &lt;EncryptedData&gt; element with a specified decrypted sequence of bytes.</summary>
1423       <param name="inputElement">The &lt;EncryptedData&gt; element to replace.</param>
1424       <param name="decryptedData">The decrypted data to replace inputElement with.</param>
1425       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="inputElement">inputElement</paramref> parameter is null.   -or-   The value of the <paramref name="decryptedData">decryptedData</paramref> parameter is null.</exception>
1426     </member>
1427     <member name="M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceElement(System.Xml.XmlElement,System.Security.Cryptography.Xml.EncryptedData,System.Boolean)">
1428       <summary>Replaces the specified element with the specified <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> object.</summary>
1429       <param name="inputElement">The element to replace with an &lt;EncryptedData&gt; element.</param>
1430       <param name="encryptedData">The <see cref="T:System.Security.Cryptography.Xml.EncryptedData"></see> object to replace the inputElement parameter with.</param>
1431       <param name="content">true to replace only the contents of the element; false to replace the entire element.</param>
1432       <exception cref="T:System.ArgumentNullException">The value of the <paramref name="inputElement">inputElement</paramref> parameter is null.   -or-   The value of the <paramref name="encryptedData">encryptedData</paramref> parameter is null.</exception>
1433     </member>
1434     <member name="P:System.Security.Cryptography.Xml.EncryptedXml.Resolver">
1435       <summary>Gets or sets the <see cref="T:System.Xml.XmlResolver"></see> object used by the Document Object Model (DOM) to resolve external XML references.</summary>
1436       <returns>An <see cref="T:System.Xml.XmlResolver"></see> object.</returns>
1437     </member>
1438     <member name="P:System.Security.Cryptography.Xml.EncryptedXml.XmlDSigSearchDepth">
1439       <summary>Gets or sets the XML digital signature recursion depth to prevent infinite recursion and stack overflow. This might happen if the digital signature XML contains the URI which then points back to the original XML.</summary>
1440       <returns>Returns <see cref="T:System.Int32"></see>.</returns>
1441     </member>
1442     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128KeyWrapUrl">
1443       <summary>Represents the namespace Uniform Resource Identifier (URI) for the 128-bit Advanced Encryption Standard (AES) Key Wrap algorithm (also known as the Rijndael Key Wrap algorithm). This field is constant.</summary>
1444       <returns></returns>
1445     </member>
1446     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128Url">
1447       <summary>Represents the namespace Uniform Resource Identifier (URI) for the 128-bit Advanced Encryption Standard (AES) algorithm (also known as the Rijndael algorithm). This field is constant.</summary>
1448       <returns></returns>
1449     </member>
1450     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192KeyWrapUrl">
1451       <summary>Represents the namespace Uniform Resource Identifier (URI) for the 192-bit Advanced Encryption Standard (AES) Key Wrap algorithm (also known as the Rijndael Key Wrap algorithm). This field is constant.</summary>
1452       <returns></returns>
1453     </member>
1454     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192Url">
1455       <summary>Represents the namespace Uniform Resource Identifier (URI) for the 192-bit Advanced Encryption Standard (AES) algorithm (also known as the Rijndael algorithm). This field is constant.</summary>
1456       <returns></returns>
1457     </member>
1458     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256KeyWrapUrl">
1459       <summary>Represents the namespace Uniform Resource Identifier (URI) for the 256-bit Advanced Encryption Standard (AES) Key Wrap algorithm (also known as the Rijndael Key Wrap algorithm). This field is constant.</summary>
1460       <returns></returns>
1461     </member>
1462     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256Url">
1463       <summary>Represents the namespace Uniform Resource Identifier (URI) for the 256-bit Advanced Encryption Standard (AES) algorithm (also known as the Rijndael algorithm). This field is constant.</summary>
1464       <returns></returns>
1465     </member>
1466     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncDESUrl">
1467       <summary>Represents the namespace Uniform Resource Identifier (URI) for the Digital Encryption Standard (DES) algorithm. This field is constant.</summary>
1468       <returns></returns>
1469     </member>
1470     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementContentUrl">
1471       <summary>Represents the namespace Uniform Resource Identifier (URI) for XML encryption element content. This field is constant.</summary>
1472       <returns></returns>
1473     </member>
1474     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementUrl">
1475       <summary>Represents the namespace Uniform Resource Identifier (URI) for an XML encryption element. This field is constant.</summary>
1476       <returns></returns>
1477     </member>
1478     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncEncryptedKeyUrl">
1479       <summary>Represents the namespace Uniform Resource Identifier (URI) for the XML encryption &lt;EncryptedKey&gt; element. This field is constant.</summary>
1480       <returns></returns>
1481     </member>
1482     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncNamespaceUrl">
1483       <summary>Represents the namespace Uniform Resource Identifier (URI) for XML encryption syntax and processing. This field is constant.</summary>
1484       <returns></returns>
1485     </member>
1486     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSA15Url">
1487       <summary>Represents the namespace Uniform Resource Identifier (URI) for the RSA Public Key Cryptography Standard (PKCS) Version 1.5 algorithm. This field is constant.</summary>
1488       <returns></returns>
1489     </member>
1490     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSAOAEPUrl">
1491       <summary>Represents the namespace Uniform Resource Identifier (URI) for the RSA Optimal Asymmetric Encryption Padding (OAEP) encryption algorithm. This field is constant.</summary>
1492       <returns></returns>
1493     </member>
1494     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA256Url">
1495       <summary>Represents the namespace Uniform Resource Identifier (URI) for the SHA-256 algorithm. This field is constant.</summary>
1496       <returns></returns>
1497     </member>
1498     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA512Url">
1499       <summary>Represents the namespace Uniform Resource Identifier (URI) for the SHA-512 algorithm. This field is constant.</summary>
1500       <returns></returns>
1501     </member>
1502     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESKeyWrapUrl">
1503       <summary>Represents the namespace Uniform Resource Identifier (URI) for the TRIPLEDES key wrap algorithm. This field is constant.</summary>
1504       <returns></returns>
1505     </member>
1506     <member name="F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESUrl">
1507       <summary>Represents the namespace Uniform Resource Identifier (URI) for the Triple DES algorithm. This field is constant.</summary>
1508       <returns></returns>
1509     </member>
1510     <member name="T:System.Security.Cryptography.Xml.EncryptionMethod">
1511       <summary>Encapsulates the encryption algorithm used for XML encryption.</summary>
1512     </member>
1513     <member name="M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor">
1514       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionMethod"></see> class.</summary>
1515     </member>
1516     <member name="M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor(System.String)">
1517       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionMethod"></see> class specifying an algorithm Uniform Resource Identifier (URI).</summary>
1518       <param name="algorithm"></param>
1519     </member>
1520     <member name="M:System.Security.Cryptography.Xml.EncryptionMethod.GetXml">
1521       <summary>Returns an <see cref="T:System.Xml.XmlElement"></see> object that encapsulates an instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionMethod"></see> class.</summary>
1522       <returns>An <see cref="T:System.Xml.XmlElement"></see> object that encapsulates an instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionMethod"></see> class.</returns>
1523     </member>
1524     <member name="P:System.Security.Cryptography.Xml.EncryptionMethod.KeyAlgorithm">
1525       <summary>Gets or sets a Uniform Resource Identifier (URI) that describes the algorithm to use for XML encryption.</summary>
1526       <returns>A Uniform Resource Identifier (URI) that describes the algorithm to use for XML encryption.</returns>
1527     </member>
1528     <member name="P:System.Security.Cryptography.Xml.EncryptionMethod.KeySize">
1529       <summary>Gets or sets the algorithm key size used for XML encryption.</summary>
1530       <returns>The algorithm key size, in bits, used for XML encryption.</returns>
1531       <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.Security.Cryptography.Xml.EncryptionMethod.KeySize"></see> property was set to a value that was less than 0.</exception>
1532     </member>
1533     <member name="M:System.Security.Cryptography.Xml.EncryptionMethod.LoadXml(System.Xml.XmlElement)">
1534       <summary>Parses the specified <see cref="T:System.Xml.XmlElement"></see> object and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.EncryptionMethod"></see> object to match.</summary>
1535       <param name="value">An <see cref="T:System.Xml.XmlElement"></see> object to parse.</param>
1536       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
1537       <exception cref="T:System.ArgumentOutOfRangeException">The key size expressed in the <paramref name="value">value</paramref> parameter was less than 0.</exception>
1538     </member>
1539     <member name="T:System.Security.Cryptography.Xml.EncryptionProperty">
1540       <summary>Represents the &lt;EncryptionProperty&gt; element used in XML encryption. This class cannot be inherited.</summary>
1541     </member>
1542     <member name="M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor">
1543       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> class.</summary>
1544     </member>
1545     <member name="M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor(System.Xml.XmlElement)">
1546       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> class using an <see cref="T:System.Xml.XmlElement"></see> object.</summary>
1547       <param name="elementProperty"></param>
1548       <exception cref="T:System.ArgumentNullException">The <paramref name="elemProp">elemProp</paramref> parameter is null.</exception>
1549       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Xml.XmlElement.LocalName"></see> property of the <paramref name="elemProp">elemProp</paramref> parameter is not &quot;EncryptionProperty&quot;.   -or-   The <see cref="P:System.Xml.XmlElement.NamespaceURI"></see> property of the <paramref name="elemProp">elemProp</paramref> parameter is not &quot;<see cref="http://www.w3.org/2001/04/xmlenc#">http://www.w3.org/2001/04/xmlenc#</see>&quot;.</exception>
1550     </member>
1551     <member name="M:System.Security.Cryptography.Xml.EncryptionProperty.GetXml">
1552       <summary>Returns an <see cref="T:System.Xml.XmlElement"></see> object that encapsulates an instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> class.</summary>
1553       <returns>An <see cref="T:System.Xml.XmlElement"></see> object that encapsulates an instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> class.</returns>
1554     </member>
1555     <member name="P:System.Security.Cryptography.Xml.EncryptionProperty.Id">
1556       <summary>Gets the ID of the current <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object.</summary>
1557       <returns>The ID of the current <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object.</returns>
1558     </member>
1559     <member name="M:System.Security.Cryptography.Xml.EncryptionProperty.LoadXml(System.Xml.XmlElement)">
1560       <summary>Parses the input <see cref="T:System.Xml.XmlElement"></see> and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to match.</summary>
1561       <param name="value">An <see cref="T:System.Xml.XmlElement"></see> object to parse.</param>
1562       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
1563       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Xml.XmlElement.LocalName"></see> property of the <paramref name="value">value</paramref> parameter is not &quot;EncryptionProperty&quot;.   -or-   The <see cref="P:System.Xml.XmlElement.NamespaceURI"></see> property of the <paramref name="value">value</paramref> parameter is not &quot;<see cref="http://www.w3.org/2001/04/xmlenc#">http://www.w3.org/2001/04/xmlenc#</see>&quot;.</exception>
1564     </member>
1565     <member name="P:System.Security.Cryptography.Xml.EncryptionProperty.PropertyElement">
1566       <summary>Gets or sets an <see cref="T:System.Xml.XmlElement"></see> object that represents an <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object.</summary>
1567       <returns>An <see cref="T:System.Xml.XmlElement"></see> object that represents an <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object.</returns>
1568       <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Security.Cryptography.Xml.EncryptionProperty.PropertyElement"></see> property was set to null.</exception>
1569       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Xml.XmlElement.LocalName"></see> property of the value set to the <see cref="P:System.Security.Cryptography.Xml.EncryptionProperty.PropertyElement"></see> property is not &quot;EncryptionProperty&quot;.   -or-   The <see cref="P:System.Xml.XmlElement.NamespaceURI"></see> property of the value set to the <see cref="P:System.Security.Cryptography.Xml.EncryptionProperty.PropertyElement"></see> property is not &quot;<see cref="http://www.w3.org/2001/04/xmlenc#">http://www.w3.org/2001/04/xmlenc#</see>&quot;.</exception>
1570     </member>
1571     <member name="P:System.Security.Cryptography.Xml.EncryptionProperty.Target">
1572       <summary>Gets the target of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object.</summary>
1573       <returns>The target of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object.</returns>
1574     </member>
1575     <member name="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection">
1576       <summary>Represents a collection of <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> classes used in XML encryption. This class cannot be inherited.</summary>
1577     </member>
1578     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.#ctor">
1579       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> class.</summary>
1580     </member>
1581     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Add(System.Security.Cryptography.Xml.EncryptionProperty)">
1582       <summary>Adds an <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</summary>
1583       <param name="value">An <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to add to the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</param>
1584       <returns>The position at which the new element is inserted.</returns>
1585     </member>
1586     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Clear">
1587       <summary>Removes all items from the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</summary>
1588     </member>
1589     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Contains(System.Security.Cryptography.Xml.EncryptionProperty)">
1590       <summary>Determines whether the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object contains a specific <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object.</summary>
1591       <param name="value">The <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to locate in the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</param>
1592       <returns>true if the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object is found in the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object; otherwise, false.</returns>
1593     </member>
1594     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Array,System.Int32)">
1595       <summary>Copies the elements of the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object to an array, starting at a particular array index.</summary>
1596       <param name="array">The one-dimensional <see cref="T:System.Array"></see> object that is the destination of the elements copied from the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object. The array must have zero-based indexing.</param>
1597       <param name="index">The zero-based index in array at which copying begins.</param>
1598     </member>
1599     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Security.Cryptography.Xml.EncryptionProperty[],System.Int32)">
1600       <summary>Copies the elements of the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object to an array of <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> objects, starting at a particular array index.</summary>
1601       <param name="array">The one-dimensional array of  <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> objects that is the destination of the elements copied from the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object. The array must have zero-based indexing.</param>
1602       <param name="index">The zero-based index in array at which copying begins.</param>
1603     </member>
1604     <member name="P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Count">
1605       <summary>Gets the number of elements contained in the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</summary>
1606       <returns>The number of elements contained in the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</returns>
1607     </member>
1608     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.GetEnumerator">
1609       <summary>Returns an enumerator that iterates through an <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</summary>
1610       <returns>An <see cref="T:System.Collections.IEnumerator"></see> object that can be used to iterate through an <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</returns>
1611     </member>
1612     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IndexOf(System.Security.Cryptography.Xml.EncryptionProperty)">
1613       <summary>Determines the index of a specific item in the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</summary>
1614       <param name="value">The <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to locate in the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</param>
1615       <returns>The index of <paramref name="value">value</paramref> if found in the collection; otherwise, -1.</returns>
1616     </member>
1617     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Insert(System.Int32,System.Security.Cryptography.Xml.EncryptionProperty)">
1618       <summary>Inserts an <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object into the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object at the specified position.</summary>
1619       <param name="index">The zero-based index at which value should be inserted.</param>
1620       <param name="value">An <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to insert into the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</param>
1621     </member>
1622     <member name="P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsFixedSize">
1623       <summary>Gets a value that indicates whether the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object has a fixed size.</summary>
1624       <returns>true if the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object has a fixed size; otherwise, false.</returns>
1625     </member>
1626     <member name="P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsReadOnly">
1627       <summary>Gets a value that indicates whether the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object is read-only.</summary>
1628       <returns>true if the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object is read-only; otherwise, false.</returns>
1629     </member>
1630     <member name="P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsSynchronized">
1631       <summary>Gets a value that indicates whether access to the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object is synchronized (thread safe).</summary>
1632       <returns>true if access to the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object is synchronized (thread safe); otherwise, false.</returns>
1633     </member>
1634     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Item(System.Int32)">
1635       <summary>Returns the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object at the specified index.</summary>
1636       <param name="index">The index of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to return.</param>
1637       <returns>The <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object at the specified index.</returns>
1638     </member>
1639     <member name="P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.ItemOf(System.Int32)">
1640       <summary>Gets or sets the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object at the specified index.</summary>
1641       <param name="index">The index of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to return.</param>
1642       <returns>The <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object at the specified index.</returns>
1643     </member>
1644     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Remove(System.Security.Cryptography.Xml.EncryptionProperty)">
1645       <summary>Removes the first occurrence of a specific <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object from the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</summary>
1646       <param name="value">The <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to remove from the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</param>
1647     </member>
1648     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.RemoveAt(System.Int32)">
1649       <summary>Removes the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object at the specified index.</summary>
1650       <param name="index">The zero-based index of the <see cref="T:System.Security.Cryptography.Xml.EncryptionProperty"></see> object to remove.</param>
1651     </member>
1652     <member name="P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.SyncRoot">
1653       <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</summary>
1654       <returns>An object that can be used to synchronize access to the <see cref="T:System.Security.Cryptography.Xml.EncryptionPropertyCollection"></see> object.</returns>
1655     </member>
1656     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Add(System.Object)">
1657       <summary>Adds an item to the <see cref="T:System.Collections.IList"></see>.</summary>
1658       <param name="value">The <see cref="T:System.Object"></see> to add to the <see cref="T:System.Collections.IList"></see>.</param>
1659       <returns>The position into which the new element was inserted.</returns>
1660       <exception cref="T:System.ArgumentException"><paramref name="value">value</paramref> uses an incorrect object type.</exception>
1661     </member>
1662     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Contains(System.Object)">
1663       <summary>Determines whether the <see cref="T:System.Collections.IList"></see> contains a specific value.</summary>
1664       <param name="value">The <see cref="T:System.Object"></see> to locate in the <see cref="T:System.Collections.IList"></see>.</param>
1665       <returns>true if the <see cref="T:System.Object"></see> is found in the <see cref="T:System.Collections.IList"></see>; otherwise, false.</returns>
1666       <exception cref="T:System.ArgumentException"><paramref name="value">value</paramref> uses an incorrect object type.</exception>
1667     </member>
1668     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#IndexOf(System.Object)">
1669       <summary>Determines the index of a specific item in the <see cref="T:System.Collections.IList"></see>.</summary>
1670       <param name="value">The <see cref="T:System.Object"></see> to locate in the <see cref="T:System.Collections.IList"></see>.</param>
1671       <returns>The index of <paramref name="value">value</paramref> if found in the list; otherwise, -1.</returns>
1672       <exception cref="T:System.ArgumentException"><paramref name="value">value</paramref> uses an incorrect object type.</exception>
1673     </member>
1674     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
1675       <summary>Inserts an item to the <see cref="T:System.Collections.IList"></see> at the specified index.</summary>
1676       <param name="index">The zero-based index at which value should be inserted.</param>
1677       <param name="value">The <see cref="T:System.Object"></see> to insert into the <see cref="T:System.Collections.IList"></see>.</param>
1678       <exception cref="T:System.ArgumentException"><paramref name="value">value</paramref> uses an incorrect object type.</exception>
1679     </member>
1680     <member name="P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Item(System.Int32)">
1681       <summary>Gets the element at the specified index.</summary>
1682       <param name="index">The <see cref="T:System.Object"></see> to remove from the <see cref="T:System.Collections.IList"></see>.</param>
1683       <returns>The element at the specified index.</returns>
1684     </member>
1685     <member name="M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Remove(System.Object)">
1686       <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList"></see>.</summary>
1687       <param name="value">The <see cref="T:System.Object"></see> to remove from the <see cref="T:System.Collections.IList"></see>.</param>
1688       <exception cref="T:System.ArgumentException"><paramref name="value">value</paramref> uses an incorrect object type.</exception>
1689     </member>
1690     <member name="T:System.Security.Cryptography.Xml.IRelDecryptor">
1691       <summary>Defines methods that decrypt an XrML &lt;encryptedGrant&gt; element.</summary>
1692     </member>
1693     <member name="M:System.Security.Cryptography.Xml.IRelDecryptor.Decrypt(System.Security.Cryptography.Xml.EncryptionMethod,System.Security.Cryptography.Xml.KeyInfo,System.IO.Stream)">
1694       <summary>Decrypts an XrML &lt;encryptedGrant&gt; element that is contained within a <see cref="T:System.IO.Stream"></see> object.</summary>
1695       <param name="encryptionMethod">An <see cref="T:System.Security.Cryptography.Xml.EncryptionMethod"></see> object that encapsulates the algorithm used for XML encryption.</param>
1696       <param name="keyInfo">A <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object that contains an asymmetric key to use for decryption.</param>
1697       <param name="toDecrypt">A stream object that contains an &lt;encryptedGrant&gt; element to decrypt.</param>
1698       <returns>A <see cref="T:System.IO.Stream"></see> object that contains a decrypted &lt;encryptedGrant&gt; element.</returns>
1699     </member>
1700     <member name="T:System.Security.Cryptography.Xml.KeyInfo">
1701       <summary>Represents an XML digital signature or XML encryption &lt;KeyInfo&gt; element.</summary>
1702     </member>
1703     <member name="M:System.Security.Cryptography.Xml.KeyInfo.#ctor">
1704       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> class.</summary>
1705     </member>
1706     <member name="M:System.Security.Cryptography.Xml.KeyInfo.AddClause(System.Security.Cryptography.Xml.KeyInfoClause)">
1707       <summary>Adds a <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see> that represents a particular type of <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> information to the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</summary>
1708       <param name="clause">The <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see> to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</param>
1709     </member>
1710     <member name="P:System.Security.Cryptography.Xml.KeyInfo.Count">
1711       <summary>Gets the number of <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see> objects contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</summary>
1712       <returns>The number of <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see> objects contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</returns>
1713     </member>
1714     <member name="M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator">
1715       <summary>Returns an enumerator of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see> objects in the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</summary>
1716       <returns>An enumerator of the subelements of <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> that can be used to iterate through the collection.</returns>
1717     </member>
1718     <member name="M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator(System.Type)">
1719       <summary>Returns an enumerator of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see> objects of the specified type in the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</summary>
1720       <param name="requestedObjectType">The type of object to enumerate.</param>
1721       <returns>An enumerator of the subelements of <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> that can be used to iterate through the collection.</returns>
1722     </member>
1723     <member name="M:System.Security.Cryptography.Xml.KeyInfo.GetXml">
1724       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</summary>
1725       <returns>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</returns>
1726     </member>
1727     <member name="P:System.Security.Cryptography.Xml.KeyInfo.Id">
1728       <summary>Gets or sets the key information identity.</summary>
1729       <returns>The key information identity.</returns>
1730     </member>
1731     <member name="M:System.Security.Cryptography.Xml.KeyInfo.LoadXml(System.Xml.XmlElement)">
1732       <summary>Loads a <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> state from an XML element.</summary>
1733       <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> state.</param>
1734       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
1735     </member>
1736     <member name="T:System.Security.Cryptography.Xml.KeyInfoClause">
1737       <summary>Represents the abstract base class from which all implementations of <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> subelements inherit.</summary>
1738     </member>
1739     <member name="M:System.Security.Cryptography.Xml.KeyInfoClause.#ctor">
1740       <summary>Initializes a new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see>.</summary>
1741     </member>
1742     <member name="M:System.Security.Cryptography.Xml.KeyInfoClause.GetXml">
1743       <summary>When overridden in a derived class, returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see>.</summary>
1744       <returns>An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see>.</returns>
1745     </member>
1746     <member name="M:System.Security.Cryptography.Xml.KeyInfoClause.LoadXml(System.Xml.XmlElement)">
1747       <summary>When overridden in a derived class, parses the input <see cref="T:System.Xml.XmlElement"></see> and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see> to match.</summary>
1748       <param name="element">The <see cref="T:System.Xml.XmlElement"></see> that specifies the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoClause"></see>.</param>
1749     </member>
1750     <member name="T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey">
1751       <summary>Wraps the <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> class, it to be placed as a subelement of the <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> class.</summary>
1752     </member>
1753     <member name="M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor">
1754       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey"></see> class.</summary>
1755     </member>
1756     <member name="M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor(System.Security.Cryptography.Xml.EncryptedKey)">
1757       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey"></see> class using an <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> object.</summary>
1758       <param name="encryptedKey"></param>
1759     </member>
1760     <member name="P:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.EncryptedKey">
1761       <summary>Gets or sets an <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> object that encapsulates an encrypted key.</summary>
1762       <returns>An <see cref="T:System.Security.Cryptography.Xml.EncryptedKey"></see> object that encapsulates an encrypted key.</returns>
1763       <exception cref="T:System.Security.Cryptography.CryptographicException">The <see cref="P:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.EncryptedKey"></see> property is null.</exception>
1764     </member>
1765     <member name="M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.GetXml">
1766       <summary>Returns an XML representation of a <see cref="T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey"></see> object.</summary>
1767       <returns>An XML representation of a <see cref="T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey"></see> object.</returns>
1768       <exception cref="T:System.Security.Cryptography.CryptographicException">The encrypted key is null.</exception>
1769     </member>
1770     <member name="M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.LoadXml(System.Xml.XmlElement)">
1771       <summary>Parses the input <see cref="T:System.Xml.XmlElement"></see> object and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey"></see> object to match.</summary>
1772       <param name="value">The <see cref="T:System.Xml.XmlElement"></see> object that specifies the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey"></see> object.</param>
1773     </member>
1774     <member name="T:System.Security.Cryptography.Xml.KeyInfoName">
1775       <summary>Represents a &lt;KeyName&gt; subelement of an XMLDSIG or XML Encryption &lt;KeyInfo&gt; element.</summary>
1776     </member>
1777     <member name="M:System.Security.Cryptography.Xml.KeyInfoName.#ctor">
1778       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName"></see> class.</summary>
1779     </member>
1780     <member name="M:System.Security.Cryptography.Xml.KeyInfoName.#ctor(System.String)">
1781       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName"></see> class by specifying the string identifier that is the value of the &lt;KeyName&gt; element.</summary>
1782       <param name="keyName">The string identifier that is the value of the &lt;KeyName&gt; element.</param>
1783     </member>
1784     <member name="M:System.Security.Cryptography.Xml.KeyInfoName.GetXml">
1785       <summary>Returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName"></see> object.</summary>
1786       <returns>An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName"></see> object.</returns>
1787     </member>
1788     <member name="M:System.Security.Cryptography.Xml.KeyInfoName.LoadXml(System.Xml.XmlElement)">
1789       <summary>Parses the input <see cref="T:System.Xml.XmlElement"></see> object and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName"></see> object to match.</summary>
1790       <param name="value">The <see cref="T:System.Xml.XmlElement"></see> object that specifies the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoName"></see> object.</param>
1791       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
1792     </member>
1793     <member name="P:System.Security.Cryptography.Xml.KeyInfoName.Value">
1794       <summary>Gets or sets the string identifier contained within a &lt;KeyName&gt; element.</summary>
1795       <returns>The string identifier that is the value of the &lt;KeyName&gt; element.</returns>
1796     </member>
1797     <member name="T:System.Security.Cryptography.Xml.KeyInfoNode">
1798       <summary>Handles <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> subelements that do not have specific implementations or handlers registered on the machine.</summary>
1799     </member>
1800     <member name="M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor">
1801       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode"></see> class.</summary>
1802     </member>
1803     <member name="M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor(System.Xml.XmlElement)">
1804       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode"></see> class with content taken from the specified <see cref="T:System.Xml.XmlElement"></see>.</summary>
1805       <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"></see>.</param>
1806     </member>
1807     <member name="M:System.Security.Cryptography.Xml.KeyInfoNode.GetXml">
1808       <summary>Returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode"></see>.</summary>
1809       <returns>An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode"></see>.</returns>
1810     </member>
1811     <member name="M:System.Security.Cryptography.Xml.KeyInfoNode.LoadXml(System.Xml.XmlElement)">
1812       <summary>Parses the input <see cref="T:System.Xml.XmlElement"></see> and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode"></see> to match.</summary>
1813       <param name="value">The <see cref="T:System.Xml.XmlElement"></see> that specifies the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode"></see>.</param>
1814     </member>
1815     <member name="P:System.Security.Cryptography.Xml.KeyInfoNode.Value">
1816       <summary>Gets or sets the XML content of the current <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode"></see>.</summary>
1817       <returns>The XML content of the current <see cref="T:System.Security.Cryptography.Xml.KeyInfoNode"></see>.</returns>
1818     </member>
1819     <member name="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod">
1820       <summary>References <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> objects stored at a different location when using XMLDSIG or XML encryption.</summary>
1821     </member>
1822     <member name="M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor">
1823       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see> class.</summary>
1824     </member>
1825     <member name="M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String)">
1826       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see> class with the specified Uniform Resource Identifier (URI) pointing to the referenced <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object.</summary>
1827       <param name="strUri">The Uniform Resource Identifier (URI) of the information to be referenced by the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see>.</param>
1828     </member>
1829     <member name="M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String,System.String)">
1830       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see> class with the specified Uniform Resource Identifier (URI) pointing to the referenced <see cref="T:System.Security.Cryptography.Xml.KeyInfo"></see> object and the URI that describes the type of data to retrieve.</summary>
1831       <param name="strUri">The Uniform Resource Identifier (URI) of the information to be referenced by the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see>.</param>
1832       <param name="typeName"></param>
1833     </member>
1834     <member name="M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.GetXml">
1835       <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see> object.</summary>
1836       <returns>The XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see> object.</returns>
1837     </member>
1838     <member name="M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.LoadXml(System.Xml.XmlElement)">
1839       <summary>Parses the input <see cref="T:System.Xml.XmlElement"></see> object and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see> object to match.</summary>
1840       <param name="value">The XML element that specifies the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see> object.</param>
1841       <exception cref="T:System.ArgumentNullException">The <paramref name="value">value</paramref> parameter is null.</exception>
1842     </member>
1843     <member name="P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Type">
1844       <summary>Gets or sets a Uniform Resource Identifier (URI) that describes the type of data to be retrieved.</summary>
1845       <returns>A Uniform Resource Identifier (URI) that describes the type of data to be retrieved.</returns>
1846     </member>
1847     <member name="P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Uri">
1848       <summary>Gets or sets the Uniform Resource Identifier (URI) of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see> object.</summary>
1849       <returns>The Uniform Resource Identifier (URI) of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod"></see> object.</returns>
1850     </member>
1851     <member name="T:System.Security.Cryptography.Xml.KeyInfoX509Data">
1852       <summary>Represents an &lt;X509Data&gt; subelement of an XMLDSIG or XML Encryption &lt;KeyInfo&gt; element.</summary>
1853     </member>
1854     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor">
1855       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> class.</summary>
1856     </member>
1857     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Byte[])">
1858       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> class from the specified ASN.1 DER encoding of an X.509v3 certificate.</summary>
1859       <param name="rgbCert">The ASN.1 DER encoding of an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> object to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> from.</param>
1860     </member>
1861     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)">
1862       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> class from the specified X.509v3 certificate.</summary>
1863       <param name="cert">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> object to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> from.</param>
1864       <exception cref="T:System.ArgumentNullException">The <paramref name="cert">cert</paramref> parameter is null.</exception>
1865     </member>
1866     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption)">
1867       <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> class from the specified X.509v3 certificate.</summary>
1868       <param name="cert">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> object to initialize the new instance of <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> from.</param>
1869       <param name="includeOption">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509IncludeOption"></see> values that specifies how much of the certificate chain to include.</param>
1870       <exception cref="T:System.ArgumentNullException">The <paramref name="cert">cert</paramref> parameter is null.</exception>
1871       <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate has only a partial certificate chain.</exception>
1872     </member>
1873     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)">
1874       <summary>Adds the specified X.509v3 certificate to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see>.</summary>
1875       <param name="certificate">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> object to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</param>
1876       <exception cref="T:System.ArgumentNullException">The <paramref name="certificate">certificate</paramref> parameter is null.</exception>
1877     </member>
1878     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial(System.String,System.String)">
1879       <summary>Adds the specified issuer name and serial number pair to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</summary>
1880       <param name="issuerName">The issuer name portion of the pair to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</param>
1881       <param name="serialNumber">The serial number portion of the pair to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</param>
1882     </member>
1883     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.Byte[])">
1884       <summary>Adds the specified subject key identifier (SKI) byte array to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</summary>
1885       <param name="subjectKeyId">A byte array that represents the subject key identifier (SKI) to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</param>
1886     </member>
1887     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.String)">
1888       <summary>Adds the specified subject key identifier (SKI) string to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</summary>
1889       <param name="subjectKeyId">A string that represents the subject key identifier (SKI) to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</param>
1890     </member>
1891     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectName(System.String)">
1892       <summary>Adds the subject name of the entity that was issued an X.509v3 certificate to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</summary>
1893       <param name="subjectName">The name of the entity that was issued an X.509 certificate to add to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</param>
1894     </member>
1895     <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.Certificates">
1896       <summary>Gets a list of the X.509v3 certificates contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</summary>
1897       <returns>A list of the X.509 certificates contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</returns>
1898     </member>
1899     <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.CRL">
1900       <summary>Gets or sets the Certificate Revocation List (CRL) contained within the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</summary>
1901       <returns>The Certificate Revocation List (CRL) contained within the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</returns>
1902     </member>
1903     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.GetXml">
1904       <summary>Returns an XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</summary>
1905       <returns>An XML representation of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</returns>
1906     </member>
1907     <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials">
1908       <summary>Gets a list of <see cref="T:System.Security.Cryptography.Xml.X509IssuerSerial"></see> structures that represent an issuer name and serial number pair.</summary>
1909       <returns>A list of <see cref="T:System.Security.Cryptography.Xml.X509IssuerSerial"></see> structures that represent an issuer name and serial number pair.</returns>
1910     </member>
1911     <member name="M:System.Security.Cryptography.Xml.KeyInfoX509Data.LoadXml(System.Xml.XmlElement)">
1912       <summary>Parses the input <see cref="T:System.Xml.XmlElement"></see> object and configures the internal state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object to match.</summary>
1913       <param name="element">The <see cref="T:System.Xml.XmlElement"></see> object that specifies the state of the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</param>
1914       <exception cref="T:System.ArgumentNullException">The <paramref name="element">element</paramref> parameter is null.</exception>
1915       <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="element">element</paramref> parameter does not contain an &lt;X509IssuerName&gt; node.   -or-   The <paramref name="element">element</paramref> parameter does not contain an &lt;X509SerialNumber&gt; node.</exception>
1916     </member>
1917     <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectKeyIds">
1918       <summary>Gets a list of the subject key identifiers (SKIs) contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</summary>
1919       <returns>A list of the subject key identifiers (SKIs) contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</returns>
1920     </member>
1921     <member name="P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectNames">
1922       <summary>Gets a list of the subject names of the entities contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</summary>
1923       <returns>A list of the subject names of the entities contained in the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data"></see> object.</returns>
1924     </member>
1925   </members>
1926 </doc></span>