Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignedPart Constructor

TElOfficeOpenXMLSignedPart     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates a new instance of TElOfficeOpenXMLSignedPart class.

Declaration

[C#]
    TElOfficeOpenXMLSignedPart(TElOfficeOpenXMLCustomSignatureHandler Handler);
    TElOfficeOpenXMLSignedPart(TElOfficeOpenXMLCustomSignatureHandler Handler, string AURI, string AContentType);

[VB.NET]
    Sub New(ByVal Handler As TElOfficeOpenXMLCustomSignatureHandler)
    Sub New(ByVal Handler As TElOfficeOpenXMLCustomSignatureHandler, ByVal AURI As String, ByVal AContentType As String)

[Pascal]
    constructor Create(Handler : TElOfficeOpenXMLCustomSignatureHandler); overload;
    constructor Create(Handler : TElOfficeOpenXMLCustomSignatureHandler; const AURI, AContentType : string); overload;

[C++]
    not available

[PHP]
    not available

[Java]
    public TElOfficeOpenXMLSignedPart(TElOfficeOpenXMLCustomSignatureHandler Handler, String AURI, String AContentType);
    public TElOfficeOpenXMLSignedPart();
    public TElOfficeOpenXMLSignedPart(TElOfficeOpenXMLCustomSignatureHandler Handler);

Parameters

  • AContentType - specifies part's MIME content type
  • AURI - specifies URI of the package part
  • Handler - the security handler to be used to perform signing/validation operations

Description

    Call this method to create a new instance of TElOfficeOpenXMLSignedPart.

See also:     ContentType     URI    

Discuss this help topic in SecureBlackbox Forum