eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


Sidebar

en:howtos:plugins:jobsteps:password_properties

Password property in JobStep

The .NET attribute ObfuscateContent is used to define protected properties in your own JobSteps:

[ObfuscateContent()]
public string Password { get; set; }

If the system is configured to encrypt sensitive data, the parameter UseSystemCryptConverter = true is used to ensure that this value is stored in encrypted form in the job:

[ObfuscateContent(UseSystemCryptConverter = true)]
public string PasswordCrypted { get; set; }   
en/howtos/plugins/jobsteps/password_properties.txt · Last modified: 2024/05/23 16:49 by 127.0.0.1