Amazon.Runtime.Internal.Util.HashingWrapperMD5.HashingWrapperMD5 C# (CSharp) Method

HashingWrapperMD5() public method

public HashingWrapperMD5 ( ) : System
return System
        public HashingWrapperMD5()
            : base(typeof(MD5Managed).FullName)
        { }
    }
HashingWrapperMD5