The TextVigenere type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AlgorithmType |
Text algorithm type. If it's a normal text algorithm (ie: TextROT13)
then this will be TextAlgorithm.Text. If it's a binary algorithm
turned into a text algorithm via Base64 conversions, this will be
TextAlgorithm.Binary
(Inherited from TextAlgorithm.) |