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

MD5ContentHasher() public method

Initializes a new instance of the MD5ContentHasher class.
public MD5ContentHasher ( ) : System.Security.Cryptography
return System.Security.Cryptography
            public MD5ContentHasher()
                : base(Instance)
            {
            }
        }
MD5HashInfo.MD5ContentHasher.MD5ContentHasher