SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

storageID (property)

A unique identifier of this storage.

Syntax

@property (nonatomic,readonly,assign,getter=storageID) NSString* storageID;
- (NSString*)storageID;
public var storageID: String {
  get {...}
}

Default Value

""

Remarks

Use this property to get a unique ID of this storage. The format of ID may differ for different kinds of key storages, and may range from a file path for a file storage, to a URI-like ID for a PKCS#11 storage, to an empty value for an in-memory storage.

This property is read-only.

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