4 references to SecurityManager
System.ServiceModel (4)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1069
this.config.
SecurityManager
.ApplyClientSecurity(channelFactory);
System\ServiceModel\Channels\PeerService.cs (3)
106
BindingElement security = this.config.
SecurityManager
.GetSecurityBindingElement();
206
this.config.
SecurityManager
.ApplyServiceSecurity(this.serviceHost.Description);
325
Message reply = this.config.
SecurityManager
.ProcessRequest(neighbor, message);