Home
last modified time | relevance | path

Searched defs:NtlmFeatures (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/ntlm/
Dntlm_constants.h31 struct NtlmFeatures { struct
32 explicit NtlmFeatures(bool enable_NTLMv2) : enable_NTLMv2(enable_NTLMv2) {} in NtlmFeatures() argument
35 bool enable_NTLMv2 = true;
39 bool enable_MIC = true;
43 bool enable_EPA = true;