SecureBlackbox 2020 iOS Edition

Questions / Feedback?

signAssertions (property)

Specifies whether the assertions included in IdP responses should be signed.

Syntax

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

Default Value

FALSE

Remarks

Set this property to True to automatically sign the assertions included into the Identity Provider (IdP) responses.

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