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

System.Security.Cryptography.CngKeyHandleOpenOptions

namespace System.Security.Cryptography { public enum CngKeyHandleOpenOptions { EphemeralKey = 1, None = 0 } }