Click or drag to resize

Rijndael Class

This class can be used to encrypt string or any byte (stream) data.
Inheritance Hierarchy
SystemObject
  TreeksLicensingLibrary2Rijndael

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public class Rijndael

The Rijndael type exposes the following members.

Constructors
  NameDescription
Public methodRijndael
Initializes class with default parameters
Public methodRijndael(String, Int32, String)
Initializes class with your Rijdael parameters
Top
Properties
  NameDescription
Public propertyInitializationVector
Returns actual initialization vector
Public propertyIterations
Returns actual count of iterations used to derive password bytes.
Public propertySalt
Returns actual cryptographic salt.
Top
Methods
  NameDescription
Public methodCreateDecryptor
Returns cryptographic stream which can be used to decrypt data.
Public methodCreateEncryptor
Returns cryptographic stream which can be used to encrypt any byte data.
Public methodDecryptString
Decrypts previously encrypted string.
Public methodEncryptString
Returns encrypted string.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks