IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

UseCNG Property

Whether to use CNG DPAPI.

Object Oriented Interface

public function getUseCNG();
public function setUseCNG($value);

Procedural Interface

ipworksencrypt_dpapi_get($res, 11 );
ipworksencrypt_dpapi_set($res, 11, $value );

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.

Data Type

Boolean

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