我在每个应用程序启动时都有这个。
有人知道这是从哪里来的吗?
信息: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager用户配置文件是可用的。使用‘/Users/thomas/..aspnet/DataProtection’作为密钥存储库;密钥在rest时不会被加密。
// run the web host
var PathToContentRoot = Directory.GetCurrentDirectory();
var Host = WebHost.CreateDefaultBuilder()