SecureBlackbox 2020 iOS Edition

Questions / Feedback?

armorHeaders (property)

Additional headers to include with the armored message.

Syntax

@property (nonatomic,readwrite,assign,getter=armorHeaders,setter=setArmorHeaders:) NSString* armorHeaders;
- (NSString*)armorHeaders;
- (void)setArmorHeaders:(NSString*)newArmorHeaders;
public var armorHeaders: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to specify additional headers to be included with the armored message.

Assign this property with a multi-line text, with each line being of "header: value" form (without quotes).

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