menu

WPF

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

    Show / Hide Table of Contents

    Class FilePassStandardBlock

    Summary description for FilePassStandardBlock.

    Inheritance
    System.Object
    FilePassStandardBlock
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class FilePassStandardBlock

    Constructors

    FilePassStandardBlock()

    Default constructor.

    Declaration
    public FilePassStandardBlock()

    Fields

    StoreSize

    Correct record size.

    Declaration
    public const int StoreSize = 48
    Field Value
    Type
    System.Int32

    Properties

    Digest

    Digest used to verify the entered password. Read-only.

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

    DocumentID

    Unique document identifier used to initialize the encryption algorithm. Read-only.

    Declaration
    public byte[] DocumentID { get; }
    Property Value
    Type
    System.Byte[]

    EncyptedDocumentID

    Encrypted document identifier used to verify the entered password. Read-only.

    Declaration
    public byte[] EncyptedDocumentID { get; }
    Property Value
    Type
    System.Byte[]

    Methods

    GetStoreSize(ExcelVersion)

    Declaration
    public static int GetStoreSize(ExcelVersion version)
    Parameters
    Type Name Description
    ExcelVersion version
    Returns
    Type
    System.Int32

    ParseStructure(DataProvider, Int32, Int32)

    Parse structure of record. Convert Data buffer to special values according to record specification.

    Declaration
    public void ParseStructure(DataProvider provider, int iOffset, int iLength)
    Parameters
    Type Name Description
    DataProvider provider

    Object that provides access to the data.

    System.Int32 iOffset

    Offset to the record's data.

    System.Int32 iLength

    Length of the record's data.

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