1 write to IssuerBinding
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
92this.federatedTokenProvider.IssuerBinding = value;
6 references to IssuerBinding
System.ServiceModel (6)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (6)
88return this.federatedTokenProvider.IssuerBinding; 663if (this.IssuerBinding == null) 671this.channelFactory = this.StandardsManager.TrustDriver.CreateFederationProxy(this.IssuerAddress, this.IssuerBinding, this.IssuerChannelBehaviors); 672this.messageVersion = this.IssuerBinding.MessageVersion; 703if (this.IssuerBinding == null) 707this.credentialsHandle = SecurityUtils.GetCredentialsHandle(this.IssuerBinding, this.IssuerChannelBehaviors);