SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sourceName (property)

Use this property to specify the name of the file being signed if passing it via the SourceBytes property.

Syntax

@property (nonatomic,readwrite,assign,getter=sourceName,setter=setSourceName:) NSString* sourceName;
- (NSString*)sourceName;
- (void)setSourceName:(NSString*)newSourceName;
public var sourceName: String {
  get {...}
set {...} }

Default Value

""

Remarks

Provide the name of the file to be included in the ASiC container if passing the file in the byte array form.

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