Amazon.Runtime.Internal.Util.HashingWrapperMD5.HashingWrapperMD5 C# (CSharp) 메소드

HashingWrapperMD5() 공개 메소드

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