Hi,
I have a secure string in my process.
I want to initialize it to some dummy value “1234” in case it gets empty value.
How can I do that?
Thank you so much,
Hi,
I have a secure string in my process.
I want to initialize it to some dummy value “1234” in case it gets empty value.
How can I do that?
Thank you so much,
Hi @A_Learner
Check if the SecureString is empty.
If empty, initialize it to the dummy value “1234”
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.