Gets the cached instance of the CCrypto encryption object.

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

Syntax

C#
public static CCrypto Crypto { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Crypto As CCrypto
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