Click or drag to resize

CmsMakeSigDataFromPseudo Method

Create a SignedData object from a "pseudo" object.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static int MakeSigDataFromPseudo(
	string outputFile,
	string inputPseudoFile,
	byte[] sigValue,
	CmsFormat format = CmsFormat.Default
)

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  CmsFormat  (Optional)
Output format (default = binary)

Return Value

Int32
Zero if successful; otherwise it returns an error code
Remarks
RSASSA-PKCS1V1_5 only.
See Also