Steps to secure an XML web serviceSteps:
1. Secure the transport layer 2. Implement XML filtering 3. Mask internal resources 4. Protect against XML denial-of-service attacks 5. Validate all messages 6. Transform all messages 7. Sign all messages 8. Time-stamp all messages 9. Encrypt all message fields 10. Implement secure auditing
|
NET - Explain the components of common language runtime.Explain the components of common language runtime - Class Loader, MSIL, Code Manager, Garbage collector, Security engine, Type Checker, Thread Support, Debug engine, Base class library, Exception manager, COM Marshaller......