EncryptionBlowfish Class

Represents type EncryptionBlowfish.

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

The EncryptionBlowfish type exposes the following members.

Show:
 NameDescription
DecryptData(String,String)

Represents method DecryptData(String,String). (Overrides EncryptionAlgorithm.DecryptData(String,String).)

EncryptData(String,String)

Represents method EncryptData(String,String). (Overrides EncryptionAlgorithm.EncryptData(String,String).)

Top