4 references to IssuerChannelBehaviors
System.ServiceModel (4)
System\ServiceModel\Configuration\IssuedTokenClientElement.cs (4)
43
[ConfigurationProperty(ConfigurationStrings.
IssuerChannelBehaviors
)]
46
get { return (IssuedTokenClientBehaviorsElementCollection)base[ConfigurationStrings.
IssuerChannelBehaviors
]; }
108
if (PropertyValueOrigin.Default != from.ElementInformation.Properties[ConfigurationStrings.
IssuerChannelBehaviors
].ValueOrigin)
140
if (PropertyValueOrigin.Default != this.ElementInformation.Properties[ConfigurationStrings.
IssuerChannelBehaviors
].ValueOrigin)