Discuss this help topic in SecureBlackbox Forum

TElAlgorithmIdentifier.Clone

TElAlgorithmIdentifier     See also     


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


Creates a new instance of TElAlgorithmIdentifier with the same data.

Declaration

[C#]
    TElAlgorithmIdentifier Clone();

[VB.NET]
    Function Clone() As TElAlgorithmIdentifier

[Pascal]
    function Clone : TElAlgorithmIdentifier; virtual;

[C++]
    TElAlgorithmIdentifierHandle Clone();

[PHP]
    TElAlgorithmIdentifier Clone()

[Java]
    Object clone();

Return value

    Returns new instance of TElAlgorithmIdentifier class.

Description

    Use this method to create a new TElAlgorithmIdentifier object with the same data.

See also:     Assign    

Discuss this help topic in SecureBlackbox Forum