| TextContent Constructor |
Base constructor.
Namespace:
ASDSoft.WebSigner.Content
Assembly:
ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax 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