Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.GenericEncryptionKey

TElDefaultDataStorageSecurityHandler     See also     


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


Contains generic encryption key.

Declaration

[C#]
    byte[] GenericEncryptionKey;

[VB.NET]
    Property GenericEncryptionKey As Byte()

[Pascal]
    property GenericEncryptionKey : ByteArray;

[C++]
    void get_GenericEncryptionKey(std::vector<uint8_t> &OutResult);
    void set_GenericEncryptionKey(const std::vector<uint8_t> &Value);

[PHP]
    string get_GenericEncryptionKey()
    void set_GenericEncryptionKey(array of byte|string|NULL $Value)

[Java]
    byte[] getGenericEncryptionKey();
    void setGenericEncryptionKey(byte[] Value);

Description

    Use this property to specify encryption key.

See also:     GenericEncryptionKeys     GenericEncryptionKeyUsed    

Discuss this help topic in SecureBlackbox Forum