IPWorks S/MIME 2020 iOS Edition

Questions / Feedback?

includeHeaders (property)

Tells the class whether to include the headers when encoding the message.

Syntax

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

Default Value

FALSE

Remarks

If true, the class will include the headers when Sign, Encrypt, or SignAndEncrypt are called. If false, only the message will be encoded.

The default value for IncludeHeaders is false.

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