2 references to CreateFactory
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ManagedAuthenticatedEncryptorFactory.cs (2)
78return AlgorithmActivator.CreateFactory<KeyedHashAlgorithm>(configuration.ValidationAlgorithmType); 103return AlgorithmActivator.CreateFactory<SymmetricAlgorithm>(configuration.EncryptionAlgorithmType);