![]() |
snklib |
|
| Home « Computers « snklib | ||
snklib Overview
The snklib project is redundant in .NET Framework 2.0 and has been removed. The library used to load RSA data from a strong name (snk) file by creafully parsing the binary data, and then provide methods to encrypt, decrypt, sign and verify data.
In Framework 2.0 you can simply use the RSACryptoServiceProvider method ImportCspBlob to directly load a snk file and start working.