| ByteArrayExtensions Class |
Namespace: Cimbalino.Toolkit.Extensions
public static class ByteArrayExtensions
The ByteArrayExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ComputeHMACMD5Hash(Byte, Byte) |
Computes the HMACMD5 hash for the current byte array using the managed library.
| |
| ComputeHMACMD5Hash(Byte, Byte, Int32, Int32) |
Computes the HMACMD5 hash for the current byte array using the managed library.
| |
| ComputeHMACSHA1Hash(Byte, Byte) |
Computes the HMACSHA1 hash for the current byte array using the managed library.
| |
| ComputeHMACSHA1Hash(Byte, Byte, Int32, Int32) |
Computes the HMACSHA1 hash for the current byte array using the managed library.
| |
| ComputeHMACSHA256Hash(Byte, Byte) |
Computes the HMACSHA256 hash for the current byte array using the managed library.
| |
| ComputeHMACSHA256Hash(Byte, Byte, Int32, Int32) |
Computes the HMACSHA256 hash for the current byte array using the managed library.
| |
| ComputeMD5Hash(Byte) |
Computes the MD5 hash for the current byte array using the managed library.
| |
| ComputeMD5Hash(Byte, Int32, Int32) |
Computes the MD5 hash for the current byte array using the managed library.
| |
| ComputeSHA1Hash(Byte) |
Computes the SHA1 hash for the current byte array using the managed library.
| |
| ComputeSHA1Hash(Byte, Int32, Int32) |
Computes the SHA1 hash for the current byte array using the managed library.
| |
| ComputeSHA256Hash(Byte) |
Computes the SHA256 hash for the current byte array using the managed library.
| |
| ComputeSHA256Hash(Byte, Int32, Int32) |
Computes the SHA256 hash for the current byte array using the managed library.
| |
| ToBase64String |
Converts an array of 8-bit unsigned integers to its equivalent String representation encoded with base 64 digits.
| |
| ToString |