Opc.Ua.CertificateFactory.NativeMethods.CryptEncodeObjectEx C# (CSharp) 메소드

CryptEncodeObjectEx() 개인적인 메소드

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
리턴 int
            public static extern int CryptEncodeObjectEx(
                int dwCertEncodingType,
                [MarshalAs(UnmanagedType.LPStr)]
                string lpszStructType,
                IntPtr pvStructInfo,
                int dwFlags,
                IntPtr pEncodePara,
                IntPtr pvEncoded,
                ref int pcbEncoded);