Click or drag to resize

TextContent Constructor

Base constructor.

Namespace:  ASDSoft.WebSigner.Content
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public TextContent(
	string content,
	Object applicationContentId = null
)

Parameters

content
Type: SystemString
Plain text for signing.
applicationContentId (Optional)
Type: SystemObject
Optional unique ID generated by hosting application identified text in hosting application.
See Also