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