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