The TextEncryptionUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBase64StringToBytes
Convert a Base64 string to its bytes
Public methodStatic memberBytesToBase64String
Convert an array of bytes to a Base64 representation of bytes
Public methodStatic memberBytesToString
Convert an array of bytes into an hexadecimal string
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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 methodStatic memberIsBase64
Returns true if the input string CAN BE a Base64 string. Since there is not an exact way to determine if a string is a Base64 string and not simple text, this method returns true if the string is 'compliant' with Base64, and so it can be a result of a Base64 encoding.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMemoryToBase64String
Convert a MemoryStream to a Base64 representation of bytes
Public methodStatic memberMemoryToString
Convert a MemoryStream to a clear text string
Public methodStatic memberStringToBytes
Convert a string into an array of bytes
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also