Analog zu GetConfidentialProductProperty benötige ich auch ein Komando GetConfidentialProductPropertyList.
Bzw. SetConfidential -> SetConfidentialList.
Ich finde sonst grad keine Lösung um zu verhindern das Werte in String-Listen bei der Verarbeitung im Log auftauchen, bspw. in einer For-Schleife.
GetConfidentialProductPropertyList
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: GetConfidentialProductPropertyList
Huh? I thought SetConfidential would hide all similar values in the log files?
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Re: GetConfidentialProductPropertyList
It does. But how would you get hands on a value in a String-List that comes via GetProductPropertyList, without advertising it in the logs?
Well I could Use SplitString(GetProductPropertyList("key","")) and use SetConfidential TakeString with like 20 iterations, i think this shouldn't show the actual values in logs with loglevel 6. Doesn't look very professional
A for-loop will show all strings it iterates on, before i get a chance to mask them.
Well I could Use SplitString(GetProductPropertyList("key","")) and use SetConfidential TakeString with like 20 iterations, i think this shouldn't show the actual values in logs with loglevel 6. Doesn't look very professional

A for-loop will show all strings it iterates on, before i get a chance to mask them.