Discuss this help topic in SecureBlackbox Forum

TElDNSPublicKeyRecord.PublicKey

TElDNSPublicKeyRecord     


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


Contains the public key value.

Declaration

[C#]
    byte[] PublicKey;

[VB.NET]
    Property PublicKey As Byte()

[Pascal]
    property PublicKey : ByteArray;

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

[PHP]
    string get_PublicKey()
    void set_PublicKey(array of byte|string|NULL $Value)

[Java]
    byte[] getPublicKey();
    void setPublicKey(byte[] Value);

Description

    This property contains the public key material.

Discuss this help topic in SecureBlackbox Forum