1 write to _binaryForm
System.Security.Principal.Windows (1)
System\Security\Principal\SID.cs (1)
362_binaryForm = new byte[1 + 1 + 6 + 4 * _subAuthorities.Length];
9 references to _binaryForm
System.Security.Principal.Windows (9)
System\Security\Principal\SID.cs (9)
315[MemberNotNull(nameof(_binaryForm))] 368_binaryForm[0] = Revision; 369_binaryForm[1] = (byte)_subAuthorities.Length; 377_binaryForm[2 + i] = (byte)((((ulong)_identifierAuthority) >> ((5 - i) * 8)) & 0xFF); 388_binaryForm[8 + 4 * i + shift] = unchecked((byte)(((ulong)_subAuthorities[i]) >> (shift * 8))); 393[MemberNotNull(nameof(_binaryForm))] 649internal byte[] BinaryForm => _binaryForm; 655public int BinaryLength => _binaryForm.Length; 926_binaryForm.CopyTo(binaryForm, offset);