Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PrivateImpersonationLevel

TokenImpersonationLevel System.Net.Security.NegotiateStream.PrivateImpersonationLevel
getprivate

Definition at line 137 of file NegotiateStream.cs.

138 {
139 get
140 {
141 if (!_context.IsDelegationFlag || !(_context.ProtocolName != "NTLM"))
142 {
144 {
145 return TokenImpersonationLevel.Impersonation;
146 }
147 return TokenImpersonationLevel.Identification;
148 }
149 return TokenImpersonationLevel.Delegation;
150 }
151 }

Referenced by System.Net.Security.NegotiateStream.SendBlobAsync< TAdapter >().