15 references to None
System.ServiceModel (15)
System\ServiceModel\Channels\PeerSecurityManager.cs (14)
117if (mode == PeerAuthenticationMode.None && !signing) 139authMode = PeerAuthenticationMode.None; 161PeerAuthenticationMode authMode = PeerAuthenticationMode.None; 170if (authenticationMode == PeerAuthenticationMode.None && !signMessages) 207if (authenticationMode == PeerAuthenticationMode.None && !signMessages) 255if (this.AuthenticationMode == PeerAuthenticationMode.None) 262PeerSecurityManager manager = new PeerSecurityManager(PeerAuthenticationMode.None, false); 275if (authenticationMode != PeerAuthenticationMode.None || messageAuthentication) 295case PeerAuthenticationMode.None: 484else if (this.authenticationMode == PeerAuthenticationMode.None) 528return (authenticationMode == PeerAuthenticationMode.None); 569if (authenticationMode != PeerAuthenticationMode.None) 578if (this.AuthenticationMode != PeerAuthenticationMode.None) 820if (this.mode == PeerAuthenticationMode.None)
System\ServiceModel\Security\PeerCredential.cs (1)
152case PeerAuthenticationMode.None: