EncryptionVigenère Class
Represents type EncryptionVigenère
.
type EncryptionVigenère = class(EncryptionAlgorithm) end;
The EncryptionVigenère type exposes the following members.
Show:
Name | Description | |
---|---|---|
DecryptData(String,String) | Represents method | |
EncryptData(String,String) | Represents method |