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

EC_KEY_get_key_method_data() private method

private EC_KEY_get_key_method_data ( IntPtr x, EC_KEY_dup_func dup_func, EC_KEY_free_func free_func, EC_KEY_free_func clear_free_func ) : IntPtr
x System.IntPtr
dup_func EC_KEY_dup_func
free_func EC_KEY_free_func
clear_free_func EC_KEY_free_func
return System.IntPtr
        public static extern IntPtr EC_KEY_get_key_method_data(IntPtr x, EC_KEY_dup_func dup_func, EC_KEY_free_func free_func, EC_KEY_free_func clear_free_func);
Native