5 references to X509TrustedStoreLocation
System.IdentityModel (5)
System\IdentityModel\Configuration\X509CertificateValidationElement.cs (4)
47
[ConfigurationProperty( ConfigurationStrings.
X509TrustedStoreLocation
, IsRequired = false, DefaultValue = DefaultStoreLocation )]
51
get { return ( StoreLocation ) this[ConfigurationStrings.
X509TrustedStoreLocation
]; }
52
set { this[ConfigurationStrings.
X509TrustedStoreLocation
] = value; }
75
( ElementInformation.Properties[ConfigurationStrings.
X509TrustedStoreLocation
].ValueOrigin != PropertyValueOrigin.Default ) ||
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
183
else if (StringComparer.OrdinalIgnoreCase.Equals(attribute.LocalName, ConfigurationStrings.
X509TrustedStoreLocation
))