IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

use_cng Property

Whether to use CNG DPAPI.

Syntax

def get_use_cng() -> bool: ...
def set_use_cng(value: bool) -> None: ...

use_cng = property(get_use_cng, set_use_cng)

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 Python Edition - Version 20.0 [Build 8155]