From a97aeb7090381261c9ed9f750b43951d56ca5bb0 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Wed, 18 Sep 2024 20:50:06 -0400 Subject: [PATCH] Fix incorrect parameter references in ToBase64Transform (#10412) --- xml/System.Security.Cryptography/ToBase64Transform.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.Security.Cryptography/ToBase64Transform.xml b/xml/System.Security.Cryptography/ToBase64Transform.xml index 9141aaca8fd..5c908fa8d0f 100644 --- a/xml/System.Security.Cryptography/ToBase64Transform.xml +++ b/xml/System.Security.Cryptography/ToBase64Transform.xml @@ -732,13 +732,13 @@ For more information about `Dispose` and `Finalize`, see [Cleaning Up Unmanaged The current object has already been disposed. The data size is not valid. - The parameter contains an invalid offset length. + The parameter contains an invalid offset length. -or- The parameter contains an invalid value. The parameter is . - The parameter requires a non-negative number. + The parameter requires a non-negative number and less than or equal to the length of . Cryptographic Services @@ -812,13 +812,13 @@ For more information about `Dispose` and `Finalize`, see [Cleaning Up Unmanaged ]]> The current object has already been disposed. - The parameter contains an invalid offset length. + The parameter contains an invalid offset length. -or- The parameter contains an invalid value. The parameter is . - The parameter requires a non-negative number. + The parameter requires a non-negative number and less than or equal to the length of . Cryptographic Services