SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authDigest (property)

Enables or disables digest authentication.

Syntax

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

Default Value

FALSE

Remarks

Use this property to enable or disable digest-based user authentication in the HTTP server.

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