From 1189ca5fac1df2b554b8f4dcbc857ce31c00251d Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 20 May 2020 13:37:12 +0200 Subject: [PATCH] Interfaces: Use Root Store for Certificates --- Modules.Interfaces/GraphQLInterface.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules.Interfaces/GraphQLInterface.vb b/Modules.Interfaces/GraphQLInterface.vb index 043e08ea..45a4909d 100644 --- a/Modules.Interfaces/GraphQLInterface.vb +++ b/Modules.Interfaces/GraphQLInterface.vb @@ -26,7 +26,7 @@ Public Class GraphQLInterface _userEmail = Email _userPassword = Password - Dim oStore As New X509Store(StoreName.My, StoreLocation.CurrentUser) + Dim oStore As New X509Store(StoreName.Root, StoreLocation.CurrentUser) oStore.Open(OpenFlags.ReadOnly)