2 writes to trustedStoreLocation
System.ServiceModel (2)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (2)
40this.trustedStoreLocation = other.trustedStoreLocation; 105this.trustedStoreLocation = value;
3 references to trustedStoreLocation
System.ServiceModel (3)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (3)
40this.trustedStoreLocation = other.trustedStoreLocation; 100return this.trustedStoreLocation; 168bool useMachineContext = this.trustedStoreLocation == StoreLocation.LocalMachine;