Opc.Ua.CertificateFactory.NativeMethods.CryptEncodeObjectEx C# (CSharp) Method

CryptEncodeObjectEx() private method

private CryptEncodeObjectEx ( int dwCertEncodingType, [ lpszStructType, IntPtr pvStructInfo, int dwFlags, IntPtr pEncodePara, IntPtr pvEncoded, int &pcbEncoded ) : int
dwCertEncodingType int
lpszStructType [
pvStructInfo System.IntPtr
dwFlags int
pEncodePara System.IntPtr
pvEncoded System.IntPtr
pcbEncoded int
return int
            public static extern int CryptEncodeObjectEx(
                int dwCertEncodingType,
                [MarshalAs(UnmanagedType.LPStr)]
                string lpszStructType,
                IntPtr pvStructInfo,
                int dwFlags,
                IntPtr pEncodePara,
                IntPtr pvEncoded,
                ref int pcbEncoded);