2 writes to securityManager
System.ServiceModel (2)
System\ServiceModel\Channels\PeerChannelListener.cs (2)
48securityManager = PeerSecurityManager.Create(bindingElement.Security, context, this.readerQuotas); 97set { this.securityManager = value; }
1 reference to securityManager
System.ServiceModel (1)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
96get { return this.securityManager; }