Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IProtectionSupport Interface / ExcelGetWorkbookProtectedStructure Method
The hash value
The salt value that used to compute hash value
Number of loop used when compute hash value
if set to true [lock structure].
Name of algorithm used to compute hash value


In This Topic
    ExcelGetWorkbookProtectedStructure Method
    In This Topic
    Get workbook protected structure information
    Syntax
    'Declaration
     
    
    Function ExcelGetWorkbookProtectedStructure( _
       ByRef hashValue() As Byte, _
       ByRef saltValue() As Byte, _
       ByRef spinCount As UInteger, _
       ByRef lockStructure As Boolean, _
       ByRef algorithmName As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As IProtectionSupport
    Dim hashValue() As Byte
    Dim saltValue() As Byte
    Dim spinCount As UInteger
    Dim lockStructure As Boolean
    Dim algorithmName As String
    Dim value As Boolean
     
    value = instance.ExcelGetWorkbookProtectedStructure(hashValue, saltValue, spinCount, lockStructure, algorithmName)
    bool ExcelGetWorkbookProtectedStructure( 
       ref byte[] hashValue,
       ref byte[] saltValue,
       ref uint spinCount,
       ref bool lockStructure,
       ref string algorithmName
    )

    Parameters

    hashValue
    The hash value
    saltValue
    The salt value that used to compute hash value
    spinCount
    Number of loop used when compute hash value
    lockStructure
    if set to true [lock structure].
    algorithmName
    Name of algorithm used to compute hash value
    See Also