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

X509_NAME_free() private method

private X509_NAME_free ( IntPtr a ) : void
a IntPtr
return void
        public static extern void X509_NAME_free(IntPtr a);
Native