Click or drag to resize
Rijndael256 Methods

The Rijndael256 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDecryptBytes256Bit(Byte, String, String, Int32, Int32, String, String)
Decrypts encrypted byte array
Public methodStatic memberDecryptBytes256Bit(String, String, String, Int32, Int32, String, String)
Decrypts base64 encoded string to byte array
Public methodStatic memberDecryptString256Bit
Decrypts base64 string to plain text.
Public methodStatic memberEncryptBytes256Bit
Encrypts bytes with Rijndael
Public methodStatic memberEncryptString256Bit
Encrypts string with specified password.
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 a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodiDecryptBytes256Bit(Byte, String, String, Int32, Int32, String, String)
Decrypts encrypted byte array
Public methodiDecryptBytes256Bit(String, String, String, Int32, Int32, String, String)
Decrypts base64 encoded string to byte array
Public methodiDecryptString256Bit
Decrypts base64 string to plain text.
Public methodiEncryptBytes256Bit
Encrypts bytes with Rijndael
Public methodiEncryptString256Bit
Encrypts string with specified password.
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
See Also