Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoProvider.CloneKey

TElCustomCryptoProvider     See also     


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


This topic is under development…

Declaration

[C#]
    TElCustomCryptoKey CloneKey(TElCustomCryptoKey Key);

[VB.NET]
    Function CloneKey(ByVal Key As TElCustomCryptoKey) As TElCustomCryptoKey

[Pascal]
    function CloneKey(Key : TElCustomCryptoKey) : TElCustomCryptoKey; virtual; abstract;

[PHP]
    TElCustomCryptoKey CloneKey(TElCustomCryptoKey $Key)

[Java]
    TElCustomCryptoKey cloneKey(TElCustomCryptoKey arg0);

Parameters

  • Key -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum