ContentBase Class |
Namespace: ASDSoft.WebSigner.Content
[SerializableAttribute] [DataContractAttribute] [ObfuscationAttribute(Exclude = true)] public abstract class ContentBase
The ContentBase type exposes the following members.
Name | Description | |
---|---|---|
ContentBase |
Base constructor for inherited classes.
|
Name | Description | |
---|---|---|
ApplicationContentId |
Unique ID generated by hosting application identified content in hosting application (for example ID of document).
| |
HasContent |
Only for internal use.
| |
HasLazyContent |
Only for internal use.
| |
IsLink |
Indicate, if interface IDocumentLinkContent is implemented in inherited class on server-side.
| |
NeedResetLazyContent |
Only for internal use.
| |
SignatureType |
Signature type (Data or Hash).
|
Name | Description | |
---|---|---|
GetContentData |
Return binary data or hash of content for signing.
| |
GetContentTitle |
Return text description of content for display in client window for selecting a certificate.
| |
SetContent |
Lazy setting of content if not set in constructor.
|