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

CertEnumSystemStore() private method

private CertEnumSystemStore ( uint dwFlags, IntPtr pvSystemStoreLocationPara, IntPtr pvArg, EnumStoreCallbackDelegate pfnEnum ) : int
dwFlags uint
pvSystemStoreLocationPara System.IntPtr
pvArg System.IntPtr
pfnEnum EnumStoreCallbackDelegate
return int
            public static extern int CertEnumSystemStore(
                uint dwFlags,
                IntPtr pvSystemStoreLocationPara,
                IntPtr pvArg,
                EnumStoreCallbackDelegate pfnEnum);
        }