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

X509_verify_cert_error_string() private method

private X509_verify_cert_error_string ( int n ) : IntPtr
n int
return IntPtr
        public static extern IntPtr X509_verify_cert_error_string(int n);
Native