Discuss this help topic in SecureBlackbox Forum

TElDNSSignatureRecord.Signature

TElDNSSignatureRecord     See also     


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


Contains the cryptographic signature that covers the RRSIG RDATA.

Declaration

[C#]
    byte[] Signature;

[VB.NET]
    Property Signature As Byte()

[Pascal]
    property Signature : ByteArray;

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

[PHP]
    string get_Signature()
    void set_Signature(array of byte|string|NULL $Value)

[Java]
    byte[] getSignature();
    void setSignature(byte[] V);

Parameters

  • V -

Description

    This property contains the electronic signature.

See also:     Validate    

Discuss this help topic in SecureBlackbox Forum