Gets the cached instance of the CCrypto encryption object.

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

Syntax

C#
public static CCrypto Crypto { get; }
Visual Basic
Public Shared ReadOnly Property Crypto As CCrypto
	Get
Visual C++
public:
static property CCrypto^ Crypto {
	CCrypto^ get ();
}

Field Value

A reference to the cached instance of the CCrypto object used to perform encryption.

Remarks

The CCrypto class is a wrapper to a shared COM object that does encryption for all iMIS products.

See Also