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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.