Interface ICryptString
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for cryptographic string operations.
public interface ICryptString
- Extension Methods
Methods
Decrypt(string)
Decrypts the specified text.
string Decrypt(string text)
Parameters
textstringThe encrypted text to decrypt.
Returns
- string
The decrypted text.
Encrypt(string)
Encrypts the specified text.
string Encrypt(string text)
Parameters
textstringThe text to encrypt.
Returns
- string
The encrypted text.