7 references to InvalidHandle
mscorlib (7)
system\security\principal\windowsidentity.cs (5)
70
static SafeAccessTokenHandle s_invalidTokenHandle = SafeAccessTokenHandle.
InvalidHandle
;
76
private SafeAccessTokenHandle m_safeTokenHandle = SafeAccessTokenHandle.
InvalidHandle
;
403
SafeAccessTokenHandle token = SafeAccessTokenHandle.
InvalidHandle
;
426
if (token != SafeAccessTokenHandle.
InvalidHandle
) {
1165
if (!identity.m_safeTokenHandle.IsInvalid && identity.m_safeTokenHandle != SafeAccessTokenHandle.
InvalidHandle
&& identity.m_safeTokenHandle.DangerousGetHandle() != IntPtr.Zero)
system\security\principal\windowsimpersonationcontext.cs (1)
32
private SafeAccessTokenHandle m_safeTokenHandle = SafeAccessTokenHandle.
InvalidHandle
;
system\security\principal\windowsprincipal.cs (1)
239
SafeAccessTokenHandle token = SafeAccessTokenHandle.
InvalidHandle
;