Click or drag to resize
Cimbalino ToolkitByteArrayExtensions Methods

The ByteArrayExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComputeHMACMD5Hash(Byte[],Byte[])
Computes the HMACMD5 hash for the current byte array using the managed library.
Public methodStatic memberComputeHMACMD5Hash(Byte[],Byte[], Int32, Int32)
Computes the HMACMD5 hash for the current byte array using the managed library.
Public methodStatic memberComputeHMACSHA1Hash(Byte[],Byte[])
Computes the HMACSHA1 hash for the current byte array using the managed library.
Public methodStatic memberComputeHMACSHA1Hash(Byte[],Byte[], Int32, Int32)
Computes the HMACSHA1 hash for the current byte array using the managed library.
Public methodStatic memberComputeHMACSHA256Hash(Byte[],Byte[])
Computes the HMACSHA256 hash for the current byte array using the managed library.
Public methodStatic memberComputeHMACSHA256Hash(Byte[],Byte[], Int32, Int32)
Computes the HMACSHA256 hash for the current byte array using the managed library.
Public methodStatic memberComputeMD5Hash(Byte[])
Computes the MD5 hash for the current byte array using the managed library.
Public methodStatic memberComputeMD5Hash(Byte[], Int32, Int32)
Computes the MD5 hash for the current byte array using the managed library.
Public methodStatic memberComputeSHA1Hash(Byte[])
Computes the SHA1 hash for the current byte array using the managed library.
Public methodStatic memberComputeSHA1Hash(Byte[], Int32, Int32)
Computes the SHA1 hash for the current byte array using the managed library.
Public methodStatic memberComputeSHA256Hash(Byte[])
Computes the SHA256 hash for the current byte array using the managed library.
Public methodStatic memberComputeSHA256Hash(Byte[], Int32, Int32)
Computes the SHA256 hash for the current byte array using the managed library.
Public methodStatic memberToBase64String
Converts an array of 8-bit unsigned integers to its equivalent String representation encoded with base 64 digits.
Public methodStatic memberToString
Converts an array of 8-bit unsigned integers to its equivalent String representation, using the specified Encoding.
Top
See Also