BuildableDocumentLinkContentBaseTConfiguration Class |
Namespace: ASDSoft.WebSigner.Server.Content
[SerializableAttribute] public abstract class BuildableDocumentLinkContentBase<TConfiguration> : DocumentLinkContent, IContentBuilder<TConfiguration>, IContentBuilder where TConfiguration : IContentBuilderConfiguration
The BuildableDocumentLinkContentBaseTConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| BuildableDocumentLinkContentBaseTConfiguration(Object, String) |
Constructor for create instance without known document at instance creation time.
| |
| BuildableDocumentLinkContentBaseTConfiguration(Object, String, DocumentInfo) |
Constructor for create instance with known content at instance creation time.
|
| Name | Description | |
|---|---|---|
| ApplicationContentId |
Unique ID generated by hosting application identified content in hosting application (for example ID of document).
(Inherited from ContentBase.) | |
| Configuration |
Configuration for signing document
| |
| Content |
Content for signing, for example, text, byte array, ...
(Inherited from ContentBaseT.) | |
| Document |
Description and full binary content of document for signing.
(Inherited from DocumentLinkContent.) | |
| HasContent |
Only for internal use.
(Inherited from ContentBaseT.) | |
| HasLazyContent |
Only for internal use.
(Inherited from ContentBase.) | |
| IsLink |
Always return .
(Inherited from DocumentLinkContent.) | |
| NeedResetLazyContent |
Only for internal use.
(Inherited from ContentBase.) | |
| SignatureType |
Signature type (Data or Hash).
(Inherited from ContentBase.) | |
| SignedDocumentData | Obsolete.
Binary data of final signed document.
| |
| Title |
Content title for display in client window for selecting a certificate
(Inherited from BinaryContent.) |
| Name | Description | |
|---|---|---|
| ClearDocumentCacheInternal | (Overrides DocumentLinkContentClearDocumentCacheInternal.) | |
| GetContentData |
Return binary data or hash of content for signing.
(Inherited from BinaryContent.) | |
| GetContentTitle |
Return text description of content for display in client window for selecting a certificate.
(Inherited from BinaryContent.) | |
| OpenSignedDocumentRead |
Open stream for read final signed document.
| |
| PrepareForExternalSign |
Compute hash or digest of document and prepare document for external sign.
| |
| ResetLazyContent | (Inherited from DocumentLinkContent.) | |
| SaveSignatureToDocument |
Save signature to document prepared by PrepareForExternalSign(Stream, Stream, HashAlgorithmName, X509Certificate2, Byte).
| |
| SetContent |
Lazy setting of content if not set in constructor.
(Inherited from ContentBaseT.) |