IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

DataDescription Property

The description of data.

Object Oriented Interface

public function getDataDescription();
public function setDataDescription($value);

Procedural Interface

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

Default Value

''

Remarks

This property specifies an optional description of the protected data.

This may be set before calling Protect. This property will be populated when calling Unprotect.

This setting is not applicable when UseCNG is set to True.

Data Type

String

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