Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoKeyStorage.Keys

TElCustomCryptoKeyStorage     See also     


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


Declaration

[C#]
    TElCustomCryptoKey Keys[int Index];

[VB.NET]
    Property Keys(ByVal Index As Integer) As TElCustomCryptoKey

[Pascal]
    under development

[C++]
    TElCustomCryptoKey* get_Keys(int32_t Index);

[PHP]
    TElCustomCryptoKey get_Keys(integer $Index)

[Java]
    TElCustomCryptoKey getKeys(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum