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

CryptDecodeObjectEx() private method

private CryptDecodeObjectEx ( int dwCertEncodingType, [ lpszStructType, IntPtr pbEncoded, int cbEncoded, int dwFlags, IntPtr pDecodePara, IntPtr pvStructInfo, int &pcbStructInfo ) : int
dwCertEncodingType int
lpszStructType [
pbEncoded System.IntPtr
cbEncoded int
dwFlags int
pDecodePara System.IntPtr
pvStructInfo System.IntPtr
pcbStructInfo int
return int
            public static extern int CryptDecodeObjectEx(
                int dwCertEncodingType,
                [MarshalAs(UnmanagedType.LPStr)]
                string lpszStructType,
                IntPtr pbEncoded,
                int cbEncoded,
                int dwFlags,
                IntPtr pDecodePara,
                IntPtr pvStructInfo,
                ref int pcbStructInfo);