File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
xml/System.Security.Cryptography Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 290290 </ReturnValue >
291291 <Docs >
292292 <summary >Gets a value that indicates whether multiple blocks can be transformed.</summary >
293- <value >Always < see langword = " false " /> .</value >
293+ <value >A value that indicates whether multiple blocks can be transformed .</value >
294294 <remarks >
295295 <format type =" text/markdown" ><![CDATA[
296296
297297## Remarks
298- In the current implementation, only one block can be transformed at a time, so this property is always `false`.
298+ Prior to .NET 5, only one block can be transformed at a time, so this property returns `false`.
299+
300+ Starting in .NET 5, multiple blocks can be transformed, so this property returns `true`.
299301
300302 ]]> </format >
301303 </remarks >
You can’t perform that action at this time.
0 commit comments