1 write to SecurityManager
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1791peerNode.SecurityManager = securityManager;
3 references to SecurityManager
System.ServiceModel (3)
System\ServiceModel\Channels\PeerNodeImplementation.cs (3)
1367neighborManager.NeighborOpened += new EventHandler(this.SecurityManager.OnNeighborOpened); 1776else if ((securityManager == null) && (peerNode.SecurityManager != null)) 1780securityManager.CheckIfCompatibleNodeSettings(peerNode.SecurityManager);