BuildXL.Cache.ContentStore.Hashing.MD5HashInfo.MD5HashInfo C# (CSharp) Метод

MD5HashInfo() приватный Метод

Initializes a new instance of the MD5HashInfo class.
private MD5HashInfo ( ) : System.Security.Cryptography
Результат System.Security.Cryptography
        private MD5HashInfo()
            : base(HashType.MD5, Length)
        {
        }