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