2 writes to trustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (2)
34this.trustedStoreLocation = other.trustedStoreLocation; 89this.trustedStoreLocation = value;
3 references to trustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Security\X509PeerCertificateAuthentication.cs (3)
34this.trustedStoreLocation = other.trustedStoreLocation; 84return this.trustedStoreLocation; 123bool useMachineContext = this.trustedStoreLocation == StoreLocation.LocalMachine;