StreamExtensions Class |
Namespace: Cimbalino.Toolkit.Extensions
public static class StreamExtensions
The StreamExtensions type exposes the following members.
Name | Description | |
---|---|---|
ComputeHMACSHA1Hash |
Computes the HMACSHA1 hash for the current byte array.
| |
ComputeHMACSHA256Hash |
Computes the SHA256 hash for the current byte array.
| |
ComputeMD5Hash |
Computes the MD5 hash for the current byte array.
| |
ComputeSHA1Hash |
Computes the SHA1 hash for the current byte array.
| |
ComputeSHA256Hash |
Computes the SHA256 hash for the current byte array.
| |
ToArray |
Writes the stream contents to a byte array.
| |
ToArrayAsync |
Writes the stream contents to a byte array.
|