4 references to FALSE
System.Security.Principal.Windows (4)
System\Security\Principal\Win32.cs (4)
158
if (
FALSE
!= Interop.Advapi32.CreateWellKnownSid((int)sidType, domainSid?.BinaryForm, resultSid, ref length))
189
return (Interop.Advapi32.IsEqualDomainSid(BinaryForm1, BinaryForm2, out bool result) ==
FALSE
? false : result);
211
if (
FALSE
!= Interop.Advapi32.GetWindowsAccountDomainSid(BinaryForm, resultSidBinary, ref sidLength))
238
if (
FALSE
== Interop.Advapi32.IsWellKnownSid(BinaryForm, (int)type))