Steps to secure an XML web service - C#.NET

Steps to secure an XML web service

Steps:

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
How to access unmanaged code using Interop - C#.NET
Demonstrate how to access unmanaged code using Interop - Use System.Runtime.InteropServices...
NET - Explain the services provided by Common Language Infrastructure
Services provided by Common Language Infrastructure - Common Language Runtime, Common Type System, Type Safety, Managed Code Execution, Side-by-side execution....
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......
Post your comment