CryptoSys PKI Pro Manual

Cms.MakeComprData Method

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

Syntax

[C#]
public static int MakeComprData(
	string outputFile,
	string inputFile
)
[VB.NET]
Public Shared Function MakeComprData ( _
	outputFile As String, _
	inputFile As String _
) As Integer

Parameters

outputFile
Output file to be created
inputFile
Input data file

Return Value

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

See Also

VB6/C equivalent: CMS_MakeComprData

[Contents] [Index]

[PREV: Cms.GetSigHashAlgorithm Method...]   [Contents]   [Index]   
   [NEXT: Cms.MakeDetachedSig Method...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.