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