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

◆ ImpersonationLevel

virtual TokenImpersonationLevel System.Net.Security.NegotiateStream.ImpersonationLevel
get

Definition at line 128 of file NegotiateStream.cs.

129 {
130 get
131 {
132 ThrowIfFailed(authSuccessCheck: true);
134 }
135 }
TokenImpersonationLevel PrivateImpersonationLevel
void ThrowIfFailed(bool authSuccessCheck)