Returns the encrypted property for a given category, key and encryptionKey. For example: // The passwd is stored as an encrypted property storeEncryptedProperty dirOrgRole using category = "2", key = "masterpasswd", value = "rolepasswd", encryptionKey = "1234" // Return the encrypted passwd masterpass = retrieveEncryptedProperty(dirOrgRole, category : "2", key : "masterpasswd", encryptionKey : "1234") display ("Encrypted Property (masterpasswd): " + masterpass)
| Name | Type | Description | Mode |
|---|---|---|---|
| category | String | property's category | in |
| key | String | property's key | in |
| encryptionKey | String | encryption key | in |