2 writes to endpointSupportingTokenParameters
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
65this.endpointSupportingTokenParameters = new SupportingTokenParameters(); 86this.endpointSupportingTokenParameters = (SupportingTokenParameters)elementToBeCloned.endpointSupportingTokenParameters.Clone();
2 references to endpointSupportingTokenParameters
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
86this.endpointSupportingTokenParameters = (SupportingTokenParameters)elementToBeCloned.endpointSupportingTokenParameters.Clone(); 120return this.endpointSupportingTokenParameters;