2 references to CustomAlgorithm
Microsoft.AspNetCore.DataProtection.Tests (2)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs (2)
96<encryption algorithm='{typeof(CustomAlgorithm).AssemblyQualifiedName}' keyLength='192' /> 108Assert.Equal(typeof(CustomAlgorithm), managedDescriptor.Configuration.EncryptionAlgorithmType);