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