14 references to GuidLength
System.Security.AccessControl (14)
System\Security\AccessControl\ACE.cs (14)
1797
byte[] guidArray = new byte[
GuidLength
];
1891
for (int i = 0; i <
GuidLength
; i++)
1896
offsetLocal +=
GuidLength
;
1900
for (int i = 0; i <
GuidLength
; i++)
1910
for (int i = 0; i <
GuidLength
; i++)
1915
offsetLocal +=
GuidLength
;
1919
for (int i = 0; i <
GuidLength
; i++)
1942
opaqueLength -=
GuidLength
;
1947
opaqueLength -=
GuidLength
;
2041
((_objectFlags & ObjectAceFlags.ObjectAceTypePresent) != 0 ?
GuidLength
: 0) +
2042
((_objectFlags & ObjectAceFlags.InheritedObjectAceTypePresent) != 0 ?
GuidLength
: 0);
2050
return ushort.MaxValue - HeaderLength - AccessMaskLength - ObjectFlagsLength - 2 *
GuidLength
- SecurityIdentifier.MaxBinaryLength;
2109
offsetLocal +=
GuidLength
;
2115
offsetLocal +=
GuidLength
;