ExcelGetWorkbookProtectedStructure Method
In This Topic
Get workbook protected structure information
Syntax
'Declaration
Function ExcelGetWorkbookProtectedStructure( _
ByRef () As Byte, _
ByRef () As Byte, _
ByRef As UInteger, _
ByRef As Boolean, _
ByRef 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[] ,
ref byte[] ,
ref uint ,
ref bool ,
ref string
)
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