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

EVP_PKEY_bits() private method

private EVP_PKEY_bits ( IntPtr pkey ) : int
pkey System.IntPtr
return int
        public static extern int EVP_PKEY_bits(IntPtr pkey);
Native