i know this isn't a Java question - the Java client was easy. i'm now tasked with creating a .NET client (C# being the most java-like language in the .NET family it made sense to try C#). i know very little of C# - i wrote my first line of it on Sunday. i've got the proxy generated, i've created my UsernameToken, i got everything up to the "missing security" error from my WSS4J server, but i can't figure out 2 things: 1. how to put actor values on my UsernameToken element and MessageSignature element and 2. how to use the keystore file to create an X.509 certificate for signing.
if anyone out there has code to show how they loaded an X.509 with private key from a keystore it would be so much appreciated. the actor bit i think i can figure out (i hope) but the keystore problem has me completely stumped. please. thanks. ................ron. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
