Opc.Ua.WindowsCertificateStore.NativeMethods.CertOpenStore C# (CSharp) 메소드

CertOpenStore() 개인적인 메소드

private CertOpenStore ( IntPtr lpszStoreProvider, uint dwEncodingType, IntPtr hCryptProv, uint dwFlags, IntPtr pvPara ) : IntPtr
lpszStoreProvider System.IntPtr
dwEncodingType uint
hCryptProv System.IntPtr
dwFlags uint
pvPara System.IntPtr
리턴 System.IntPtr
            public static extern IntPtr CertOpenStore(
                IntPtr lpszStoreProvider,
                uint dwEncodingType,
                IntPtr hCryptProv,
                uint dwFlags,
                IntPtr pvPara);