kODAuthenticationTypeNTLMv2

Static kODAuthenticationTypeNTLMv2 

Source
pub unsafe static kODAuthenticationTypeNTLMv2: Option<&'static ODAuthenticationType>
Available on crate feature CFOpenDirectoryConstants only.
Expand description

Verifies an NTLMv2 challenge and response.

Verifies an NTLMv2 challenge and response. The session keys (if any) must be retrieved separately with a trusted authentication.

Authentication array has following items in order: user name in UTF8 encoding, SMB server challenge, the client “blob” which includes 16 bytes of client digest prefixed to the the blob data, the user name used to calculate the digest in UTF8 encoding, the SMB domain in UTF8 encoding

See also Apple’s documentation