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

If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.

4 Answers  


What is asp.net architecture?

0 Answers  


What is caching in asp.net?

0 Answers  


Explain serialization and deserialization?

0 Answers  


What is http session state?

0 Answers  






I need some questions regarding asp.net for 1.5yrs of Experience.

1 Answers  


what is postback implementation?when pre-render event n init event is fired?

2 Answers   Ness Technologies,


can we transfer data from one page to another page using viewstate if so how?if not y?

37 Answers   AppShark, DataSync, Gtech, iGate, Wipro,


What does it mean your session has timed out?

0 Answers  


What are the disadvantages of using session?

0 Answers  


What are the new login controls in asp.net 2.0?

0 Answers  


What are the objects in used in ASP for processing input and outputs?

1 Answers  


Categories