Click or drag to resize

CmsReadComprData Method

Read and extract the decompressed contents of a CMS compressed-data file.

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

Parameters

outputFile  String
Output file to be created
inputFile  String
Input data file
opts  CmsComprDataOptions
Options [default=inflate contents]

Return Value

Int32
If successful the return value is the number of bytes in the output file; otherwise it returns a non-zero error code
See Also