2 writes to securityManager
System.ServiceModel (2)
System\ServiceModel\Channels\PeerChannelFactory.cs (2)
51this.securityManager = PeerSecurityManager.Create(bindingElement.Security, context, this.readerQuotas); 92set { this.securityManager = value; }
1 reference to securityManager
System.ServiceModel (1)
System\ServiceModel\Channels\PeerChannelFactory.cs (1)
91get { return this.securityManager; }