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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.