3 references to PreAuthenticateKey
System.Runtime.Remoting (3)
channels\http\httpclientchannel.cs (3)
801case PreAuthenticateKey: return _bSecurityPreAuthenticate; 826case PreAuthenticateKey: _bSecurityPreAuthenticate = Convert.ToBoolean(value, CultureInfo.InvariantCulture); break; 864keys.Add(PreAuthenticateKey);