IPWorks OpenPGP 2020 iOS Edition

Questions / Feedback?

ASCIIArmor (property)

Specifies whether to use ASCII armor to encode the output message.

Syntax

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

Default Value

FALSE

Remarks

This property controls whether or not ASCII armoring is used on the output message. The default value is False.

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