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