SecureBlackbox 2020 iOS Edition

Questions / Feedback?

useDigestAuth (property)

Enables or disables the HTTP Digest authentication.

Syntax

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

Default Value

FALSE

Remarks

Digest authentication is more advanced than the Basic scheme, as it does not send the username and password in plain text and is immune to replay attacks.

Digest authentication is standardized in RFC 2617.

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