System.Security.Cryptography.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);
}
}