Discuss this help topic in SecureBlackbox Forum

TElXMLAlgorithmParameters.Clone

TElXMLAlgorithmParameters     See also     


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


Creates a copy of the algorithm parameters container.

Declaration

[C#]
    TElXMLAlgorithmParameters Clone();

[VB.NET]
    Function Clone() As TElXMLAlgorithmParameters

[Pascal]
    function Clone : TElXMLAlgorithmParameters; virtual; abstract;

[C++]
    TElXMLAlgorithmParametersHandle Clone();

[PHP]
    TElXMLAlgorithmParameters Clone()

[Java]
    TElXMLAlgorithmParameters clone();

Return value

Returns a reference to the new copy of the object.

Description

Use this method to copy all algorithm parameters to a newly created instance of TElXMLAlgorithmParameters.

See also:     GetCryptoProviderParameters    

Discuss this help topic in SecureBlackbox Forum