SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

SignatureType Property

Specifies the kind of signature to be created.

Syntax

__property TsbxASiCSignerSignatureTypes SignatureType = { read=FSignatureType, write=FSetSignatureType };
enum TsbxASiCSignerSignatureTypes { castUnknown=0, castCAdES=1, castXAdES=2, castTimestamp=3 };

Default Value

castCAdES

Remarks

Use this property to specify the desired signature type: CAdE, XAdES, or Timestamp.

Note that a simple (ASiC-S) container can only contain one CAdES signature, and/or one XAdES signature, and/or one Timestamp. An ASiC-E container can include multiple CAdES, XAdES, or Timestamp elements. Use Extended to specify the type of container to create.

castUnknown0
castCAdES1
castXAdES2
castTimestamp3

Data Type

Integer

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