Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
7 references to IsInvalid
System (7)
net\System\Net\_NTAuthentication.cs (1)
177return !(m_SecurityContext == null || m_SecurityContext.IsInvalid);
net\System\Net\_SafeNetHandles.cs (4)
1568if (refContext == null || refContext.IsInvalid) 1892if (refContext == null || refContext.IsInvalid) 2136if (refContext == null || refContext.IsInvalid) { 2255if (refContext == null || refContext.IsInvalid)
net\System\Net\_SecureChannel.cs (2)
261return !(m_SecurityContext == null || m_SecurityContext.IsInvalid); 1052if (!cachedCreds && m_SecurityContext != null && !m_SecurityContext.IsInvalid && !m_CredentialsHandle.IsInvalid)