1 write to channelParameters
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
579this.channelParameters = value;
3 references to channelParameters
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
574return this.channelParameters; 789if (this.channelParameters != null) 791this.channelParameters.PropagateChannelParameters(result);