Crc64.ComputeHash Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ComputeHash(Byte[]) | |
ComputeHash(Stream) |
ComputeHash(Byte[])
- Source:
- Crc64.cs
- Source:
- Crc64.cs
public:
static cli::array <System::Byte> ^ ComputeHash(cli::array <System::Byte> ^ input);
public static byte[] ComputeHash (byte[] input);
static member ComputeHash : byte[] -> byte[]
Public Shared Function ComputeHash (input As Byte()) As Byte()
Parameters
- input
- Byte[]
Returns
Byte[]
Applies to
ComputeHash(Stream)
- Source:
- Crc64.cs
- Source:
- Crc64.cs
public:
static cli::array <System::Byte> ^ ComputeHash(System::IO::Stream ^ inputStream);
public static byte[] ComputeHash (System.IO.Stream inputStream);
static member ComputeHash : System.IO.Stream -> byte[]
Public Shared Function ComputeHash (inputStream As Stream) As Byte()
Parameters
- inputStream
- Stream
Returns
Byte[]
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.