3 references to Equal
Microsoft.AspNetCore.DataProtection.Tests (3)
Cng\CbcAuthenticatedEncryptorTests.cs (1)
32
Assert.
Equal
(plaintext.AsSpan(), decipheredtext.AsSpan());
Cng\GcmAuthenticatedEncryptorTests.cs (1)
29
Assert.
Equal
(plaintext.AsSpan(), decipheredtext.AsSpan());
Managed\ManagedAuthenticatedEncryptorTests.cs (1)
28
Assert.
Equal
(plaintext.AsSpan(), decipheredtext.AsSpan());