Hi all,
I want to implement a digest authentication using UsernameTokens. SO I adapted the sample for the Password callback class. Now I don't want to hard-code passwords in this class but rather use a encrypted file whose path I don't want to hard-code either.
How can I pass a parameter to the callback class? I'd appreciate any hints how other handle this or what's the recommended way of doing so.
TIA Martin
