Opc.Ua.WindowsCertificateStore.NativeMethods.CertOpenStore C# (CSharp) Method

CertOpenStore() private method

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
return System.IntPtr
            public static extern IntPtr CertOpenStore(
                IntPtr lpszStoreProvider,
                uint dwEncodingType,
                IntPtr hCryptProv,
                uint dwFlags,
                IntPtr pvPara);