SecureBlackbox 2020 iOS Edition

Questions / Feedback?

platformProtection (property)

Enables platform-based protection of the master key.

Syntax

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

Default Value

FALSE

Remarks

Use this property to enable the platform-based protection for the main encryption key. The platform protection is currently only available on Windows,in the form of DPAPI in unmanaged editions, or ProtectedData in .NET Framework.

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