Crypto Class

Encryption class.

Definition

Namespace: Aliquo.Core.Tools
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class Crypto
Inheritance
Object    Crypto

Constructors

CryptoInitializes a new instance of the Crypto class

Methods

Decrypt Decrypt a text.
Encrypt Encrypt a text.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also