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