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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.