SecureBlackbox 2020 iOS Edition

Questions / Feedback?

signed (property)

Indicates whether the executable is signed.

Syntax

@property (nonatomic,readonly,assign,getter=signed) BOOL signed;
- (BOOL)signed;
public var signed: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Check this property after calling Verify to find out whether or not the provided executable is signed.

This property is read-only.

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