Why would you use untrusted verificaion?



Why would you use untrusted verificaion?..

Answer / guest

Web Services might use it, as well as non-Windows applications.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


What is ado c#?

0 Answers  


Why multiple Inheritence is not used in C#?

8 Answers   Symphony,


can you declare an override method to be static if the original method is not static?

0 Answers   Siebel Systems,


What is difference between constants and read-only?

0 Answers  






What is multicast delegate explain with example?

0 Answers  


Can we write class inside a class in c#?

0 Answers  


How do you concatenate in c#?

0 Answers  


What is ienumerable t in c#?

0 Answers  


If we inherit a class do the private variables also get inherited ?

2 Answers   TCS,


Explain about Error handling and how this is done

0 Answers   Digital GlobalSoft,


What is an object pool in .net?

0 Answers  


Categories