Interfaces: Use Root Store for Certificates

This commit is contained in:
Jonathan Jenne 2020-05-20 13:37:12 +02:00
parent cf7adaac27
commit 1189ca5fac

View File

@ -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)