<PackageReference Include="Microsoft.Bcl.Cryptography" Version="11.0.0-preview.2.26159.112" />

System.Security.Cryptography.ECCng

static class ECCng
namespace System.Security.Cryptography { internal static class ECCng { internal delegate TResult EncodeBlobFunc<TResult> (byte[] blob); internal delegate T DecodeBlobFunc<T> (global::Interop.BCrypt.KeyBlobMagicNumber magic, byte[] x, byte[] y, byte[] d); } }