From ee986fd62122d2e98ad7dc3c1965de58c2220370 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:01:18 -0800 Subject: [PATCH 1/3] Fix grammar --- .../X509CertificateLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml b/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml index c02da299710..8129e872281 100644 --- a/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml +++ b/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml @@ -28,7 +28,7 @@ - Provides methods for loading an X.509 certificate or a PKCS#12 PFX containing certificates. + Provides methods for loading an X.509 or PKCS#12 PFX-containing certificate. To be added. From 95bb533b367e379fc7950b8735efa951261e69d2 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:50:46 -0800 Subject: [PATCH 2/3] Update xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml --- .../X509CertificateLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml b/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml index 8129e872281..f241f44f284 100644 --- a/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml +++ b/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml @@ -28,7 +28,7 @@ - Provides methods for loading an X.509 or PKCS#12 PFX-containing certificate. + Provides methods for loading an X.509 certificate or PKCS#12 PFX-containing certificates. To be added. From 9b13fd4c7235755d525f09f8dd57f9659d49b1c1 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:00:17 -0800 Subject: [PATCH 3/3] Update xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml --- .../X509CertificateLoader.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml b/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml index f241f44f284..e1a53f556dc 100644 --- a/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml +++ b/xml/System.Security.Cryptography.X509Certificates/X509CertificateLoader.xml @@ -28,7 +28,7 @@ - Provides methods for loading an X.509 certificate or PKCS#12 PFX-containing certificates. + Provides methods for loading an X.509 certificate or a PKCS#12 PFX that contains certificates. To be added.