Skip to content

Commit 056a526

Browse files
committed
Checked the source code. Corrrection.
1 parent ca47fc8 commit 056a526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Security.Cryptography/RSACng.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,13 @@
335335
<returns>The encrypted data.</returns>
336336
<remarks>To be added.</remarks>
337337
<exception cref="T:System.ArgumentNullException">
338-
<paramref name="data" /> is <see langword="null" />.
338+
<paramref name="data" /> is <see langword="null" />.
339339

340340
-or-
341341

342342
<paramref name="padding" /> is <see langword="null" />.</exception>
343343
<exception cref="T:System.Security.Cryptography.CryptographicException">
344-
<paramref name="padding" /> does not equal <see cref="P:System.Security.Cryptography.RSAEncryptionPadding.Pkcs1" />.</exception>
344+
<paramref name="padding" /> does not equal <see cref="P:System.Security.Cryptography.RSAEncryptionPadding.Pkcs1" />, or else the <see cref="P:System.Security.Cryptography.RSAEncryptionPadding.Mode" /> of <paramref name="padding" /> does not equal <see cref="F:System.Security.Cryptography.RSAEncryptionPaddingMode.Oaep" />.</exception>
345345
</Docs>
346346
</Member>
347347
<Member MemberName="EncryptValue">

0 commit comments

Comments
 (0)