Stores a property into the Directory Service after encrypting it under the given application and name. Stores a property for the participant under the given name and application into the Directory Service. The property is encrypted using the given keyword.
| Name | Type | Description | Mode |
|---|---|---|---|
| application | String | application name. Optional (Default null) | in |
| name | String | property's name. | in |
| value | String | property's value. | in |
| keyword | String | key used to encrypt the property | in |