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]
Public Shared Function MakeComprData (
   outputFile As String,
   inputFile As String 
) As Integer

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

VB6/C equivalent: CMS_MakeComprData

[Contents] [Index]

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

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.