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