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

X509V3_EXT_add_nconf() private method

private X509V3_EXT_add_nconf ( IntPtr conf, IntPtr ctx, byte section, IntPtr cert ) : int
conf IntPtr
ctx IntPtr
section byte
cert IntPtr
return int
        public static extern int X509V3_EXT_add_nconf(IntPtr conf, IntPtr ctx, byte[] section, IntPtr cert);
Native