what is strong name?

Answers were Sorted based on User's Feedback



what is strong name?..

Answer / seshu

A strong name consists of the assembly's identity — its
simple text name, version number, and culture information
(if provided) — plus a public key and a digital signature.

In particular, strong names satisfy the following requirements:

Strong names guarantee name uniqueness by relying on unique
key pairs. No one can generate the same assembly name that
you can, because an assembly generated with one private key
has a different name than an assembly generated with another
private key.

Strong names protect the version lineage of an assembly. A
strong name can ensure that no one can produce a subsequent
version of your assembly. Users can be sure that a version
of the assembly they are loading comes from the same
publisher that created the version the application was built
with.

Strong names provide a strong integrity check. Passing the
.NET Framework security checks guarantees that the contents
of the assembly have not been changed since it was built.
Note, however, that strong names in and of themselves do not
imply a level of trust like that provided, for example, by a
digital signature and supporting certificate.

Is This Answer Correct ?    34 Yes 7 No

what is strong name?..

Answer / anand kumar

Strong Name Is a part of assembly which provide a text
name,version number, public key and digital Signature.
By strong name we can't create same assembly which name all
ready exit and also not anybody create or use same version.

Is This Answer Correct ?    5 Yes 0 No

what is strong name?..

Answer / maloy.adhikari

A name that consists of an assembly's identity—its simple
text name, version number, and culture information (if
provided)—strengthened by a public key and a digital
signature generated over the assembly..

Is This Answer Correct ?    3 Yes 5 No

what is strong name?..

Answer / terr

if length of name > 500 chars...

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More ASP.NET Interview Questions

HI, I have a very important query in mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for more then a year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.

1 Answers   CTS,


Explain about asp.net 2.0 themes?

0 Answers  


What are all the various Estimation Techniques available ?

0 Answers   MCN Solutions,


What are the Application_Start and Session_Start subroutines used for?

5 Answers   Siebel Systems,


What is .Net3.0 and .Net3.5? Describe something about that Features..

1 Answers  






What do you mean by query string?

0 Answers  


How do we access view state value of this page in the next page?

0 Answers   MindCracker,


In Crystal Report Refresh Button is not working. when I click on it it givesh error like "missing parameter values " I have used propery of Crystal Viewer like ReuseParameterValuesOnRefresh="True" but this also not working. Plz give me any solution.

1 Answers  


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

0 Answers   Siebel,


Give me one example of Web API Routing?

0 Answers  


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

8 Answers   Proteans,


Give a few examples of page life cycle events.

0 Answers   Accenture,


Categories