Server.storeEncryptedPropertyFor(application,name,value,key)

Stores a property into the Directory Service after encrypting it. Stores a property for the server under the given name and application into the Directory Service. The property is encrypted using the given key.

Arguments:

Name Type Description Mode
application String application name. Optional (Default null) in
name String property's name. in
value String property's value. in
key String encryption key. in