<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0-rc.2.20475.5" />
System.Security.Cryptography.CngKeyHandleOpenOptions
namespace System.Security.Cryptography
{
public enum CngKeyHandleOpenOptions
{
EphemeralKey = 1,
None = 0
}
}