public static bool DecryptOpenXml( string fileName, Stream inStream, out Stream outStream, string password, ISupportedProduct product )
'Declaration
Public Shared Function DecryptOpenXml( _ ByVal fileName As String, _ ByVal inStream As Stream, _ ByRef outStream As Stream, _ ByVal password As String, _ ByVal product As ISupportedProduct _ ) As Boolean
'Usage
Dim fileName As String Dim inStream As Stream Dim outStream As Stream Dim password As String Dim product As ISupportedProduct Dim value As Boolean value = XlsxEncryptionHelper.DecryptOpenXml(fileName, inStream, outStream, password, product)
Parameters
- fileName
- inStream
- outStream
- password
- product