SecureBlackbox 2020 iOS Edition

Questions / Feedback?

enableXAdES (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=enableXAdES,setter=setEnableXAdES:) BOOL enableXAdES;
- (BOOL)enableXAdES;
- (void)setEnableXAdES:(BOOL)newEnableXAdES;
public var enableXAdES: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

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

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