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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.