Click or drag to resize
Cimbalino ToolkitStreamExtensions Methods

The StreamExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComputeHMACSHA1Hash
Computes the HMACSHA1 hash for the current byte array.
Public methodStatic memberComputeHMACSHA256Hash
Computes the SHA256 hash for the current byte array.
Public methodStatic memberComputeMD5Hash
Computes the MD5 hash for the current byte array.
Public methodStatic memberComputeSHA1Hash
Computes the SHA1 hash for the current byte array.
Public methodStatic memberComputeSHA256Hash
Computes the SHA256 hash for the current byte array.
Public methodStatic memberToArray
Writes the stream contents to a byte array.
Public methodStatic memberToArrayAsync
Writes the stream contents to a byte array.
Top
See Also