Retrieves the encryption flag of the hierarchical connector configuration property from the connector-property object.
Syntax
public boolean getEncryptionFlag();
Parameters
None.
Return values
A Boolean value that indicates whether the current connector configuration property's value is encrypted.
Exceptions
None.
Notes
The getEncryptionFlag() method obtains the boolean encryption flag from the connector-property object. This flag indicates whether the connector property's string values are encrypted.
See also