SecureBlackbox 2020 iOS Edition

Questions / Feedback?

encryptAssertions (property)

Specifies whether to encrypt assertions included into the IdP response.

Syntax

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

Default Value

FALSE

Remarks

Set this property to True to force the class to encrypt the assertions included into the server's response.

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