I'm starting to incoporate a few pieces of the XML Encryption classes into some of my project, and I had a question about the XSECEnv class, specifically about the DOMDocument parameter in the c'tor, and how to use this class.
Is this object supposed to be created per XML instance being manipulated? It seems like more of a global settings object that would be static and common across the library. I looked at the code, and I can see that right now there wouldn't be much harm if I passed NULL in, but obviously I can't depend on that behavior. -- Scott