C# 클래스 ParkitectNexus.Data.Utilities.StreamUtility

파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
CreateMD5Checksum ( this stream, bool startAtBeginning = true, MD5 md5 = null ) : byte[]

메소드 상세

CreateMD5Checksum() 공개 정적인 메소드

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