Click or drag to resize

CmsMakeComprData Method

Create a new CMS compressed-data file (.p7z) from an existing input file.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static int MakeComprData(
	string outputFile,
	string inputFile
)

Parameters

outputFile  String
Output file to be created
inputFile  String
Input data file

Return Value

Int32
Zero if successful; otherwise it returns a non-zero error code
See Also