Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions xml/System.Security.Cryptography/FromBase64Transform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,14 @@
</ReturnValue>
<Docs>
<summary>Gets a value that indicates whether multiple blocks can be transformed.</summary>
<value>Always <see langword="false" />.</value>
<value>A value that indicates whether multiple blocks can be transformed.</value>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
In the current implementation, only one block can be transformed at a time, so this property is always `false`.
Prior to .NET 5, only one block can be transformed at a time, so this property returns `false`.

Starting in .NET 5, multiple blocks can be transformed, so this property returns `true`.

]]></format>
</remarks>
Expand Down