6 references to LengthIs
Microsoft.AspNetCore.DataProtection.Tests (6)
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorConfigurationTests.cs (2)
20SecretAssert.LengthIs(512 /* bits */, masterKey1); 21SecretAssert.LengthIs(512 /* bits */, masterKey2);
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorConfigurationTests.cs (2)
20SecretAssert.LengthIs(512 /* bits */, masterKey1); 21SecretAssert.LengthIs(512 /* bits */, masterKey2);
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorConfigurationTests.cs (2)
20SecretAssert.LengthIs(512 /* bits */, masterKey1); 21SecretAssert.LengthIs(512 /* bits */, masterKey2);