UseNTLMV1
Specifies whether the provider uses NTLMv1 or NTLMv2 for authentication.
データ型
bool
デフォルト値
false
解説
This property determines which version of the NTLM authentication protocol the 本製品 uses when connecting.
When set to true, the 本製品 attempts to connect using NTLMv1, an older and less secure version of the protocol.
When set to false, the 本製品 uses NTLMv2, which is more secure and recommended for all environments.
This property is useful for compatibility with legacy systems that only support NTLMv1, though its use is discouraged in modern deployments.
Performance Considerations
Using NTLMv1 may expose connections to security vulnerabilities and is generally slower and less efficient than NTLMv2. NTLMv2 provides stronger authentication and improved performance. Only enable NTLMv1 when required for compatibility with older servers.