What is strong name assembly?



What is strong name assembly?..

Answer / Davesh Kumar Ambasta

A Strong Name Assembly (SNAP) is a type of .NET assembly that includes a digital signature, which provides a high level of security and versioning. A strong name assembly ensures that the assembly hasn't been altered since it was signed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the 2 broad classifications of data types available in c#?

1 Answers  


How is the syntax written to inherit from a class in C#?Give an example ?

1 Answers   Siebel,


What are the types of operator?

1 Answers  


What is the use of generics in c#?

1 Answers  


What does addressof operator do in background ?

1 Answers  


What exactly happens when we debug and build the program?

1 Answers  


What do you mean by casting a data type?

1 Answers  


What is difference between code access and role based security?

1 Answers  


What is the difference while using directive vs using statement ?

1 Answers  


What is ildasm and obfuscator in net?

1 Answers  


What is the difference between abstract class and interface in c#?

1 Answers  


What are actions in c#?

1 Answers  


Categories