CryptoSys PKI Pro Manual

Cms.ReadSigDataToString Method

Read the content from a CMS signed-data object directly into a string.

Syntax

[C#]
public static string ReadSigDataToString(
	string inputFile
)
[VB.NET]
Public Shared Function ReadSigDataToString ( _
	inputFile As String _
) As String

Parameters

inputFile
Name of file containing CMS signed-data object (binary or base64-encoded) or the data as a base64 or PEM string.

Return Value

String containing the content or an empty string if error

See Also

VB6/C equivalent: CMS_ReadSigDataToString

[Contents] [Index]

[PREV: Cms.ReadSigDataToFile Method...]   [Contents]   [Index]   
   [NEXT: Cms.VerifySigData Method...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.