SecureBlackbox 2020 iOS Edition

Questions / Feedback?

removeExistingSignatures (property)

Specifies whether to remove any existing signatures before signing.

Syntax

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

Default Value

FALSE

Remarks

If this property is set to True, all the existing Authenticode signatures will be removed from the executable before adding the new one. If this property is False, the new signature will be added on top of the existing ones.

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