C# Class BuildXL.Cache.ContentStore.Hashing.MD5HashInfo

Hash info for MD5
Inheritance: BuildXL.Cache.ContentStore.Hashing.HashInfo
Show file Open project: microsoft/BuildXL

Public Properties

Property Type Description
Instance MD5HashInfo

Public Methods

Method Description
CreateContentHasher ( ) : IContentHasher

Private Methods

Method Description
MD5HashInfo ( ) : System.Security.Cryptography

Initializes a new instance of the MD5HashInfo class.

Method Details

CreateContentHasher() public method

public CreateContentHasher ( ) : IContentHasher
return IContentHasher

Property Details

Instance public static property

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