Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public CmsSignedData Generate(
	string signedContentType,
	CmsProcessable content,
	bool encapsulate
)
Visual Basic
Public Function Generate ( _
	signedContentType As String, _
	content As CmsProcessable, _
	encapsulate As Boolean _
) As CmsSignedData
Visual C++
public:
CmsSignedData^ Generate(
	String^ signedContentType, 
	CmsProcessable^ content, 
	bool encapsulate
)

Parameters

signedContentType
Type: System..::..String
content
Type: Org.BouncyCastle.Cms..::..CmsProcessable
encapsulate
Type: System..::..Boolean

See Also