3 writes to AllowedImpersonationLevel
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
178AllowedImpersonationLevel = impersonationLevel
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (1)
126AllowedImpersonationLevel = _clientOptions.AllowedImpersonationLevel,
System\Net\Security\NegotiateStream.cs (1)
695AllowedImpersonationLevel = impersonationLevel,
2 references to AllowedImpersonationLevel
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (1)
126AllowedImpersonationLevel = _clientOptions.AllowedImpersonationLevel,
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
177contextFlags |= clientOptions.AllowedImpersonationLevel switch