Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XlsxEncryptionHelper Class / IsEncryptFile Method


In This Topic
    IsEncryptFile Method
    In This Topic
    Check wether is EncryptFile
    Syntax
    'Declaration
     
    
    Public Shared Function IsEncryptFile( _
       ByVal stream As Stream, _
       ByVal product As ISupportedProduct, _
       ByRef encryptionInfo As Stream, _
       ByRef encryptedPackage As Stream _
    ) As Boolean
    'Usage
     
    
    Dim stream As Stream
    Dim product As ISupportedProduct
    Dim encryptionInfo As Stream
    Dim encryptedPackage As Stream
    Dim value As Boolean
     
    value = XlsxEncryptionHelper.IsEncryptFile(stream, product, encryptionInfo, encryptedPackage)

    Parameters

    stream
    product
    encryptionInfo
    encryptedPackage
    See Also