IPWorks Auth 2020 Android Edition

Questions / Feedback?

NTLMVersion Property

The NTLM version.

Syntax

public int getNTLMVersion();
public void setNTLMVersion(int NTLMVersion);

Enumerated values: public final static int ntNTLMv1 = 1; public final static int ntNTLMv2 = 2;

Remarks

This property specifies the NTLM version to use. Possible values are:

  • 1 (ntNTLMv1 - default)
  • 2 (ntNTLMv2)

Note: If the server requires EPA (Extended Protection for Authentication) this property must be set to 2 (ntNTLMv2).

Default Value

1

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Android Edition - Version 20.0 [Build 8155]