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