3 references to KnownAlgorithmTypes
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\ConfigurationModel\ManagedAlgorithmHelpers.cs (3)
26
if (
KnownAlgorithmTypes
.Contains(type))
42
foreach (var knownType in
KnownAlgorithmTypes
)
53
if (
KnownAlgorithmTypes
.Contains(type))