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)