Click or drag to resize

TextContent Class

Represent plain text for signing by Data
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.ContentContentBase
    ASDSoft.WebSigner.ContentContentBaseString
      ASDSoft.WebSigner.ContentTextContent
        ASDSoft.WebSigner.ContentLoginContent

Namespace:  ASDSoft.WebSigner.Content
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
[ObfuscationAttribute(Exclude = true)]
public class TextContent : ContentBase<string>

The TextContent type exposes the following members.

Constructors
  NameDescription
Public methodTextContent
Base constructor.
Top
Properties
  NameDescription
Public propertyApplicationContentId
Unique ID generated by hosting application identified content in hosting application (for example ID of document).
(Inherited from ContentBase.)
Public propertyContent
Content for signing, for example, text, byte array, ...
(Inherited from ContentBaseT.)
Public propertyHasContent
Only for internal use.
(Inherited from ContentBaseT.)
Protected propertyHasLazyContent
Only for internal use.
(Inherited from ContentBase.)
Public propertyIsLink
Always return .
(Overrides ContentBaseIsLink.)
Public propertyNeedResetLazyContent
Only for internal use.
(Inherited from ContentBase.)
Public propertySignatureType
Signature type (Data or Hash).
(Inherited from ContentBase.)
Top
Methods
Remarks
Before signing, the text will be converted to a byte array by UTF8 encoding.
See Also