SftMask/OCX 6.5

SftMaskAutoComplete.Encrypt Property

Softel vdm, Inc.

Defines whether stored autocomplete entries are encrypted.

Syntax       

Get

VB.NET

Boolean = object.Encrypt  As Boolean

VB

Boolean = object.Encrypt  As Boolean

C#.NET

bool Boolean = object.Encrypt;

VC++

VARIANT_BOOL Boolean = object->Encrypt;
VARIANT_BOOL Boolean = object->GetEncrypt();

C

HRESULT object->get_Encrypt(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.Encrypt   : WordBool;

Put

VB.NET

object.Encrypt = Boolean  As Boolean

VB

object.Encrypt = Boolean  As Boolean

C#.NET

bool object.Encrypt = Boolean;

VC++

VARIANT_BOOL object->Encrypt = Boolean;
void object->PutEncrypt(VARIANT_BOOL Boolean);

C

HRESULT object->put_Encrypt(VARIANT_BOOL Boolean);

Delphi

object.Encrypt := Boolean   : WordBool;

object

A SftMaskAutoComplete object.

Boolean

Defines whether stored autocomplete entries are encrypted.

Boolean

Description

True

Entries are encrypted.

False

Entries are not encrypted.

Comments

The Encrypt property defines whether stored autocomplete entries are encrypted.

This property is only honored when the AutoComplete.Contents property is set to contentsSftMaskText.

The Encrypt property allows saved autocomplete entries in the defined file (see AutoComplete.File property) to be encrypted, to prevent the data to be viewed by inspecting the file. The encryption method will prevent a casual user from accessing the data, but is not intended as a security measure. The autocomplete feature should not be used for sensitive data.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com