Table of Contents

Class CryptHelper.Rijndael

Namespace
SunamoCrypt
Assembly
SunamoCrypt.dll

Rijndael string encryption class

public class CryptHelper.Rijndael
Inheritance
CryptHelper.Rijndael
Inherited Members
Extension Methods

Fields

RijndaelBytes

Rijndael bytes encryption instance

public CryptHelper.RijndaelBytes RijndaelBytes

Field Value

CryptHelper.RijndaelBytes

Methods

Decrypt(string)

Decrypts the specified text

public string Decrypt(string text)

Parameters

text string

Text to decrypt

Returns

string

Decrypted text

Encrypt(string)

Encrypts the specified text

public string Encrypt(string text)

Parameters

text string

Text to encrypt

Returns

string

Encrypted text