Discuss this help topic in SecureBlackbox Forum
Specifies the signer's name.
Declaration
[VB.NET]
Property Signer As String
[Pascal]
property Signer : string;
[C++]
void get_Signer(std::string &OutResult);
void set_Signer(const std::string &Value);
[PHP]
string get_Signer()
void set_Signer(string $Value)
[Java]
String getSigner();
void setSigner(String Value);
Description
Use this property to specify the owner name of the
DNSKEY RR
that validates this signature.
Discuss this help topic in SecureBlackbox Forum