/
Assembly List
/
LJCNetCommon
/ Cryptography_Type
Namespace - LJCNetCommon
Class Cryptography_Type
Syntax
C#
public enum Cryptography_Type
The encryption types.
Fields
Crypto_3DES
Use triple DES encryption.
Crypto_DES
Use DES encryption.
Crypto_RC2
Use RC2 encryption.
Crypto_Rijndael
Use Rijndael (AES) encryption.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.