1 write to _identity
System.Security.Principal.Windows (1)
System\Security\Principal\WindowsPrincipal.cs (1)
38_identity = ntIdentity;
6 references to _identity
System.Security.Principal.Windows (6)
System\Security\Principal\WindowsPrincipal.cs (6)
44public override IIdentity Identity => _identity; 143if (_identity.AccessToken.IsInvalid) 151if (_identity.ImpersonationLevel == TokenImpersonationLevel.None) 153if (!Interop.Advapi32.DuplicateTokenEx(_identity.AccessToken, 167if (!Interop.Advapi32.CheckTokenMembership((_identity.ImpersonationLevel != TokenImpersonationLevel.None ? _identity.AccessToken : token),