Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.GenericEncryptionKeys

TElDefaultDataStorageSecurityHandler     See also     


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


Contains a list of encryption keys.

Declaration

[C#]
    TElByteArrayList GenericEncryptionKeys;

[VB.NET]
    Property GenericEncryptionKeys As TElByteArrayList

[Pascal]
    property GenericEncryptionKeys : TElByteArrayList;

[C++]
    TElByteArrayList* get_GenericEncryptionKeys();

[PHP]
    TElByteArrayList get_GenericEncryptionKeys()

[Java]
    TElByteArrayList getGenericEncryptionKeys();

Description

    Use this property to get the list of encryption keys.

See also:     GenericEncryptionKey     EncryptionCertificates    

Discuss this help topic in SecureBlackbox Forum