TCipherOperation Enumeration

Represents type TCipherOperation.

Namespace: flcCipher
type
 TCipherOperation = (
 coEncrypt,
 coDecrypt);

The TCipherOperation type exposes the following members.

Show:
 NameDescription
coDecrypt

Represents constant coDecrypt.

coEncrypt

Represents constant coEncrypt.

Top