|
24 | 24 | <Docs>
|
25 | 25 | <summary>Represents the <<see langword="RSAKeyValue" />> element of an XML signature.</summary>
|
26 | 26 | <remarks>
|
27 |
| - <format type="text/markdown"><]
|
50 | 50 | [!code-csharp[System.Security.Cryptography.XML-XMLDsigDetached#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/CS/xmldsigdetach.cs#1)]
|
51 |
| - [!code-vb[System.Security.Cryptography.XML-XMLDsigDetached#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/VB/xmldsigdetach.vb#1)] |
52 |
| - |
53 |
| - ]]></format> |
| 51 | + [!code-vb[System.Security.Cryptography.XML-XMLDsigDetached#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/VB/xmldsigdetach.vb#1)] |
| 52 | +
|
| 53 | + ]]></format> |
54 | 54 | </remarks>
|
55 | 55 | </Docs>
|
56 | 56 | <Members>
|
|
86 | 86 | <Docs>
|
87 | 87 | <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.RSAKeyValue" /> class with a new randomly generated <see cref="T:System.Security.Cryptography.RSA" /> public key.</summary>
|
88 | 88 | <remarks>
|
89 |
| - <format type="text/markdown"><![CDATA[ |
90 |
| - |
| 89 | + <format type="text/markdown"><![CDATA[ |
| 90 | +
|
91 | 91 | ## Remarks
|
92 |
| - This constructor creates a new instance of the default implementation of <xref:System.Security.Cryptography.RSA> to hold the public key. |
93 |
| - |
94 |
| - ]]></format> |
| 92 | + This constructor creates a new instance of the default implementation of <xref:System.Security.Cryptography.RSA> to hold the public key. |
| 93 | +
|
| 94 | + ]]></format> |
95 | 95 | </remarks>
|
96 | 96 | </Docs>
|
97 | 97 | </Member>
|
|
122 | 122 | <param name="key">The instance of an implementation of <see cref="T:System.Security.Cryptography.RSA" /> that holds the public key.</param>
|
123 | 123 | <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Xml.RSAKeyValue" /> class with the specified <see cref="T:System.Security.Cryptography.RSA" /> public key.</summary>
|
124 | 124 | <remarks>
|
125 |
| - <format type="text/markdown"><]
|
137 | 137 | [!code-csharp[System.Security.Cryptography.XML-XMLDsigDetached#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/CS/xmldsigdetach.cs#1)]
|
138 |
| - [!code-vb[System.Security.Cryptography.XML-XMLDsigDetached#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/VB/xmldsigdetach.vb#1)] |
139 |
| - |
140 |
| - ]]></format> |
| 138 | + [!code-vb[System.Security.Cryptography.XML-XMLDsigDetached#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Security.Cryptography.XML-XMLDsigDetached/VB/xmldsigdetach.vb#1)] |
| 139 | +
|
| 140 | + ]]></format> |
141 | 141 | </remarks>
|
142 | 142 | </Docs>
|
143 | 143 | </Member>
|
|
168 | 168 | <Docs>
|
169 | 169 | <summary>Returns the XML representation of the <see cref="T:System.Security.Cryptography.RSA" /> key clause.</summary>
|
170 | 170 | <returns>The XML representation of the <see cref="T:System.Security.Cryptography.RSA" /> key clause.</returns>
|
171 |
| - <remarks>To be added.</remarks> |
| 171 | + <remarks> |
| 172 | + <format type="text/markdown"><![CDATA[ |
| 173 | +
|
| 174 | +Based upon https://www.w3.org/TR/xmldsig-core/#sec-RSAKeyValue. |
| 175 | +
|
| 176 | + ]]></format> |
| 177 | + </remarks> |
172 | 178 | </Docs>
|
173 | 179 | </Member>
|
174 | 180 | <Member MemberName="Key">
|
|
198 | 204 | <summary>Gets or sets the instance of <see cref="T:System.Security.Cryptography.RSA" /> that holds the public key.</summary>
|
199 | 205 | <value>The instance of <see cref="T:System.Security.Cryptography.RSA" /> that holds the public key.</value>
|
200 | 206 | <remarks>
|
201 |
| - <format type="text/markdown"><![CDATA[ |
202 |
| - |
| 207 | + <format type="text/markdown"><![CDATA[ |
| 208 | +
|
203 | 209 | ## Remarks
|
204 | 210 | The <xref:System.Security.Cryptography.Xml.RSAKeyValue.Key%2A> property represents the public key to add to an XML digital signature using the `<Modulus>` subelement and the `<Exponent>` subelement of the `<RSAKeyValue>` element.
|
205 | 211 |
|
206 |
| - For more information about XML digital signatures, see the W3C specification at www.w3.org/TR/xmldsig-core/. |
207 |
| - |
208 |
| - ]]></format> |
| 212 | + For more information about XML digital signatures, see the W3C specification at www.w3.org/TR/xmldsig-core/. |
| 213 | +
|
| 214 | + ]]></format> |
209 | 215 | </remarks>
|
210 | 216 | </Docs>
|
211 | 217 | </Member>
|
|
238 | 244 | <Docs>
|
239 | 245 | <param name="value">The XML element from which to load the <see cref="T:System.Security.Cryptography.RSA" /> key clause.</param>
|
240 | 246 | <summary>Loads an <see cref="T:System.Security.Cryptography.RSA" /> key clause from an XML element.</summary>
|
241 |
| - <remarks>To be added.</remarks> |
| 247 | + <remarks> |
| 248 | + <format type="text/markdown"><![CDATA[ |
| 249 | +
|
| 250 | +Based upon https://www.w3.org/TR/xmldsig-core/#sec-RSAKeyValue. |
| 251 | +
|
| 252 | + ]]></format> |
| 253 | + </remarks> |
242 | 254 | <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is <see langword="null" />.</exception>
|
243 | 255 | <exception cref="T:System.Security.Cryptography.CryptographicException">The <paramref name="value" /> parameter is not a valid <see cref="T:System.Security.Cryptography.RSA" /> key clause XML element.</exception>
|
244 | 256 | </Docs>
|
|
0 commit comments