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