Tag: EncryptToRegistry
The action EncryptToRegistry
encrypts and stores a value into registry. This is mostly used internally and to help customers with bad configurations.
Tag Attributes
Attributes | Value Description |
---|
EncryptionKey | Text value of the encryption key, if encryption is required - Not Required: If not supplied, the registry entry is not encrypted |
RegistryKey | The key is set in software/Ytria - Required |
Value | Whatever must be set for the key in RegistryKey Can be empty - Required |
Example Script
<ytriaAutomation>
<EncryptToRegistry EncryptionKey="6Taxation6Is6Theft9EA4A0F1DTetragrammacide666" RegistryKey="dlx" value="nc"/>
</ytriaAutomation>
XML