adspace


Explain security measures exist for .net remoting in system.runtime.remoting?

Answer Posted / Parul Dev

Security measures for .NET Remoting include client authentication (using certificates or usernames/passwords), server authentication, and secure channel encryption. The System.Runtime.Remoting.Messaging namespace provides classes to implement these security features.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1141