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