Discuss this help topic in SecureBlackbox Forum

TElDNSSignatureRecord.Signer

TElDNSSignatureRecord     See also     


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


Specifies the signer's name.

Declaration

[C#]
    string Signer;

[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.

See also:     KeyTag    

Discuss this help topic in SecureBlackbox Forum