'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)
public static bool IsEncryptFile( Stream stream, ISupportedProduct product, out Stream encryptionInfo, out Stream encryptedPackage )
Parameters
- stream
- product
- encryptionInfo
- encryptedPackage