SecureBlackbox 2020 iOS Edition

Questions / Feedback?

signResponse (property)

Specifies whether the IdP responses should be signed.

Syntax

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

Default Value

FALSE

Remarks

Set this property to True to automatically sign the responses sent by this IdP server.

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