Discuss this help topic in SecureBlackbox Forum

TElKeyMaterial.KeyID

TElKeyMaterial     See also     


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


This topic is under development…

Declaration

[C#]
    byte[] KeyID;

[VB.NET]
    Property KeyID As Byte()

[Pascal]
    property KeyID : ByteArray;

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

[PHP]
    string get_KeyID()
    void set_KeyID(array of byte|string|NULL $Value)

[Java]
    byte[] getKeyID();
    void setKeyID(byte[] Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum