4 references to MinBinaryLength
System.Security.AccessControl (3)
System\Security\AccessControl\ACE.cs (3)
692
if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + AceTypeLength + SecurityIdentifier.
MinBinaryLength
)
1059
if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + SecurityIdentifier.
MinBinaryLength
)
1405
if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + ObjectFlagsLength + SecurityIdentifier.
MinBinaryLength
)
System.Security.Principal.Windows (1)
System\Security\Principal\SID.cs (1)
409
if (binaryForm.Length - offset < SecurityIdentifier.
MinBinaryLength
)