From 3e53601fd3ab8fec4ca71fd838b6eaea1e2b26d8 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Wed, 18 Sep 2024 17:05:02 -0400 Subject: [PATCH] Fix incorrect parameter references in ToBase64Transform --- 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