GetConfidentialProductPropertyList

Antworten
larsg
Beiträge: 283
Registriert: 16 Dez 2014, 18:06

GetConfidentialProductPropertyList

Beitrag 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.
Benutzeravatar
SisterOfMercy
Beiträge: 1556
Registriert: 22 Jun 2012, 19:18

Re: GetConfidentialProductPropertyList

Beitrag von SisterOfMercy »

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!
larsg
Beiträge: 283
Registriert: 16 Dez 2014, 18:06

Re: GetConfidentialProductPropertyList

Beitrag 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.
Antworten