EncryptionAlgorithm Class

Namespace: System.Crypto
type
 EncryptionAlgorithm = class(TObject)
 end;

The EncryptionAlgorithm type exposes the following members.

Show:
 NameDescription
DecryptData(String,String)

Represents method DecryptData(String,String).

EncryptData(String,String)

Represents method EncryptData(String,String).

Top

EncryptionAlgorithm is an abstract base class and can not be instantiated directly.