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