SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

useNTLMAuth (property)

Enables or disables NTLM authentication.

Syntax

@property (nonatomic,readwrite,assign,getter=useNTLMAuth,setter=setUseNTLMAuth:) BOOL useNTLMAuth;
- (BOOL)useNTLMAuth;
- (void)setUseNTLMAuth:(BOOL)newUseNTLMAuth;
public var useNTLMAuth: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

NT LAN Manager (NTLM) authentication relies on Windows credentials to authenticate the user, and requires multiple exchanges between the client and server. Generally it is considered more secure and SSO-friendly than the Digest authentication.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 iOS Edition - Version 20.0 [Build 8166]