4 writes to IssuerAddress
System.ServiceModel (4)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (3)
101spnegoTokenProvider.IssuerAddress = initiatorRequirement.IssuerAddress; 197tlsnegoTokenProvider.IssuerAddress = initiatorRequirement.IssuerAddress; 266acceleratedTokenProvider.IssuerAddress = initiatorRequirement.IssuerAddress;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
120this.federatedTokenProvider.IssuerAddress = value;
9 references to IssuerAddress
System.ServiceModel (9)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
580if (this.IssuerAddress != null) 582negotiationState.RemoteAddress = this.IssuerAddress;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (7)
116return this.federatedTokenProvider.IssuerAddress; 659if (this.IssuerAddress == null) 665throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.StsBindingNotSet, this.IssuerAddress))); 671this.channelFactory = this.StandardsManager.TrustDriver.CreateFederationProxy(this.IssuerAddress, this.IssuerBinding, this.IssuerChannelBehaviors); 705throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.StsBindingNotSet, this.IssuerAddress))); 788IRequestChannel result = this.channelFactory.CreateChannel(this.IssuerAddress); 954ThrowIfFault(incomingMessage, this.IssuerAddress);