Click or drag to resize

ContentBaseSetContent Method

Lazy setting of content if not set in constructor.

Namespace:  ASDSoft.WebSigner.Content
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public abstract void SetContent(
	Object content
)

Parameters

content
Type: SystemObject
Content for signing, for example, text, byte array, ...
Remarks
Use for the signing of the document, that requires certificate included in signing content.
See Also