SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Extended Property

Specifies the type of ASiC signature.

Syntax

ANSI (Cross Platform)
int GetExtended();
int SetExtended(int bExtended); Unicode (Windows) BOOL GetExtended();
INT SetExtended(BOOL bExtended);
@property (nonatomic,readwrite,assign,getter=extended,setter=setExtended:) BOOL extended;
- (BOOL)extended;
- (void)setExtended:(BOOL)newExtended;
#define PID_ASICSIGNER_EXTENDED 7

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

Default Value

FALSE

Remarks

A simple signature container (ASiC-S) can only be made over a single document, and use one signature format (a CAdES signature, a XAdES signature, or a timestamp)

An extended container (ASiC-E) can cover multiple documents and contain multiple signatures of different types. Set this property to true to create an extended ASiC container.

Data Type

Boolean

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