CmsMakeSigDataFromPseudo Method |
Create a SignedData object from a "pseudo" object.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static int MakeSigDataFromPseudo(
string outputFile,
string inputPseudoFile,
byte[] sigValue,
CmsFormat format = CmsFormat.Default
)
Public Shared Function MakeSigDataFromPseudo (
outputFile As String,
inputPseudoFile As String,
sigValue As Byte(),
Optional format As CmsFormat = CmsFormat.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 CmsFormat (Optional)
- Output format (default = binary)
Return Value
Int32Zero if successful; otherwise it returns an
error code
RemarksRSASSA-PKCS1V1_5 only.
See Also