Initializes a new instance of the CmsProcessableFile class
Namespace: Org.BouncyCastle.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public CmsProcessableFile( FileInfo file ) |
| Visual Basic |
|---|
Public Sub New ( _ file As FileInfo _ ) |
| Visual C++ |
|---|
public: CmsProcessableFile( FileInfo^ file ) |
Parameters
- file
- Type: System.IO..::..FileInfo