pub unsafe static kODAuthenticationTypeNTLMv2WithSessionKey: Option<&'static ODAuthenticationType>Available on crate feature
CFOpenDirectoryConstants only.Expand description
An optimized method that checks the user’s challenge and response and retrieves session keys in a single call.
An optimized method that checks the user’s challenge and response and retrieves session keys in a single call. If the NTLMv2 session key is supported, it is returned in the step buffer.
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, user name in UTF8 encoding, authenticator password in UTF8 encoding
See also Apple’s documentation