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



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

Answer / guest

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

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain me what is the .net framework and how does it work?

0 Answers  


What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture

2 Answers   Deloitte,


Explain what is a delegate?

0 Answers  


What is stored procedure ? how we use it in .NET ?

0 Answers   MCN Solutions,


C++ & C# differences ?

1 Answers  


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


Please explain the difference between constants and read-only variables?

0 Answers  


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

0 Answers   Reuters,


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


Explain what are possible implementations of distributed applications in .net?

0 Answers  


How .NET is able to support multiple languages?

5 Answers  


what is event inheritance and event delegation?

1 Answers  


Categories