public static bool DecryptDocument( Stream encryptionInfo, Stream encryptedPackage, out Stream outStream, string password )
'Declaration
Public Shared Function DecryptDocument( _ ByVal encryptionInfo As Stream, _ ByVal encryptedPackage As Stream, _ ByRef outStream As Stream, _ ByVal password As String _ ) As Boolean
Parameters
- encryptionInfo
- encryptedPackage
- outStream
- password