Show / Hide Table of Contents

Class ReversibleStringEncryption

This class implements a simple string encryptor/decryptor using the RijndaelManaged crypto provider. The class will encrypt strings

Inheritance
object
ReversibleStringEncryption
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Util
Assembly: SoCore.dll
Syntax
public static class ReversibleStringEncryption

Methods

Encrypt(string)

Encrypts the passed System.Xml.XmlNode object from a configuration file.

Declaration
public static string Encrypt(this string text)
Parameters
Type Name Description
string text
Returns
Type Description
string

IsEncrypted(string)

Returns true if the provided text is encrypted.

Declaration
public static bool IsEncrypted(this string text)
Parameters
Type Name Description
string text
Returns
Type Description
bool
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top