Discuss this help topic in SecureBlackbox Forum

TElDNSSignatureRecord.Validate

TElDNSSignatureRecord     See also     


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


Validates the signature(s) contained in the RR.

Declaration

[C#]
    int Validate();

[VB.NET]
    Function Validate() As Integer

[Pascal]
    function Validate() : integer;

[C++]
    int32_t Validate();

[PHP]
    integer Validate()

[Java]
    int validate();

Return value

    Returns verification result.

Possible values:

Description

    Call this method to validate the signature(s) over the RRset.

See also:     Signature    

Discuss this help topic in SecureBlackbox Forum