2 references to TypeToFriendlyName
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptor.cs (2)
46
new XAttribute("algorithm", ManagedAlgorithmHelpers.
TypeToFriendlyName
(Configuration.EncryptionAlgorithmType)),
50
new XAttribute("algorithm", ManagedAlgorithmHelpers.
TypeToFriendlyName
(Configuration.ValidationAlgorithmType)));