In This Topic
Syntax
'Declaration
Public Shared Function DecryptOpenXml( _
ByVal As String, _
ByVal As Stream, _
ByRef As Stream, _
ByVal As String, _
ByVal 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)
public static bool DecryptOpenXml(
string ,
Stream ,
out Stream ,
string ,
ISupportedProduct
)
Parameters
- fileName
- inStream
- outStream
- password
- product
See Also