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

X509_PUBKEY_free() private method

private X509_PUBKEY_free ( IntPtr pkey ) : void
pkey IntPtr
return void
        public static extern void X509_PUBKEY_free(IntPtr pkey);
Native