<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" />

System.Security.Cryptography.CngKeyHandleOpenOptions

Specifies options for opening key handles.
namespace System.Security.Cryptography { public enum CngKeyHandleOpenOptions { None = 0, EphemeralKey = 1 } }