6 writes to _handle
System (6)
net\System\Net\_SafeNetHandles.cs (6)
1072_handle = new SSPIHandle(); 1127ref outCredential._handle, 1180ref outCredential._handle, 1229ref outCredential._handle, 1285ref outCredential._handle, 1384return UnsafeNclNativeMethods.SafeNetHandles_SECURITY.FreeCredentialsHandle(ref _handle) == 0;
3 references to _handle
System (3)
net\System\Net\_SafeNetHandles.cs (3)
1083get {return IsClosed || _handle.IsZero;} 1687SSPIHandle credentialHandle = inCredentials._handle; 2003SSPIHandle credentialHandle = inCredentials._handle;