![]() | CryptoHelperComputeSHA256String Method |
Name | Description | |
---|---|---|
![]() ![]() | ComputeSHA256String(Byte) |
Computes the SHA256 hash for a byte array and returns the result
formatted as a lowercase hex string.
|
![]() ![]() | ComputeSHA256String(Stream) |
Computes the SHA256 hash for a stream from the current position'
until the end and returns the result formatted as a lowercase
hex string.
|
![]() ![]() | ComputeSHA256String(String) |
Computes the SHA256 hash for a string and returns the result
formatted as a lowercase hex string.
|