2 references to Create
System.ServiceModel (2)
System\ServiceModel\Channels\PeerChannelFactory.cs (1)
51
this.securityManager = PeerSecurityManager.
Create
(bindingElement.Security, context, this.readerQuotas);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
48
securityManager = PeerSecurityManager.
Create
(bindingElement.Security, context, this.readerQuotas);