namespace com.hitrust.util.Zip { using System; public enum UseZip64 { Off, On, Dynamic } }