Click or drag to resize

BinaryContent Class

Represent binary data for signing by Data
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.ContentContentBase
    ASDSoft.WebSigner.ContentContentBaseByte
      ASDSoft.WebSigner.Server.ContentBinaryContent
        ASDSoft.WebSigner.Server.ContentDocumentLinkContent
        ASDSoft.WebSigner.Server.ContentHashContent

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
public class BinaryContent : ContentBase<byte[]>

The BinaryContent type exposes the following members.

Constructors
  NameDescription
Public methodBinaryContent(Object)
Constructor for create instance without known content at instance creation time.
Public methodBinaryContent(Byte, Object)
Constructor for create instance with known content at instance creation time.
Protected methodBinaryContent(SignatureType, Object)
Base constructor for inherited classes without known content at instance creation time.
Protected methodBinaryContent(Byte, SignatureType, Object)
Base constructor for inherited classes 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 propertyContent
Content for signing, for example, text, byte array, ...
(Inherited from ContentBaseT.)
Public propertyHasContent
Only for internal use.
(Inherited from ContentBaseT.)
Protected propertyHasLazyContent
Only for internal use.
(Inherited from ContentBase.)
Public propertyIsLink
Always return .
(Overrides ContentBaseIsLink.)
Public propertyNeedResetLazyContent
Only for internal use.
(Inherited from ContentBase.)
Public propertySignatureType
Signature type (Data or Hash).
(Inherited from ContentBase.)
Public propertyTitle
Content title for display in client window for selecting a certificate
Top
Methods
See Also