Sets the encryption flag of a connector configuration property in its connector-property object.
Syntax
public void setEncryptionFlag(boolean encryptFlag);
Parameters
Return values
None.
Exceptions
None.
Notes
The setEncryptionFlag() method sets the boolean encryption flag from the connector-property object. This flag indicates whether the connector property's string values are encrypted.
See also