Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLBaseSignatureHandler.GetSignedPartByURI

TElOfficeOpenXMLBaseSignatureHandler     See also     


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


Returns the signed part by the part's URI.

Declaration

[C#]
    TElOfficeOpenXMLSignedPart GetSignedPartByURI(string URI);

[VB.NET]
    Function GetSignedPartByURI(ByVal URI As String) As TElOfficeOpenXMLSignedPart

[Pascal]
    function GetSignedPartByURI(const URI : string) : TElOfficeOpenXMLSignedPart;

[C++]
    TElOfficeOpenXMLSignedPartHandle GetSignedPartByURI(const std::string &URI);

[PHP]
    TElOfficeOpenXMLSignedPart GetSignedPartByURI(string $URI)

[Java]
    TElOfficeOpenXMLSignedPart getSignedPartByURI(String URI);

Parameters

  • URI - the URI of the signed part

Return value

    Returns a reference to TElOfficeOpenXMLSignedPart object that contains the desired signed part.

Description

    Use this method to get the signed part by its URI.

See also:     GetSignedRelationshipPartByPartURI     SignedParts    

Discuss this help topic in SecureBlackbox Forum