EncryptionVigenère Class

Represents type EncryptionVigenère.

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

The EncryptionVigenère 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