Click or drag to resize

BinaryContent Constructor (Byte, Object)

Constructor for create instance with 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 BinaryContent(
	byte[] content,
	Object applicationContentId = null
)

Parameters

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