|
| byte[] | ComputeHash (byte[] buffer) |
| |
| bool | TryComputeHash (ReadOnlySpan< byte > source, Span< byte > destination, out int bytesWritten) |
| |
| byte[] | ComputeHash (byte[] buffer, int offset, int count) |
| |
| byte[] | ComputeHash (Stream inputStream) |
| |
| Task< byte[]> | ComputeHashAsync (Stream inputStream, CancellationToken cancellationToken=default(CancellationToken)) |
| |
| void | Dispose () |
| |
| void | Clear () |
| |
| int | TransformBlock (byte[] inputBuffer, int inputOffset, int inputCount, byte[]? outputBuffer, int outputOffset) |
| |
| byte[] | TransformFinalBlock (byte[] inputBuffer, int inputOffset, int inputCount) |
| |
| void | Initialize () |
| |
| int | TransformBlock (byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset) |
| |
Definition at line 9 of file HashAlgorithm.cs.
The documentation for this class was generated from the following file:
- source/System.Security.Cryptography.Primitives/System.Security.Cryptography/HashAlgorithm.cs