我在尝试
services.AddDataProtection()
.SetApplicationName("Testervice")
.ProtectKeysWithCertificate(newCert);
但有错误
System.Security.Cryptography.CryptographicException:未在密钥环中找到
我在尝试
services.AddDataProtection()
.SetApplicationName("Testervice")
.ProtectKeysWithCertificate(newCert);
但有错误
System.Security.Cryptography.CryptographicException:未在密钥环中找到