4 references to AceTypeLength
System.Security.AccessControl (4)
System\Security\AccessControl\ACE.cs (4)
920
if (binaryForm.Length - offset < HeaderLength + AccessMaskLength +
AceTypeLength
+ SecurityIdentifier.MinBinaryLength)
946
offsetLocal +=
AceTypeLength
; // Skipping over the two reserved bits
986
return (HeaderLength + AccessMaskLength +
AceTypeLength
+ SecurityIdentifier.BinaryLength);
1032
offsetLocal +=
AceTypeLength
;