menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SHA1 - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SHA1

    Inheritance
    System.Object
    SHA1
    SHA1Managed
    Namespace: Syncfusion.Pdf.Cryptography
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class SHA1 : Object

    Constructors

    SHA1()

    Declaration
    public SHA1()

    Methods

    ComputeHash(Byte[])

    Declaration
    public byte[] ComputeHash(byte[] buffer)
    Parameters
    Type Name Description
    System.Byte[] buffer
    Returns
    Type
    System.Byte[]

    ComputeHash(Byte[], Int32, Int32)

    Declaration
    public byte[] ComputeHash(byte[] buffer, int offset, int count)
    Parameters
    Type Name Description
    System.Byte[] buffer
    System.Int32 offset
    System.Int32 count
    Returns
    Type
    System.Byte[]

    ComputeHash(Stream)

    Declaration
    public byte[] ComputeHash(Stream inputStream)
    Parameters
    Type Name Description
    System.IO.Stream inputStream
    Returns
    Type
    System.Byte[]

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved