6 references to AuthType
System (6)
net\System\Net\_KerberosClient.cs (4)
17
internal static string Signature =
AuthType
.ToLower(CultureInfo.InvariantCulture);
101
AuthType
,
117
return new Authorization(
AuthType
+ " " + clientResponse, authSession.IsCompleted, string.Empty, authSession.IsMutualAuthFlag);
133
return
AuthType
;
net\System\Net\CredentialCache.cs (2)
69
|| (string.Compare(authType, KerberosClient.
AuthType
, StringComparison.OrdinalIgnoreCase)==0)
112
|| (string.Compare(authenticationType, KerberosClient.
AuthType
, StringComparison.OrdinalIgnoreCase)==0)