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

EC_KEY_get_conv_form() private method

private EC_KEY_get_conv_form ( IntPtr x ) : int
x System.IntPtr
return int
        public static extern int EC_KEY_get_conv_form(IntPtr x);
Native