ContentBaseT Class |
Namespace: ASDSoft.WebSigner.Content
[SerializableAttribute] [DataContractAttribute] [ObfuscationAttribute(Exclude = true)] public abstract class ContentBase<T> : ContentBase where T : class
The ContentBaseT type exposes the following members.
Name | Description | |
---|---|---|
ContentBaseT(SignatureType, Object) |
Base constructor for inherited classes without known content at instance creation time.
| |
ContentBaseT(T, SignatureType, Object) |
Base constructor for inherited classes 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.) | |
Content |
Content for signing, for example, text, byte array, ...
| |
HasContent |
Only for internal use.
(Overrides ContentBaseHasContent.) | |
HasLazyContent |
Only for internal use.
(Inherited from ContentBase.) | |
IsLink |
Indicate, if interface IDocumentLinkContent is implemented in inherited class on server-side.
(Inherited from ContentBase.) | |
NeedResetLazyContent |
Only for internal use.
(Inherited from ContentBase.) | |
SignatureType |
Signature type (Data or Hash).
(Inherited from ContentBase.) |
Name | Description | |
---|---|---|
GetContentData |
Return binary data or hash of content for signing.
(Inherited from ContentBase.) | |
GetContentTitle |
Return text description of content for display in client window for selecting a certificate.
(Inherited from ContentBase.) | |
ResetLazyContent |
Only for internal use.
| |
SetContent |
Lazy setting of content if not set in constructor.
(Overrides ContentBaseSetContent(Object).) |