1 type derived from EndpointAddressElementBase
System.ServiceModel (1)
System\ServiceModel\Configuration\IssuedTokenParametersEndpointAddressElement.cs (1)
11public sealed partial class IssuedTokenParametersEndpointAddressElement : EndpointAddressElementBase, IConfigurationContextProviderInternal
8 references to EndpointAddressElementBase
System.ServiceModel (8)
System\ServiceModel\Configuration\EndpointAddressElementBase.cs (1)
39internal protected void Copy(EndpointAddressElementBase source)
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (2)
75public EndpointAddressElementBase IssuerMetadata 77get { return (EndpointAddressElementBase)base[ConfigurationStrings.IssuerMetadata]; }
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (2)
55public EndpointAddressElementBase IssuerMetadata 57get { return (EndpointAddressElementBase)base[ConfigurationStrings.IssuerMetadata]; }
System\ServiceModel\Configuration\Properties.cs (2)
1176properties.Add(new ConfigurationProperty("issuerMetadata", typeof(System.ServiceModel.Configuration.EndpointAddressElementBase), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 1547properties.Add(new ConfigurationProperty("issuerMetadata", typeof(System.ServiceModel.Configuration.EndpointAddressElementBase), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Description\ConfigLoader.cs (1)
373internal static EndpointAddress LoadEndpointAddress(EndpointAddressElementBase element)