4 references to MinBinaryLength
System.Security.AccessControl (3)
System\Security\AccessControl\ACE.cs (3)
920
if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + AceTypeLength + SecurityIdentifier.
MinBinaryLength
)
1391
if (binaryForm.Length - offset < HeaderLength + AccessMaskLength + SecurityIdentifier.
MinBinaryLength
)
1809
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
)