This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
How to calculate the SHA-In and -Out signatures
Namespace: Smartsite.Ogone
Assembly: Smartsite.Ogone (in Smartsite.Ogone.dll)
Syntax
C# | Copy Code |
---|---|
public enum SignatureMode |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration SignatureMode |
Members
Member name | Description | |
---|---|---|
Legacy |
SHA-1 hash of main parameter values.
| |
SHA1 |
SHA-1 hash of all parameters separated by passphrase.
| |
SHA256 |
SHA-256 hash of all parameters separated by passphrase.
| |
SHA512 |
SHA-512 hash of all parameters separated by passphrase.
|
See Also
Smartsite.Ogone Namespace