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

EVP_PKEY_copy_parameters() private method

private EVP_PKEY_copy_parameters ( IntPtr to, IntPtr from ) : int
to System.IntPtr
from System.IntPtr
return int
        public static extern int EVP_PKEY_copy_parameters(IntPtr to, IntPtr from);
Native