# IEncryptionAlgorithm Interface \[Missing <summary> documentation for "T:CapyKit.Helpers.IEncryptionAlgorithm"\] ## Definition **Namespace:** CapyKit.Helpers **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2 **C#** ``` C# public interface IEncryptionAlgorithm ``` **F#** ``` F# type IEncryptionAlgorithm = interface end ``` ## Properties
AlgorithmName |
Decrypt(T) | |
Encrypt(T) |