Discuss this help topic in SecureBlackbox Forum

TElXMLDecryptionExcept.Clone

TElXMLDecryptionExcept     


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


Clones the current dcrpt:Except element.

Declaration

[C#]
    TElXMLDecryptionExcept Clone();

[VB.NET]
    Function Clone() As TElXMLDecryptionExcept

[Pascal]
    function Clone: TElXMLDecryptionExcept;

[C++]
    TElXMLDecryptionExceptHandle Clone();

[PHP]
    TElXMLDecryptionExcept Clone()

[Java]
    TElXMLDecryptionExcept clone();

Description

    Use this method to get a new dcrpt:Except element with the same attributes as the current one.

Discuss this help topic in SecureBlackbox Forum