3 references to PasswordKey
System.Runtime.Remoting (3)
channels\http\httpclientchannel.cs (3)
799
case
PasswordKey
: return null; // Intentionally refuse to return password.
824
case
PasswordKey
: _securityPassword = (String)value; break;
862
keys.Add(
PasswordKey
);