Seite 1 von 1

GetConfidentialProductPropertyList

Verfasst: 03 Mär 2016, 14:36
von larsg
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.

Re: GetConfidentialProductPropertyList

Verfasst: 03 Mär 2016, 17:45
von SisterOfMercy
Huh? I thought SetConfidential would hide all similar values in the log files?

Re: GetConfidentialProductPropertyList

Verfasst: 04 Mär 2016, 07:48
von larsg
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.