C# Class ParkitectNexus.Data.Utilities.StreamUtility

Mostra file Open project: ParkitectNexus/ParkitectNexusClient

Public Methods

Method Description
CreateMD5Checksum ( this stream, bool startAtBeginning = true, MD5 md5 = null ) : byte[]

Method Details

CreateMD5Checksum() public static method

public static CreateMD5Checksum ( this stream, bool startAtBeginning = true, MD5 md5 = null ) : byte[]
stream this
startAtBeginning bool
md5 System.Security.Cryptography.MD5
return byte[]