4 references to Authorization
System (4)
net\System\Net\_DigestClient.cs (1)
375
Authorization digestResponse = new
Authorization
(AuthType + " " + clientResponse, authSession.IsCompleted, string.Empty, authSession.IsMutualAuthFlag);
net\System\Net\_KerberosClient.cs (1)
117
return new
Authorization
(AuthType + " " + clientResponse, authSession.IsCompleted, string.Empty, authSession.IsMutualAuthFlag);
net\System\Net\AuthenticationManager.cs (1)
408
return new
Authorization
(
net\System\Net\Authorization.cs (1)
47
public Authorization(string token, bool finished, string connectionGroupId):
this
(token, finished, connectionGroupId, false) {