Interfaces: Use Root Store for Certificates
This commit is contained in:
parent
cf7adaac27
commit
1189ca5fac
@ -26,7 +26,7 @@ Public Class GraphQLInterface
|
|||||||
_userEmail = Email
|
_userEmail = Email
|
||||||
_userPassword = Password
|
_userPassword = Password
|
||||||
|
|
||||||
Dim oStore As New X509Store(StoreName.My, StoreLocation.CurrentUser)
|
Dim oStore As New X509Store(StoreName.Root, StoreLocation.CurrentUser)
|
||||||
oStore.Open(OpenFlags.ReadOnly)
|
oStore.Open(OpenFlags.ReadOnly)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user