SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ArmorBoundary Property

A boundary to put around the base64 armor.

Syntax

ANSI (Cross Platform)
char* GetArmorBoundary();
int SetArmorBoundary(const char* lpszArmorBoundary); Unicode (Windows) LPWSTR GetArmorBoundary();
INT SetArmorBoundary(LPCWSTR lpszArmorBoundary);
@property (nonatomic,readwrite,assign,getter=armorBoundary,setter=setArmorBoundary:) NSString* armorBoundary;
- (NSString*)armorBoundary;
- (void)setArmorBoundary:(NSString*)newArmorBoundary;
#define PID_PGPWRITER_ARMORBOUNDARY 2

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 the boundary to put around the base64 armor. If set to 'PGP MESSAGE', the armored data will be enveloped with '-----BEGIN PGP MESSAGE-----' and '-----END PGP MESSAGE-----' lines.

This property only makes sense if Armor is set True.

Data Type

String

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