TestimoX

API Reference

Enum

LmCompatibilityLevel

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

LM/NTLM compatibility levels (see Microsoft policy docs).

Inheritance

  • Enum
  • LmCompatibilityLevel

Values

public const LmCompatibilityLevel LMandNTLM #

Send LM and NTLM responses; never use NTLMv2 session security.

Value: 0
public const LmCompatibilityLevel LMandNTLMRefuseNTLMv2Session #

Send LM and NTLM; refuse NTLMv2 session security.

Value: 1
public const LmCompatibilityLevel NTLMv2Only #

Send NTLMv2 responses only.

Value: 2
public const LmCompatibilityLevel NTLMv2OnlyRefuseLM #

Send NTLMv2 responses only; refuse LM.

Value: 3
public const LmCompatibilityLevel NTLMv2OnlyRefuseLMandNTLM #

Send NTLMv2 responses only; refuse LM and NTLM.

Value: 4
public const LmCompatibilityLevel NTLMv2OnlyRefuseLMandNTLMUseKerberos #

Send NTLMv2 only and use Kerberos when possible; refuse LM and NTLM.

Value: 5