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
)
[VB.NET]
Public Shared Function MakeSigDataFromPseudo ( _
	outputFile As String, _
	inputPseudoFile As String, _
	sigValue As Byte(), _
	format As Cms.Format _
) As Integer

Parameters

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

Return Value

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-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.