3 references to X509Store
Infrastructure.Common (2)
CertificateManager.cs (2)
140
using (X509Store store = new
X509Store
(keychain.DangerousGetHandle()))
194
using (X509Store store = new
X509Store
(handle.DangerousGetHandle()))
Security.TransportSecurity.IntegrationTests (1)
Tcp\ClientCredentialTypeTests.OSX.cs (1)
143
using (store = new
X509Store
(keychain.DangerousGetHandle()))