SymmetricEncryption Constructor | Initializes a new instance of the SymmetricEncryption class. |
IV | Gets or sets the initialization vector (IV) for the symmetric algorithm. |
IVString | Gets or sets the initialization vector (IV) string for the symmetric algoritm. This property is the same as the IV property. |
Key | Gets or sets the secret key for the symmetric algorithm. |
KeyString | Gets or sets the secret key for the symmetric algorithm. This property is the same as the Key property. |
Decrypt | Decrypts a string. |
Encrypt | Encrypts a string. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
SymmetricEncryption Class | Duis.Cryptography Namespace