All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---CATIUExitCrypt
Usage: you can freely reimplement this interface.
interface CATIUExitCrypt
Interface to enable some user specific encryption mechanism.
Role: This interface is a user exit, that allows an user to perform
encryption/decryption of data. It is called when transmitting passwords.
You should implement it on the CATUExitCrypt component by
creating a data extension.
public virtual HRESULT Code( | const void* | iBuffer, |
size_t | iLen, | |
void** | CodedBuffer, | |
size_t* | oCodedLen)=0 |
public virtual HRESULT Decode( | const void* | iCodedBuffer, |
size_t | iCodedLen, | |
void** | DecodedBuffer, | |
size_t* | oDecodedLen)=0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.