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