You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update RSACryptoServiceProvider.xml
- Remove irrelevant mention of SQL Server 2005 (nvarchar is supported in every modern version)
- Add missing details for LegalKeySizes
* minor formatting
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography/RSACryptoServiceProvider.xml
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -469,7 +469,7 @@
469
469
## Examples
470
470
The following code example encrypts and decrypts data.
471
471
472
-
This example uses the <xref:System.Text.ASCIIEncoding> class; however, the <xref:System.Text.UnicodeEncoding> class may be preferable in large data operations. The encrypted value can be saved as an `nvarchar` data type in Microsoft SQL Server 2005.
472
+
This example uses the <xref:System.Text.ASCIIEncoding> class; however, the <xref:System.Text.UnicodeEncoding> class may be preferable in large data operations. The encrypted value can be saved as an `nvarchar` data type in Microsoft SQL Server.
<summary>Gets the key sizes that are supported by the asymmetric algorithm.</summary>
1300
+
<value>An array that contains the key sizes supported by the asymmetric algorithm.</value>
1301
+
<remarks>
1302
+
<formattype="text/markdown"><![CDATA[
1303
+
1304
+
## Remarks
1305
+
1306
+
The supported RSA key sizes depend on the available cryptographic service provider. For more information, see <xref:System.Security.Cryptography.RSACryptoServiceProvider#remarks> remarks.
0 commit comments