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

X509_STORE_CTX_get_error_depth() private method

private X509_STORE_CTX_get_error_depth ( IntPtr x509_store_ctx ) : int
x509_store_ctx IntPtr
return int
        public static extern int X509_STORE_CTX_get_error_depth(IntPtr x509_store_ctx);
Native