Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecord.Data

TElDNSResourceRecord     See also     


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


Contains specific record data.

Declaration

[C#]
    byte[] Data;

[VB.NET]
    Property Data As Byte()

[Pascal]
    property Data : ByteArray;

[C++]
    void get_Data(std::vector<uint8_t> &OutResult);

[PHP]
    string get_Data()

[Java]
    byte[] getData();

Description

    This property contains specific RR data, e.g., public key value. The actual content of the data is defined by ResourceClass and ResourceType properties.

See also:     ResourceClass     ResourceType     Read     Prepare     Write    

Discuss this help topic in SecureBlackbox Forum