PaymentGatewayLibrary

SymmetricEncryptionType Enumeration

Indicates the symmetric encryption algorithm to use.

[Visual Basic]
Public Enum SymmetricEncryptionType
[C#]
public enum SymmetricEncryptionType

Members

Member NameDescription
DES Use the Data Encryption Standard (DES) symmetric algorithm for encryption and descryption.
RC2 Use the RC2 symmetric algorithm for encryption and descryption.
Rijndael Use the Rijndael symmetric algorithm for encryption and descryption.
TripleDES Use the Triple Data Encryption Standard (TripleDES) symmetric algorithm for encryption and descryption.

Requirements

Namespace: Duis.Cryptography

Assembly: Duis.PaymentGateway (in Duis.PaymentGateway.dll)

See Also

Duis.Cryptography Namespace