Spread Windows Forms 15.0
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)
    public static bool DecryptDocument( 
       Stream encryptionInfo,
       Stream encryptedPackage,
       out Stream outStream,
       string password
    )

    Parameters

    encryptionInfo
    encryptedPackage
    outStream
    password
    See Also