Skip to content

Commit 1393cbf

Browse files
committed
Resolve comment.
1 parent 35173fc commit 1393cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Security.Cryptography/RSACng.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ If a key is loaded via the <xref:System.Security.Cryptography.RSACng.ImportParam
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" />, 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>
366+
<paramref name="padding" />.<see cref="P:System.Security.Cryptography.RSAEncryptionPadding.Mode" /> isn't equal to <see cref="F:System.Security.Cryptography.RSAEncryptionPaddingMode.Pkcs1" /> or <see cref="F:System.Security.Cryptography.RSAEncryptionPaddingMode.Oaep" />.</exception>
367367
</Docs>
368368
</Member>
369369
<Member MemberName="EncryptValue">

0 commit comments

Comments
 (0)