IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

useCNG (property)

Whether to use CNG DPAPI.

Syntax

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

Default Value

FALSE

Remarks

The class supports protecting data using either the classic DPAPI or CNG DPAPI implementation. When set to True the CNG DPAPI implementation is sued. When set to False (default) the classic DPAPI implementation is used.

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