CryptoSys PKI Pro Manual

Cms.MakeSigDataFromPseudo Method

Create a SignedData object from a "pseudo" object.

Syntax

[C#]
public static int MakeSigDataFromPseudo(
   string outputFile,
   string inputPseudoFile,
   byte[] sigValue,
   Cms.Format format = Cms.Format.Default 
)
[VB]
Public Shared Function MakeSigDataFromPseudo (
   outputFile As String,
   inputPseudoFile As String,
   sigValue As Byte(),
   Optional format As Cms.Format = Cms.Format.Default 
) As Integer

Parameters

outputFile  String
Name of output file to be created.
inputPseudoFile  String
Input "pseudo" file with dummy placeholder signature.
sigValue  Byte
Signature value computed by external service.
format  Cms.Format  (Optional)
Output format (default = binary)

Return Value

Int32
Zero if successful; otherwise it returns an error code

Remarks

RSASSA-PKCS1V1_5 only.

See Also

VB6/C equivalent: CMS_MakeSigDataFromSigValue

[Contents] [Index]

[PREV: Cms.MakeSigDataFromBytes Method...]   [Contents]   [Index]   
   [NEXT: Cms.MakeSigDataFromSigValue Method...]

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