IPWorks Encrypt 2020 PHP Edition

Questions / Feedback?

PromptTitle Property

The title of the prompt window.

Object Oriented Interface

public function getPromptTitle();
public function setPromptTitle($value);

Procedural Interface

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

Default Value

''

Remarks

This property specifies the title of the prompt dialog if PromptUser is True. The default value is empty string.

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]