Click or drag to resize

DocumentSignerLinkContent Class

Content for a document which can be shown for signing by a hyperlink in the client application and with supporting build content for signing from document by ASDSoft.SignTools (PDF, XML, Office, ...).
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.ContentContentBase
    ASDSoft.WebSigner.ContentContentBaseByte
      ASDSoft.WebSigner.Server.ContentBinaryContent
        ASDSoft.WebSigner.Server.ContentDocumentLinkContent
          ASDSoft.WebSigner.Server.ContentBuildableDocumentLinkContentBaseDocumentSignerLinkContentBuilderConfiguration
            ASDSoft.WebSigner.Server.ContentDocumentSignerLinkContent

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
public sealed class DocumentSignerLinkContent : BuildableDocumentLinkContentBase<DocumentSignerLinkContentBuilderConfiguration>

The DocumentSignerLinkContent type exposes the following members.

Constructors
  NameDescription
Public methodDocumentSignerLinkContent(String, Object, String)
Constructor for create instance without known document at instance creation time.
Public methodDocumentSignerLinkContent(String, Object, String, DocumentInfo)
Constructor for create instance with known content at instance creation time.
Public methodDocumentSignerLinkContent(String, Object, String, Byte)
Constructor for create instance with known content at instance creation time.
Public methodDocumentSignerLinkContent(String, Object, String, Stream)
Constructor for create instance with known content at instance creation time.
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 propertyConfiguration
Configuration for signing document
(Inherited from BuildableDocumentLinkContentBaseTConfiguration.)
Public propertyContent
Content for signing, for example, text, byte array, ...
(Inherited from ContentBaseT.)
Public propertyDocument
Description and full binary content of document for signing.
(Inherited from DocumentLinkContent.)
Public propertyDocumentFileExtension
File extension of document, for example PDF, XML, DOCX, ...
Public propertyHasContent
Only for internal use.
(Inherited from ContentBaseT.)
Public propertyIsLink
Always return .
(Inherited from DocumentLinkContent.)
Public propertyNeedResetLazyContent
Only for internal use.
(Inherited from ContentBase.)
Public propertySignatureType
Signature type (Data or Hash).
(Inherited from ContentBase.)
Public propertySignedDocumentData Obsolete.
Binary data of final signed document.
(Inherited from BuildableDocumentLinkContentBaseTConfiguration.)
Public propertyTitle
Content title for display in client window for selecting a certificate
(Inherited from BinaryContent.)
Top
Methods
  NameDescription
Public methodGetContentData
Return binary data or hash of content for signing.
(Inherited from BinaryContent.)
Public methodGetContentTitle
Return text description of content for display in client window for selecting a certificate.
(Inherited from BinaryContent.)
Public methodOpenSignedDocumentRead
Open stream for read final signed document.
(Inherited from BuildableDocumentLinkContentBaseTConfiguration.)
Public methodSetContent
Lazy setting of content if not set in constructor.
(Inherited from ContentBaseT.)
Top
See Also