4 references to FALSE
mscorlib (4)
system\security\principal\win32.cs (4)
272if ( FALSE != Win32Native.CreateWellKnownSid(( int )sidType, domainSid == null ? null : domainSid.BinaryForm, resultSid, ref length )) 312return ( Win32Native.IsEqualDomainSid( BinaryForm1, BinaryForm2, out result ) == FALSE ? false : result ); 387if ( FALSE != Win32Native.GetWindowsAccountDomainSid( BinaryForm, resultSidBinary, ref sidLength )) 421if ( FALSE == Win32Native.IsWellKnownSid( BinaryForm, ( int )type ))