What security measures exist for .NET Remoting in System.Runtime.Remoting?

None. Security should be taken care of at the application level. Cryptography and other security techniques can be applied at application or server level.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?