Common utility classes as an extension of System.Security.Cryptography namespace
| C# |
namespace CS.Core.Security.Cryptography
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| CryptographyUtility |
A wrapper utility around the Crypto functionallity in the framework
| |
| Decryptor |
See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT10.asp
| |
| EncryptionAlgorithm |
Encryption Algorithm
| |
| Encryptor |
See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT10.asp
| |
| KeyRSAContainer |
Class to simplify access to a key stored in a named RSA Key Container
|