Click here to Skip to main content
15,887,596 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Performance trade-off Pin
Colin Angus Mackay5-Jul-04 5:53
Colin Angus Mackay5-Jul-04 5:53 
GeneralDeterming if the network resource is being accessed Pin
Tarundeep Singh Kalra4-Jul-04 21:10
Tarundeep Singh Kalra4-Jul-04 21:10 
GeneralRe: Determing if the network resource is being accessed Pin
Serge Lobko-Lobanovsky16-Jul-04 6:59
Serge Lobko-Lobanovsky16-Jul-04 6:59 
Generalstructure of a strong name key file Pin
Stanimir_Stoyanov4-Jul-04 0:26
Stanimir_Stoyanov4-Jul-04 0:26 
GeneralRe: structure of a strong name key file Pin
Steven Campbell4-Jul-04 4:46
Steven Campbell4-Jul-04 4:46 
GeneralRe: structure of a strong name key file Pin
Stanimir_Stoyanov4-Jul-04 6:03
Stanimir_Stoyanov4-Jul-04 6:03 
GeneralRe: structure of a strong name key file Pin
Steven Campbell4-Jul-04 9:11
Steven Campbell4-Jul-04 9:11 
GeneralRe: structure of a strong name key file Pin
Steven Campbell4-Jul-04 9:20
Steven Campbell4-Jul-04 9:20 
I've answered your questions because this is for educational purposes, and also because knowing these things does not in fact allow the "attack" of the signed assembly.

To verify the assembly's digital signature, the CLR uses the assembly's public key to decrypt the assembly's digital signature, resulting in the original, calculated hash. In addition, the CLR uses the information in the assembly's manifest to dynamically generate a hash. This hash value is then compared with the original hash value. These values must match, or we must assume that someone has tampered with the assembly. - from .NET Framework Essentials, By Hoang Lam, Thuan L. Thai.


my blog
GeneralClip libraries/Code snippets Pin
Member 12018133-Jul-04 15:03
Member 12018133-Jul-04 15:03 
GeneralCreating a Setup Pin
matthias s.3-Jul-04 4:11
matthias s.3-Jul-04 4:11 
GeneralRe: Creating a Setup Pin
shiraztk8-Jul-04 19:54
shiraztk8-Jul-04 19:54 
GeneralRe: Creating a Setup Pin
matthias s.13-Jul-04 2:17
matthias s.13-Jul-04 2:17 
GeneralRe: Creating a Setup Pin
shiraztk13-Jul-04 2:47
shiraztk13-Jul-04 2:47 
GeneralRe: Creating a Setup Pin
matthias s.13-Jul-04 3:20
matthias s.13-Jul-04 3:20 
GeneralFramework Install problems Pin
kratchkov3-Jul-04 3:50
kratchkov3-Jul-04 3:50 
GeneralRe: Framework Install problems Pin
Steven Campbell3-Jul-04 7:46
Steven Campbell3-Jul-04 7:46 
GeneralObfuscators? I hate them. Pin
Alberto Bencivenni3-Jul-04 1:27
Alberto Bencivenni3-Jul-04 1:27 
GeneralRe: Obfuscators? I hate them. Pin
Colin Angus Mackay3-Jul-04 1:34
Colin Angus Mackay3-Jul-04 1:34 
GeneralHttpWebResponseStream download speed Pin
Arn_e2-Jul-04 22:17
Arn_e2-Jul-04 22:17 
GeneralShould I write an article... Pin
NormDroid2-Jul-04 0:06
professionalNormDroid2-Jul-04 0:06 
GeneralRe: Should I write an article... Pin
Ray Cassick2-Jul-04 17:22
Ray Cassick2-Jul-04 17:22 
GeneralConnecting to a local .NET DataSet Pin
kenanja1-Jul-04 1:45
kenanja1-Jul-04 1:45 
GeneralUpgarde Pin
Zamolxes1-Jul-04 1:18
Zamolxes1-Jul-04 1:18 
GeneralRe: Upgarde Pin
mav.northwind2-Jul-04 22:27
mav.northwind2-Jul-04 22:27 
GeneralAfterCollapse in Compact Framework Pin
ting66830-Jun-04 21:13
ting66830-Jun-04 21:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.