25 instantiations of X509Store
System (3)
net\System\Net\_SecureChannel.cs (2)
171store = new X509Store(context.hCertStore); 392store = new X509Store(StoreName.My, storeLocation);
net\System\Net\UnsafeNativeMethods.cs (1)
1700X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (1)
466certificateStore = new X509Store(storeName, storeLocation);
System.IdentityModel (4)
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
285X509Store store = new X509Store(intermediatesCertContext.hCertStore);
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
215X509Store store = new X509Store(this.certStoreHandle.DangerousGetHandle());
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
169store = new X509Store(this.storeName, this.storeLocation);
System\IdentityModel\X509Util.cs (1)
78X509Store store = new X509Store(storeName, storeLocation);
System.Net (2)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
161X509Store certStore = new X509Store(certHandle.DangerousGetHandle()); 211X509Store certStore = new X509Store(certHandle.DangerousGetHandle());
System.Security (8)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
1047X509Store cuMy = new X509Store("MY", StoreLocation.CurrentUser); 1056X509Store lmMy = new X509Store("MY", StoreLocation.LocalMachine); 1085X509Store cuMy = new X509Store("AddressBook", StoreLocation.CurrentUser); 1094X509Store lmMy = new X509Store("AddressBook", StoreLocation.LocalMachine);
system\security\cryptography\pkcs\pkcsutils.cs (2)
490X509Store store = new X509Store("AddressBook"); 527X509Store store = new X509Store();
system\security\cryptography\xml\utils.cs (2)
882stores[0] = new X509Store(storeName, StoreLocation.CurrentUser); 883stores[1] = new X509Store(storeName, StoreLocation.LocalMachine);
System.ServiceModel (1)
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
743store = new X509Store(context.hCertStore);
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);
WindowsBase (2)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1201X509Store store = new X509Store(StoreLocation.CurrentUser);
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (1)
897X509Store store = new X509Store(StoreLocation.CurrentUser);
WsatConfig (2)
Configuration\CertificateManager.cs (2)
158store = new X509Store(StoreName.My, StoreLocation.LocalMachine); 262store = new X509Store(StoreName.My, StoreLocation.LocalMachine);
28 references to X509Store
System (7)
net\System\Net\_SecureChannel.cs (6)
53private static volatile X509Store s_MyCertStoreEx; 54private static volatile X509Store s_MyMachineCertStoreEx; 169X509Store store = null; 350X509Store store = EnsureStoreOpened(m_ServerMode); 383internal static X509Store EnsureStoreOpened(bool isMachineStore) 385X509Store store = isMachineStore? s_MyMachineCertStoreEx: s_MyCertStoreEx;
net\System\Net\UnsafeNativeMethods.cs (1)
1700X509Store store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (1)
462X509Store certificateStore = null;
System.IdentityModel (4)
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
285X509Store store = new X509Store(intermediatesCertContext.hCertStore);
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
215X509Store store = new X509Store(this.certStoreHandle.DangerousGetHandle());
System\IdentityModel\Tokens\X509CertificateStoreTokenResolver.cs (1)
165X509Store store = null;
System\IdentityModel\X509Util.cs (1)
78X509Store store = new X509Store(storeName, storeLocation);
System.Net (2)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
161X509Store certStore = new X509Store(certHandle.DangerousGetHandle()); 211X509Store certStore = new X509Store(certHandle.DangerousGetHandle());
System.Security (8)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
1047X509Store cuMy = new X509Store("MY", StoreLocation.CurrentUser); 1056X509Store lmMy = new X509Store("MY", StoreLocation.LocalMachine); 1085X509Store cuMy = new X509Store("AddressBook", StoreLocation.CurrentUser); 1094X509Store lmMy = new X509Store("AddressBook", StoreLocation.LocalMachine);
system\security\cryptography\pkcs\pkcsutils.cs (2)
490X509Store store = new X509Store("AddressBook"); 527X509Store store = new X509Store();
system\security\cryptography\xml\utils.cs (2)
880X509Store[] stores = new X509Store[2];
System.ServiceModel (1)
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
740X509Store store = null;
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
360X509Store store = new X509Store(StoreName.Disallowed, StoreLocation.CurrentUser);
WindowsBase (2)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1201X509Store store = new X509Store(StoreLocation.CurrentUser);
Base\System\IO\Packaging\PackageDigitalSignatureManager.cs (1)
897X509Store store = new X509Store(StoreLocation.CurrentUser);
WsatConfig (2)
Configuration\CertificateManager.cs (2)
155X509Store store = null; 259X509Store store = null;