12 references to TrustedStoreLocation
System.ServiceModel (12)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (3)
67[ConfigurationProperty(ConfigurationStrings.TrustedStoreLocation, DefaultValue = IssuedTokenServiceCredential.DefaultTrustedStoreLocation)] 71get { return (StoreLocation)base[ConfigurationStrings.TrustedStoreLocation]; } 72set { base[ConfigurationStrings.TrustedStoreLocation] = value; }
System\ServiceModel\Configuration\X509ClientCertificateAuthenticationElement.cs (3)
53[ConfigurationProperty(ConfigurationStrings.TrustedStoreLocation, DefaultValue = X509ClientCertificateAuthentication.DefaultTrustedStoreLocation)] 57get { return (StoreLocation)base[ConfigurationStrings.TrustedStoreLocation]; } 58set { base[ConfigurationStrings.TrustedStoreLocation] = value; }
System\ServiceModel\Configuration\X509PeerCertificateAuthenticationElement.cs (3)
53[ConfigurationProperty(ConfigurationStrings.TrustedStoreLocation, DefaultValue = X509PeerCertificateAuthentication.DefaultTrustedStoreLocation)] 57get { return (StoreLocation)base[ConfigurationStrings.TrustedStoreLocation]; } 58set { base[ConfigurationStrings.TrustedStoreLocation] = value; }
System\ServiceModel\Configuration\X509ServiceCertificateAuthenticationElement.cs (3)
53[ConfigurationProperty(ConfigurationStrings.TrustedStoreLocation, DefaultValue = X509ServiceCertificateAuthentication.DefaultTrustedStoreLocation)] 57get { return (StoreLocation)base[ConfigurationStrings.TrustedStoreLocation]; } 58set { base[ConfigurationStrings.TrustedStoreLocation] = value; }