NTLMVersion Property
The NTLM version.
Object Oriented Interface
public function getNTLMVersion(); public function setNTLMVersion($value);
Procedural Interface
ipworksauth_ntlm_get($res, 4 ); ipworksauth_ntlm_set($res, 4, $value );
Default Value
1
Remarks
This property specifies the NTLM version to use. Possible values are:
- 1 (ntNTLMv1 - default)
- 2 (ntNTLMv2)
Note: If the server requires EPA (Extended Protection for Authentication) this property must be set to 2 (ntNTLMv2).
Data Type
Integer