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