Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoProvider.DeleteKey

TElCustomCryptoProvider     See also     


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


This topic is under development…

Declaration

[C#]
    void DeleteKey(ref TElCustomCryptoKey Key);

[VB.NET]
    Sub DeleteKey(ByRef Key As TElCustomCryptoKey)

[Pascal]
    procedure DeleteKey(var Key : TElCustomCryptoKey); virtual; abstract;

[C++]
    void DeleteKey(TElCustomCryptoKey &Key);

[PHP]
    void DeleteKey(TElCustomCryptoKey &$Key)

[Java]
    void deleteKey(TElCustomCryptoKey[] arg0);

Parameters

  • Key -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum