1 reference to CurrentImpersonatedTokenChanged
System.Security.Principal.Windows (1)
System\Security\Principal\WindowsIdentity.cs (1)
749
private static readonly AsyncLocal<SafeAccessTokenHandle?> s_currentImpersonatedToken = new AsyncLocal<SafeAccessTokenHandle?>(
CurrentImpersonatedTokenChanged
);