3 references to IssuerChannelBehaviors
System.ServiceModel (3)
System\ServiceModel\Configuration\IssuedTokenClientElement.cs (3)
110
foreach (IssuedTokenClientBehaviorsElement element in from.
IssuerChannelBehaviors
)
112
this.
IssuerChannelBehaviors
.Add(element);
142
foreach (IssuedTokenClientBehaviorsElement issuerBehaviorElement in this.
IssuerChannelBehaviors
)