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