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

◆ RunImpersonatedAsync< T >()

static Task< T > System.Security.Principal.WindowsIdentity.RunImpersonatedAsync< T > ( SafeAccessTokenHandle safeAccessTokenHandle,
Func< Task< T > > func )
inlinestatic

Definition at line 608 of file WindowsIdentity.cs.

609 {
611 }
static void RunImpersonated(SafeAccessTokenHandle safeAccessTokenHandle, Action action)

References System.Security.Principal.WindowsIdentity.RunImpersonated().