Discuss this help topic in SecureBlackbox Forum

TElSAMLSecurityHandler.Protect

TElSAMLSecurityHandler     See also     


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


Protects (signs or encrypts) the data.

Declaration

[VB.NET]
    Function Protect(ByVal Document As TElXMLDOMDocument, ByVal Node As TElXMLDOMElement) As TElXMLDOMElement

[Pascal]
    function Protect(Document : TElXMLDOMDocument; Node : TElXMLDOMElement) : TElXMLDOMElement; virtual; abstract;

[Java]
    TElXMLDOMElement protect(TElXMLDOMDocument arg0, TElXMLDOMElement arg1);

Parameters

  • Document - the document containing the data to be protected.
  • Node - the data (XML node) to be protected.

Return value

Returns a reference to newly created protected element.

Description

Use this method in the corresponding descendant of TElSAMLSecurityHandler to either sign, or encrypt the specified SAML node.

See also:     Unprotect    

Discuss this help topic in SecureBlackbox Forum