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