API Reference
Enum
LmCompatibilityLevel
LM/NTLM compatibility levels (see Microsoft policy docs).
Inheritance
- Enum
- LmCompatibilityLevel
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field LmCompatibilityLevel.LMandNTLM
- Field LmCompatibilityLevel.LMandNTLMRefuseNTLMv2Session
- Field LmCompatibilityLevel.NTLMv2Only
- Field LmCompatibilityLevel.NTLMv2OnlyRefuseLM
- Field LmCompatibilityLevel.NTLMv2OnlyRefuseLMandNTLM
- Field LmCompatibilityLevel.NTLMv2OnlyRefuseLMandNTLMUseKerberos
- Property SecurityOptionsApplyRequest.LmCompatibility
- Property SecurityOptionsState.LmCompatibility
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