Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XlsxEncryptionHelper Class / DecryptDocument Method


In This Topic
DecryptDocument Method
In This Topic
Syntax
'Declaration
 
Public Shared Function DecryptDocument( _
   ByVal encryptionInfo As Stream, _
   ByVal encryptedPackage As Stream, _
   ByRef outStream As Stream, _
   ByVal password As String _
) As Boolean
 
'Usage
 
Dim encryptionInfo As Stream
Dim encryptedPackage As Stream
Dim outStream As Stream
Dim password As String
Dim value As Boolean
 
value = XlsxEncryptionHelper.DecryptDocument(encryptionInfo, encryptedPackage, outStream, password)

Parameters

encryptionInfo
encryptedPackage
outStream
password
See Also