SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sign (property)

Specifies whether the created SAML message should be signed.

Syntax

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

Default Value

FALSE

Remarks

Set this property to true to indicate that you want the created message to be signed.

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