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