SecureBlackbox 2020 iOS Edition

Questions / Feedback?

authnRequestUseIsPassive (property)

Controls inclusion of IsPassive attribute in the request.

Syntax

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

Default Value

FALSE

Remarks

Controls inclusion of IsPassive attribute in the request.

Use this property to check or enable presence of the IsPassive attribute in the authentication request. Set this property to false to suppress inclusion of the attribute.

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