4 overrides of ImpersonationLevel
System.Net.Security (4)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
219
public override System.Security.Principal.TokenImpersonationLevel
ImpersonationLevel
=> System.Security.Principal.TokenImpersonationLevel.Impersonation;
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (1)
79
public override System.Security.Principal.TokenImpersonationLevel
ImpersonationLevel
=> _mechanism?.ImpersonationLevel ?? System.Security.Principal.TokenImpersonationLevel.Impersonation;
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
157
public override System.Security.Principal.TokenImpersonationLevel
ImpersonationLevel
System\Net\NegotiateAuthenticationPal.Unsupported.cs (1)
27
public override System.Security.Principal.TokenImpersonationLevel
ImpersonationLevel
=> System.Security.Principal.TokenImpersonationLevel.Impersonation;
2 references to ImpersonationLevel
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (1)
79
public override System.Security.Principal.TokenImpersonationLevel ImpersonationLevel => _mechanism?.
ImpersonationLevel
?? System.Security.Principal.TokenImpersonationLevel.Impersonation;
System\Net\Security\NegotiateAuthentication.cs (1)
189
public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel => _pal.
ImpersonationLevel
;