Class FilePassStandardBlock
Summary description for FilePassStandardBlock.
Inheritance
System.Object
FilePassStandardBlock
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class FilePassStandardBlock : Object
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. |