'Declaration
Public Shared Function DecryptOpenXml( _
ByVal As String, _
ByVal As Stream, _
ByRef As Stream, _
ByVal As String, _
ByVal As ISupportedProduct _
) As Boolean
public static bool DecryptOpenXml(
string ,
Stream ,
out Stream ,
string ,
ISupportedProduct
)