From d5d0f04a8b304b0b5d1658de5d326e684412323a Mon Sep 17 00:00:00 2001 From: forest93 Date: Sat, 27 Jul 2019 15:16:00 +0800 Subject: [PATCH 1/4] RSACng.Encrypt used wrong "Pkcs1" link. --- xml/System.Security.Cryptography/RSACng.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Security.Cryptography/RSACng.xml b/xml/System.Security.Cryptography/RSACng.xml index f6292c3e9df..7e4ff04669a 100644 --- a/xml/System.Security.Cryptography/RSACng.xml +++ b/xml/System.Security.Cryptography/RSACng.xml @@ -239,7 +239,7 @@ If a key is loaded via the The decrypted data. To be added. - is . + is . -or- @@ -363,7 +363,7 @@ If a key is loaded via the is . - does not equal or . + does not equal . From 35173fc415fa25c0e0466e741b65071ed3e5036e Mon Sep 17 00:00:00 2001 From: forest93 Date: Sat, 27 Jul 2019 15:21:33 +0800 Subject: [PATCH 2/4] Checked the source code. Corrrection. --- xml/System.Security.Cryptography/RSACng.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Security.Cryptography/RSACng.xml b/xml/System.Security.Cryptography/RSACng.xml index 7e4ff04669a..204673d30aa 100644 --- a/xml/System.Security.Cryptography/RSACng.xml +++ b/xml/System.Security.Cryptography/RSACng.xml @@ -357,13 +357,13 @@ If a key is loaded via the The encrypted data. To be added. - is . + is . -or- is . - does not equal . + does not equal , or else the of does not equal . From 1393cbfb0aa060289c215ba10cab96cdb65625a1 Mon Sep 17 00:00:00 2001 From: forest93 Date: Fri, 9 Aug 2019 22:40:17 +0800 Subject: [PATCH 3/4] Resolve comment. --- xml/System.Security.Cryptography/RSACng.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Security.Cryptography/RSACng.xml b/xml/System.Security.Cryptography/RSACng.xml index 204673d30aa..63ec705e2d0 100644 --- a/xml/System.Security.Cryptography/RSACng.xml +++ b/xml/System.Security.Cryptography/RSACng.xml @@ -363,7 +363,7 @@ If a key is loaded via the is . - does not equal , or else the of does not equal . + . isn't equal to or . From d1a0571ab1774a631a2137190e2e648f172771ee Mon Sep 17 00:00:00 2001 From: forest93 Date: Sat, 14 Dec 2019 00:39:11 +0800 Subject: [PATCH 4/4] Keep exception description in Decrypt consistent with Encrypt. --- xml/System.Security.Cryptography/RSACng.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Security.Cryptography/RSACng.xml b/xml/System.Security.Cryptography/RSACng.xml index 63ec705e2d0..8d8716ac688 100644 --- a/xml/System.Security.Cryptography/RSACng.xml +++ b/xml/System.Security.Cryptography/RSACng.xml @@ -1,4 +1,4 @@ - + @@ -245,7 +245,7 @@ If a key is loaded via the is . - does not equal , or else the of does not equal . + . isn't equal to or .