2 writes to mode
System.ServiceModel (2)
System\ServiceModel\Channels\PeerSecurityManager.cs (2)
848this.mode = mode; 856this.mode = mode;
4 references to mode
System.ServiceModel (4)
System\ServiceModel\Channels\PeerSecurityManager.cs (4)
938if (result == null && mode == PeerAuthenticationMode.Password) 999if (mode == PeerAuthenticationMode.Password && IsForConnectionValidator(requirement)) 1022if (this.mode == PeerAuthenticationMode.MutualCertificate) 1057if (that.credential == null || !this.credential.Equals(that.credential, this.mode, this.messageAuth))