Skip to content

Files

Latest commit

 

History

History
35 lines (23 loc) · 1.25 KB

Assorted.Utils.Crypto.Hash.md

File metadata and controls

35 lines (23 loc) · 1.25 KB

Hash Class

Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object Hash

This class provides access to the concrete and singleton instances of the Hasher class for the most common hashing algorithms.

Syntax

public static class Hash

Properties

Property Description
MD5 Gets an instance of MD5 hash algorithm.
SHA1 Gets an instance of SHA-1 hash algorithm.
SHA256 Gets an instance of SHA-256 hash algorithm.
SHA384 Gets an instance of SHA-384 hash algorithm.
SHA512 Gets an instance of SHA-512 hash algorithm.

Thread Safety

Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.

See Also


This document is generated by DG.