Click or drag to resize

HashContent Constructor (Object)

Constructor for create instance without known content at instance creation time.

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public HashContent(
	Object applicationContentId = null
)

Parameters

applicationContentId (Optional)
Type: SystemObject
Optional unique ID generated by hosting application identified content in hosting application (for example ID of document)
See Also