Net Encryption Library
EncryptionProvider Enumeration






KellermanSoftware.NetEncryptionLibrary Namespace : EncryptionProvider Enumeration
The algorithim to use when encrypting
Syntax
'Declaration
 
Public Enum EncryptionProvider 
   Inherits System.Enum
'Usage
 
Dim instance As EncryptionProvider
public enum EncryptionProvider : System.Enum 
public enum EncryptionProvider = class(System.Enum)
public enum EncryptionProvider extends System.Enum
__value public enum EncryptionProvider : public System.Enum 
public enum class EncryptionProvider : public System.Enum 
Members
MemberDescription
Blowfish Blowfish: http://en.wikipedia.org/wiki/Blowfish_%28cipher%29
ChaCha20 ChaCha20 Encryption: https://en.wikipedia.org/wiki/Salsa20
DES DES: http://en.wikipedia.org/wiki/Data_Encryption_Standard
FPEKELL1 Format Preserving Encryption from Kellerman Software
Idea Idea Encryption: https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm
RC2 RC2: http://en.wikipedia.org/wiki/RC2
RC4 RC4 Encryption: https://en.wikipedia.org/wiki/RC4
Rijndael AES: http://en.wikipedia.org/wiki/Rijndael
RSA RSA: http://en.wikipedia.org/wiki/RSA_%28algorithm%29
TripleDES Triple DES: http://en.wikipedia.org/wiki/Triple_DES
Twofish Twofish: http://en.wikipedia.org/wiki/Twofish
XTEA XTEA Encryption: https://en.wikipedia.org/wiki/XTEA
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetEncryptionLibrary.EncryptionProvider

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NetEncryptionLibrary Namespace