C# 클래스 BuildXL.Cache.ContentStore.Hashing.MD5HashInfo

Hash info for MD5
상속: BuildXL.Cache.ContentStore.Hashing.HashInfo
파일 보기 프로젝트 열기: microsoft/BuildXL

공개 프로퍼티들

프로퍼티 타입 설명
Instance MD5HashInfo

공개 메소드들

메소드 설명
CreateContentHasher ( ) : IContentHasher

비공개 메소드들

메소드 설명
MD5HashInfo ( ) : System.Security.Cryptography

Initializes a new instance of the MD5HashInfo class.

메소드 상세

CreateContentHasher() 공개 메소드

public CreateContentHasher ( ) : IContentHasher
리턴 IContentHasher

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

A convenient ready-made instance.
public static MD5HashInfo,BuildXL.Cache.ContentStore.Hashing Instance
리턴 MD5HashInfo