9 references to X509Store
System (3)
net\System\Net\_SecureChannel.cs (1)
392store = new X509Store(StoreName.My, storeLocation);
net\System\Net\UnsafeNativeMethods.cs (1)
1700X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
security\system\security\cryptography\x509\x509store.cs (1)
56public X509Store (StoreName storeName) : this(storeName, StoreLocation.CurrentUser) {}
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (1)
466certificateStore = new X509Store(storeName, storeLocation);
System.IdentityModel (1)
System\IdentityModel\X509Util.cs (1)
78X509Store store = new X509Store(storeName, storeLocation);
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
360X509Store store = new X509Store(StoreName.Disallowed, StoreLocation.CurrentUser); 455store = new X509Store(StoreName.TrustedPublisher, StoreLocation.CurrentUser);
WsatConfig (2)
Configuration\CertificateManager.cs (2)
158store = new X509Store(StoreName.My, StoreLocation.LocalMachine); 262store = new X509Store(StoreName.My, StoreLocation.LocalMachine);