EldoS
Navigation
Web site
Support
Table Of Contents

TElOfficeBinaryDocument class

Properties     Methods     Declared in    


 
 

Description

    TElOfficeBinaryDocument provides functionality to perform security operations over a Microsoft Office binary document.
    Use method Open to load a document from stream. To check if the document is signed or encrypted, use IsSigned and IsEncrypted properties. To decrypt the document, use DecryptTo method.
    To sign the document, check if it is Signable. Use AddSignature and RemoveSignature methods for adding/removing signatures. The document's signatures could be accessed via SignatureHandlers property.
    To encrypt the document, check, if it is Encryptable. Specify encryption parameters using EncryptionHandler, and call EncryptTo method.

 
 

Properties

  • DocumentFormat
  • DocumentType
  • Encryptable
  • EncryptionHandler
  • IsEncrypted
  • IsSigned
  • OwnEncryptionHandler
  • Signable
  • SignatureHandlerCount
  • SignatureHandlers
  • Storage
 
 

Methods

  • AddSignature
  • Close
  • DecryptTo
  • EncryptTo
  • Flush
  • Open
  • RemoveSignature
 
 

Declared in

.NET:

  • Namespace: SBOffice
  • Assembly: SecureBlackbox.Office
VCL:
  • Unit: SBOffice
ActiveX/DLL: not implemented
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: OfficeBlackbox OR SecureBlackbox Data Security OR SecureBlackbox Professional

VCL: OfficeBlackbox OR SecureBlackbox Data Security OR SecureBlackbox Professional

ActiveX/DLL: Not available

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation