SecureBlackbox 2020 C++ Edition

Questions / Feedback?

EnableXAdES Property

Specifies if an advanced signature (XAdES) will be produced.

Syntax

ANSI (Cross Platform)
int GetEnableXAdES();
int SetEnableXAdES(int bEnableXAdES); Unicode (Windows) BOOL GetEnableXAdES();
INT SetEnableXAdES(BOOL bEnableXAdES);
@property (nonatomic,readwrite,assign,getter=enableXAdES,setter=setEnableXAdES:) BOOL enableXAdES;
- (BOOL)enableXAdES;
- (void)setEnableXAdES:(BOOL)newEnableXAdES;
#define PID_XADESSIGNER_ENABLEXADES 8

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

Default Value

TRUE

Remarks

Use this property to specify that an advanced signature (XAdES) or XML-DSIG will be produced.

Data Type

Boolean

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