SecureBlackbox 2020 iOS Edition

Questions / Feedback?

allowAnonymous (property)

Allows and disallows anonymous connections.

Syntax

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

Default Value

FALSE

Remarks

Use this property to enable and disable support for anonymous connections.

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