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

X509_NAME_get_text_by_NID() private method

private X509_NAME_get_text_by_NID ( IntPtr name, int nid, byte buf, int len ) : int
name IntPtr
nid int
buf byte
len int
return int
        public static extern int X509_NAME_get_text_by_NID(IntPtr name, int nid, byte[] buf, int len);
Native