1 write to s_MyMachineCertStoreEx
System (1)
net\System\Net\_SecureChannel.cs (1)
408
s_MyMachineCertStoreEx
= store;
2 references to s_MyMachineCertStoreEx
System (2)
net\System\Net\_SecureChannel.cs (2)
385
X509Store store = isMachineStore?
s_MyMachineCertStoreEx
: s_MyCertStoreEx;
388
store = isMachineStore?
s_MyMachineCertStoreEx
: s_MyCertStoreEx;