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