OpenSSL.Core.Native.EC_GROUP_get0_seed C# (CSharp) Method

EC_GROUP_get0_seed() private method

private EC_GROUP_get0_seed ( IntPtr x ) : byte[]
x System.IntPtr
return byte[]
        public static extern byte[] EC_GROUP_get0_seed(IntPtr x);
Native