1 write to channelParameters
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
108this.channelParameters = value;
3 references to channelParameters
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocol.cs (3)
103return this.channelParameters; 193if (this.channelParameters != null) 195requirement.Properties[ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty] = this.channelParameters;