eBiss 3

Hilfe & Dokumentation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


Seitenleiste

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 · Zuletzt geändert: 2024/05/23 16:49 von 127.0.0.1