2 references to GetGroupAuthorization
System (2)
net\System\Net\_NegotiateClient.cs (1)
131
return AuthenticationManager.
GetGroupAuthorization
(this, (useNego2 ? nego2Header : negotiateHeader) +
net\System\Net\_NtlmClient.cs (1)
125
return AuthenticationManager.
GetGroupAuthorization
(this, AuthType + " " + clientResponse, authSession.IsCompleted, authSession, canShareConnection, false);