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).