BuildXL.Cache.ContentStore.Hashing.MD5HashInfo.MD5HashInfo C# (CSharp) Method

MD5HashInfo() private method

Initializes a new instance of the MD5HashInfo class.
private MD5HashInfo ( ) : System.Security.Cryptography
return System.Security.Cryptography
        private MD5HashInfo()
            : base(HashType.MD5, Length)
        {
        }