Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Identifies the encryption algorithm used for an entry
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.ZipAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public enum EncryptionAlgorithm |
| Visual Basic (Declaration) |
|---|
Public Enumeration EncryptionAlgorithm |
| Visual C++ |
|---|
public enum class EncryptionAlgorithm |
Members
| Member name | Description | |
|---|---|---|
| None |
No encryption has been used.
| |
| PkzipClassic |
Encrypted using PKZIP 2.0 or 'classic' encryption.
| |
| Des |
DES encryption has been used.
| |
| RC2 |
RCS encryption has been used for encryption.
| |
| TripleDes168 |
Triple DES encryption with 168 bit keys has been used for this entry.
| |
| TripleDes112 |
Triple DES with 112 bit keys has been used for this entry.
| |
| Aes128 |
AES 128 has been used for encryption.
| |
| Aes192 |
AES 192 has been used for encryption.
| |
| Aes256 |
AES 256 has been used for encryption.
| |
| RC2Corrected |
RC2 corrected has been used for encryption.
| |
| Blowfish |
Blowfish has been used for encryption.
| |
| Twofish |
Twofish has been used for encryption.
| |
| RC4 |
RCS has been used for encryption.
| |
| Unknown |
An unknown algorithm has been used for encryption.
|
Remarks
[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.SharpZipLib.Zip.EncryptionAlgorithm"]