SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ArmorHeaders Property

Additional headers to include with the armored message.

Syntax

ANSI (Cross Platform)
char* GetArmorHeaders();
int SetArmorHeaders(const char* lpszArmorHeaders); Unicode (Windows) LPWSTR GetArmorHeaders();
INT SetArmorHeaders(LPCWSTR lpszArmorHeaders);
@property (nonatomic,readwrite,assign,getter=armorHeaders,setter=setArmorHeaders:) NSString* armorHeaders;
- (NSString*)armorHeaders;
- (void)setArmorHeaders:(NSString*)newArmorHeaders;
#define PID_PGPWRITER_ARMORHEADERS 3

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PGPWriter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_PGPWriter_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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).

Data Type

String

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