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