Class SHA1Wrapper
Just an Utility class to make it easier to work with SHA1.
public class SHA1Wrapper
- Inheritance
-
objectSHA1Wrapper
Remarks
Not intended for usage from user code, touch at your peril since API can change and break backwards compatibility!
Constructors
SHA1Wrapper()
public SHA1Wrapper()
Methods
ComputeHash(byte[])
public byte[] ComputeHash(byte[] bytes)
Parameters
bytesbyte[]
Returns
- byte[]
ComputeHash(Stream)
public byte[] ComputeHash(Stream stream)
Parameters
streamStream
Returns
- byte[]
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()