Discuss this help topic in SecureBlackbox Forum
Contains the cryptographic signature that covers the RRSIG RDATA.
Declaration
[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)
Parameters
Description
This property contains the electronic signature.
Discuss this help topic in SecureBlackbox Forum