The SHA256Hash type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SHA256Hash |
Initializes a new instance of the |
Methods
| Name | Description | |
|---|---|---|
Releases all resources used by the (Inherited from | ||
Computes the hash value for the specified (Inherited from | ||
Computes the hash value for the specified byte array. (Inherited from | ||
Computes the hash value for the specified region of the specified byte array. (Inherited from | ||
Releases all resources used by the current instance of the (Inherited from | ||
Releases the unmanaged resources used by the (Inherited from | ||
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| HashCore |
Routes data written to the object into the hash algorithm for computing the hash.
(Overrides | |
| HashFinal |
Finalizes the hash computation after the last data is processed by the cryptographic stream object.
(Overrides | |
| Initialize |
Initializes an implementation of the (Overrides | |
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from | ||
Computes the hash value for the specified region of the input byte array and copies the resulting hash value to the specified region of the output byte array. (Inherited from | ||
Computes the hash value for the specified region of the specified byte array. (Inherited from |
Fields
| Name | Description | |
|---|---|---|
Represents the size, in bits, of the computed hash code. (Inherited from | ||
Represents the value of the computed hash code. (Inherited from | ||
Represents the state of the hash computation. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| CanReuseTransform |
Gets a value indicating whether the current transform can be reused.
(Overrides | |
| CanTransformMultipleBlocks |
Gets a value indicating whether multiple blocks can be transformed.
(Overrides | |
Gets the value of the computed hash code. (Inherited from | ||
| HashSize |
Gets the size, in bits, of the computed hash code.
(Overrides | |
| InputBlockSize |
Gets the input block size.
(Overrides | |
| OutputBlockSize |
Gets the output block size.
(Overrides |
See Also