Provides a wrapper to the Microsoft Crypto Provider API to allow for data encryption, decryption, and one way hashing.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public class CCrypto
Visual Basic (Declaration)
Public Class CCrypto
Visual C++
public ref class CCrypto

Remarks

Hashing is done via the SHA1 algorithm. The client specific key used for hashing is stored, encrypted, in the IBO_Control.HashKey system parameter.

Symmetric encryption is done via the 3DES algorithm. The client specific key used for hashing is stored, encrypted, in the IBO_Control.EncryptionKey system parameter.

Inheritance Hierarchy

System..::.Object
  Asi.iBO..::.CCrypto

See Also