Skip to content

Commit ec70b6e

Browse files
committed
more details
1 parent 2524a15 commit ec70b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataProtection/DataProtection/src/Managed/ManagedAuthenticatedEncryptor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public byte[] Decrypt(ArraySegment<byte> protectedPayload, ArraySegment<byte> ad
251251
{
252252
if (correctHashLease is not null)
253253
{
254-
// it was not cleaned in previous implementation (var correctHash = new byte[])
254+
// it was not cleaned in previous (netFx) implementation (var correctHash = new byte[])
255255
DataProtectionPool.Return(correctHashLease, clearArray: false);
256256
}
257257
}

0 commit comments

Comments
 (0)