14 references to GuidLength
System.Security.AccessControl (14)
System\Security\AccessControl\ACE.cs (14)
1399
byte[] guidArray = new byte[
GuidLength
];
1481
for (int i = 0; i <
GuidLength
; i++)
1486
offsetLocal +=
GuidLength
;
1490
for (int i = 0; i <
GuidLength
; i++)
1500
for (int i = 0; i <
GuidLength
; i++)
1505
offsetLocal +=
GuidLength
;
1509
for (int i = 0; i <
GuidLength
; i++)
1532
opaqueLength -=
GuidLength
;
1537
opaqueLength -=
GuidLength
;
1615
((_objectFlags & ObjectAceFlags.ObjectAceTypePresent) != 0 ?
GuidLength
: 0) +
1616
((_objectFlags & ObjectAceFlags.InheritedObjectAceTypePresent) != 0 ?
GuidLength
: 0);
1624
return ushort.MaxValue - HeaderLength - AccessMaskLength - ObjectFlagsLength - 2 *
GuidLength
- SecurityIdentifier.MaxBinaryLength;
1665
offsetLocal +=
GuidLength
;
1671
offsetLocal +=
GuidLength
;