API Reference
Enum
LmCompatibilityLevel
LM/NTLM compatibility levels (see Microsoft policy docs).
Inheritance
- Enum
- LmCompatibilityLevel
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LmCompatibilityLevel LMandNTLM #Send LM and NTLM responses; never use NTLMv2 session security.
Value:
0public const LmCompatibilityLevel LMandNTLMRefuseNTLMv2Session #Send LM and NTLM; refuse NTLMv2 session security.
Value:
1public const LmCompatibilityLevel NTLMv2OnlyRefuseLM #Send NTLMv2 responses only; refuse LM.
Value:
3public const LmCompatibilityLevel NTLMv2OnlyRefuseLMandNTLM #Send NTLMv2 responses only; refuse LM and NTLM.
Value:
4public const LmCompatibilityLevel NTLMv2OnlyRefuseLMandNTLMUseKerberos #Send NTLMv2 only and use Kerberos when possible; refuse LM and NTLM.
Value:
5