Ravikanth's Blog

Happenings around Me

Disclaimer

India MVP Blogs

Mugh blogs

My

My Favorites

My Network Places

March 2005 - Posts

Knowing types of keys in strong named key files(.snk files)

How to know whether .snk files consists of public key or both keys(public & private)?

Check the size of the .snk file.(Right-click on the file, click Properties, in General Tab, check file size)

If the file size is 160 bytes, then file contains only public key.
If the file size is 596 bytes, then file contains both the keys(public & private).

More Posts