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