The StringEncryption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StringEncryption()()()() |
Initializes a new StringEncryption instance.
|
![]() | StringEncryption(SymmetricAlgorithm, HashAlgorithm) |
Initializes a new StringEncryption instance.
|
![]() | StringEncryption(String, String) |
Initializes a new StringEncryption instance.
|
Methods
Name | Description | |
---|---|---|
![]() | Decrypt |
Decrypts a given string.
|
![]() | DecryptString(String) |
Decrypts a given string.
|
![]() | DecryptString(String, Encoding) |
Decrypts a given string.
|
![]() | Encrypt(array<Byte>[]()[][]) |
Encrypts a given byte array.
|
![]() | Encrypt(String) |
Encrypts a given string.
|
![]() | Encrypt(String, Encoding) |
Encrypts a given string.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | IV |
Gets or sets the initialization vector of the bulk cipher algorithm.
|
![]() | Key |
Gets or sets the key of the bulk cipher algorithm.
|