3 references to IssuerChannelBehaviors
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
100
return this.federatedTokenProvider.
IssuerChannelBehaviors
;
671
this.channelFactory = this.StandardsManager.TrustDriver.CreateFederationProxy(this.IssuerAddress, this.IssuerBinding, this.
IssuerChannelBehaviors
);
707
this.credentialsHandle = SecurityUtils.GetCredentialsHandle(this.IssuerBinding, this.
IssuerChannelBehaviors
);