AuthenticationMethod.cs 153 B

12345678910
  1. namespace SMBLibrary.Client
  2. {
  3. public enum AuthenticationMethod
  4. {
  5. NTLMv1,
  6. NTLMv1ExtendedSessionSecurity,
  7. NTLMv2,
  8. }
  9. }