Skip to content

Commit f822810

Browse files
authored
Fix typo in snippets/csharp/System.Security.Cryptography/RSACryptoServiceProvider/Overview/sample.cs (dotnet#9174)
1 parent e154a43 commit f822810

File tree

1 file changed

+1
-1
lines changed
  • snippets/csharp/System.Security.Cryptography/RSACryptoServiceProvider/Overview

1 file changed

+1
-1
lines changed

snippets/csharp/System.Security.Cryptography/RSACryptoServiceProvider/Overview/sample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static byte[] RSAEncrypt(byte[] DataToEncrypt, RSAParameters RSAKeyInfo,
5555
{
5656

5757
//Import the RSA Key information. This only needs
58-
//toinclude the public key information.
58+
//to include the public key information.
5959
RSA.ImportParameters(RSAKeyInfo);
6060

6161
//Encrypt the passed byte array and specify OAEP padding.

0 commit comments

Comments
 (0)