Discuss this help topic in SecureBlackbox Forum

TElSymmetricKeyMaterial.Key

TElSymmetricKeyMaterial     See also     


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


This property contains the secret key

Declaration

[C#]
    byte[] Key;

[VB.NET]
    Property Key As Byte()

[Pascal]
    property Key : ByteArray;

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

[PHP]
    string get_Key()
    void set_Key(array of byte|string|NULL $Value)

[Java]
    byte[] getKey();
    void setKey(byte[] Value);

Description

    Use this property to specify the secret key

See also:     IV     Load     Save    

Discuss this help topic in SecureBlackbox Forum