2 references to DataProtectionKeysFolderName
Microsoft.AspNetCore.DataProtection (2)
Repositories\DefaultKeyStorageDirectories.cs (2)
60retVal = new DirectoryInfo(Path.Combine(homePath, ".aspnet", DataProtectionKeysFolderName)); 110return new DirectoryInfo(Path.Combine(basePath, "ASP.NET", DataProtectionKeysFolderName));