5 references to InvalidHandle
System.Security.Principal.Windows (5)
System\Security\Principal\WindowsIdentity.cs (4)
92
_safeTokenHandle ??= SafeAccessTokenHandle.
InvalidHandle
;
114
_safeTokenHandle = SafeAccessTokenHandle.
InvalidHandle
;
476
using SafeAccessTokenHandle invalidHandle = SafeAccessTokenHandle.
InvalidHandle
;
584
using SafeAccessTokenHandle invalidHandle = SafeAccessTokenHandle.
InvalidHandle
;
System\Security\Principal\WindowsPrincipal.cs (1)
147
using SafeAccessTokenHandle invalidHandle = SafeAccessTokenHandle.
InvalidHandle
;