Table of Contents

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

text string

The encrypted text to decrypt.

Returns

string

The decrypted text.

Encrypt(string)

Encrypts the specified text.

string Encrypt(string text)

Parameters

text string

The text to encrypt.

Returns

string

The encrypted text.