Md5Length.cs 109 B

12345678
  1. namespace GxPress.Common.Encrypt
  2. {
  3. public enum Md5Length
  4. {
  5. L16 = 16,
  6. L32 = 32
  7. }
  8. }