1 write to securityCapabilities
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
36
this.
securityCapabilities
= bindingElement.GetProperty<ISecurityCapabilities>(context);
1 reference to securityCapabilities
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
189
return (T)(object)this.
securityCapabilities
;