SetSecure Method (IEditField)
Sets the encoded value of this edit box.
Remarks
Generate the encoded value using the Password Encoder utility, available from the UFT Developer > Tools menu in your IDE or from the Windows Start menu.

Note: The SetSecure method enables you to hide passwords displayed on the screen while running or editing a UFT Developer test, but it is not intended to be a secure way to protect password information.

C# Syntax

void SetSecure( 
   string encodedText
)

Parameters

encodedText
The encoded text to enter in this edit box.