FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > XlsxEncryptionHelper クラス : DecryptDocument メソッド |
'Declaration
Public Shared Function DecryptDocument( _ ByVal encryptionInfo As Stream, _ ByVal encryptedPackage As Stream, _ ByRef outStream As Stream, _ ByVal password As String _ ) As Boolean
public static bool DecryptDocument( Stream encryptionInfo, Stream encryptedPackage, out Stream outStream, string password )