SecureBlackbox 2020 iOS Edition

Questions / Feedback?

opened (property)

Indicates if the keyring is in an opened state.

Syntax

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

Default Value

FALSE

Remarks

If the keyring is open, it means that you can access, add, or removes keys from it.

This property is read-only.

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