|  | HashContent Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: ASDSoft.WebSigner.Server.Content
 Syntax
Syntax[SerializableAttribute] public class HashContent : BinaryContent
The HashContent type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | HashContent(Object) | 
            Constructor for create instance without known content at instance creation time.
             | 
|  | HashContent(Byte, Object) | 
            Constructor for create instance with known content at instance creation time.
             | 
 Properties
Properties| 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, ...
            (Inherited from ContentBaseT.) | 
|  | HasContent | 
            Only for internal use.
            (Inherited from ContentBaseT.) | 
|  | HasLazyContent | 
            Only for internal use.
            (Inherited from ContentBase.) | 
|  | IsLink | 
            Always return .
            (Inherited from BinaryContent.) | 
|  | NeedResetLazyContent | 
            Only for internal use.
            (Inherited from ContentBase.) | 
|  | SignatureType | 
            Signature type (Data or Hash).
            (Inherited from ContentBase.) | 
|  | Title | 
            Content title for display in client window for selecting a certificate
            (Inherited from BinaryContent.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | 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.) | 
|  | ResetLazyContent | 
            Only for internal use.
            (Inherited from ContentBaseT.) | 
|  | SetContent | 
            Lazy setting of content if not set in constructor.
            (Inherited from ContentBaseT.) | 
 See Also
See Also