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