9 references to SecretAssert
Microsoft.AspNetCore.DataProtection.Tests (9)
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorConfigurationTests.cs (3)
21SecretAssert.NotEqual(masterKey1, masterKey2); 22SecretAssert.LengthIs(512 /* bits */, masterKey1); 23SecretAssert.LengthIs(512 /* bits */, masterKey2);
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorConfigurationTests.cs (3)
21SecretAssert.NotEqual(masterKey1, masterKey2); 22SecretAssert.LengthIs(512 /* bits */, masterKey1); 23SecretAssert.LengthIs(512 /* bits */, masterKey2);
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorConfigurationTests.cs (3)
21SecretAssert.NotEqual(masterKey1, masterKey2); 22SecretAssert.LengthIs(512 /* bits */, masterKey1); 23SecretAssert.LengthIs(512 /* bits */, masterKey2);