1 write to AuthenticationType
System (1)
net\System\Net\CredentialCache.cs (1)
408
AuthenticationType
= authenticationType;
5 references to AuthenticationType
System (5)
net\System\Net\CredentialCache.cs (5)
419
if (string.Compare(authenticationType,
AuthenticationType
, StringComparison.OrdinalIgnoreCase) != 0) {
442
m_HashCode =
AuthenticationType
.ToUpperInvariant().GetHashCode() + Host.ToUpperInvariant().GetHashCode() + Port.GetHashCode();
459
(string.Compare(
AuthenticationType
, comparedCredentialKey.
AuthenticationType
, StringComparison.OrdinalIgnoreCase ) == 0) &&
469
return "[" + Host.Length.ToString(NumberFormatInfo.InvariantInfo) + "]:" + Host + ":" + Port.ToString(NumberFormatInfo.InvariantInfo) + ":" + ValidationHelper.ToString(
AuthenticationType
);