From 3b5bab90a87f9ad952214248fe3ac3355ab38c57 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Tue, 24 Jun 2025 17:26:41 -0400 Subject: [PATCH] Fix FromBase64Transform.CanTransformMultipleBlocks to not say "always false". --- xml/System.Security.Cryptography/FromBase64Transform.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xml/System.Security.Cryptography/FromBase64Transform.xml b/xml/System.Security.Cryptography/FromBase64Transform.xml index dcdde0d8deb..c0da6af3a85 100644 --- a/xml/System.Security.Cryptography/FromBase64Transform.xml +++ b/xml/System.Security.Cryptography/FromBase64Transform.xml @@ -290,12 +290,14 @@ Gets a value that indicates whether multiple blocks can be transformed. - Always . + A value that indicates whether multiple blocks can be transformed.