1 write to AuthenticationType
System (1)
net\System\Net\CredentialCache.cs (1)
484
AuthenticationType
= authenticationType;
5 references to AuthenticationType
System (5)
net\System\Net\CredentialCache.cs (5)
495
if (string.Compare(authenticationType,
AuthenticationType
, StringComparison.OrdinalIgnoreCase) != 0) {
537
m_HashCode =
AuthenticationType
.ToUpperInvariant().GetHashCode() + UriPrefixLength + UriPrefix.GetHashCode();
554
(string.Compare(
AuthenticationType
, comparedCredentialKey.
AuthenticationType
, StringComparison.OrdinalIgnoreCase ) == 0) &&
563
return "[" + UriPrefixLength.ToString(NumberFormatInfo.InvariantInfo) + "]:" + ValidationHelper.ToString(UriPrefix) + ":" + ValidationHelper.ToString(
AuthenticationType
);