PublicKeyMode.cs 560 B

123456789101112131415161718
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.1
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. namespace RakNet {
  9. public enum PublicKeyMode {
  10. PKM_INSECURE_CONNECTION,
  11. PKM_ACCEPT_ANY_PUBLIC_KEY,
  12. PKM_USE_KNOWN_PUBLIC_KEY,
  13. PKM_USE_TWO_WAY_AUTHENTICATION
  14. }
  15. }
粤ICP备19079148号