ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MD5Context - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MD5Context

    Summary description for MD5_CTX.

    Inheritance
    System.Object
    MD5Context
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.Security
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [CLSCompliant(false)]
    public class MD5Context

    Constructors

    MD5Context()

    Initializes a new instance of the MD5Context class.

    Declaration
    public MD5Context()

    Properties

    Buffer

    Gets or sets the buffer.

    Declaration
    public uint[] Buffer { get; set; }
    Property Value
    Type Description
    System.UInt32[]

    The buffer.

    Digest

    Gets or sets the digest.

    Declaration
    public byte[] Digest { get; set; }
    Property Value
    Type Description
    System.Byte[]

    The digest.

    I

    Gets or sets the I.

    Declaration
    public uint[] I { get; set; }
    Property Value
    Type Description
    System.UInt32[]

    The I.

    InBuffer

    Gets or sets the input buffer.

    Declaration
    public byte[] InBuffer { get; set; }
    Property Value
    Type Description
    System.Byte[]

    The input buffer.

    Methods

    Final()

    Finals this instance.

    Declaration
    public void Final()

    StoreDigest()

    Stores the digest.

    Declaration
    public void StoreDigest()

    Update(Byte[], UInt32)

    Updates

    Declaration
    public void Update(byte[] inBuf, uint inLen)
    Parameters
    Type Name Description
    System.Byte[] inBuf

    The input buf.

    System.UInt32 inLen

    The buffer length.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved