Skip to content

Commit 35173fc

Browse files
committed
Checked the source code. Corrrection.
1 parent d5d0f04 commit 35173fc

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
@@ -357,13 +357,13 @@ If a key is loaded via the <xref:System.Security.Cryptography.RSACng.ImportParam
357357
<returns>The encrypted data.</returns>
358358
<remarks>To be added.</remarks>
359359
<exception cref="T:System.ArgumentNullException">
360-
<paramref name="data" /> is <see langword="null" />.
360+
<paramref name="data" /> is <see langword="null" />.
361361

362362
-or-
363363

364364
<paramref name="padding" /> is <see langword="null" />.</exception>
365365
<exception cref="T:System.Security.Cryptography.CryptographicException">
366-
<paramref name="padding" /> does not equal <see cref="P:System.Security.Cryptography.RSAEncryptionPadding.Pkcs1" />.</exception>
366+
<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>
367367
</Docs>
368368
</Member>
369369
<Member MemberName="EncryptValue">

0 commit comments

Comments
 (0)