PaymentGatewayLibrary

HashType Enumeration

Indicates the hash algorithm to use.

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

Members

Member NameDescription
MD5 Use the MD5 hash algorithm.
SHA1 Use the SHA1 hash algorithm. The hash size for the SHA1 algorithm is 160 bits.
SHA256 Use the SHA256 hash algorithm. The hash size for the SHA256 algorithm is 256 bits.
SHA384 Use the SHA384 hash algorithm. The hash size for the SHA384 algorithm is 256 bits.
SHA512 Use the SHA512 hash algorithm. The hash size for the SHA384 algorithm is 512 bits.

Requirements

Namespace: Duis.Cryptography

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

See Also

Duis.Cryptography Namespace