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