Click or drag to resize

ContentBase<T> Constructor (T, SignatureType, Object)

Base constructor for inherited classes with known content at instance creation time.

Namespace:  ASDSoft.WebSigner.Content
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
protected ContentBase(
	T content,
	SignatureType signatureType,
	Object applicationContentId = null
)

Parameters

content
Type: T
Content for signing, for example, text, byte array, ...
signatureType
Type: ASDSoft.WebSigner.SignatureType
Signature type (Data or Hash).
applicationContentId (Optional)
Type: System.Object
Optional unique ID generated by hosting application identified content in hosting application (for example ID of document)
See Also