4 references to NativeMethods
System.Runtime.Remoting (4)
channels\core\corechannel.cs (4)
919
if (!
NativeMethods
.IsValidSid(sidPointer))
923
IntPtr sidIdentifierAuthorityPointer =
NativeMethods
.GetSidIdentifierAuthority(sidPointer);
930
IntPtr subAuthorityCountPointer =
NativeMethods
.GetSidSubAuthorityCount(sidPointer);
957
IntPtr subAuthorityPointer =
NativeMethods
.GetSidSubAuthority(sidPointer, index);