Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.FindSignatureByUpperLevel

TElDNSResourceRecordSet     See also     


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


Looks for a signature RR.

Declaration

[C#]
    int FindSignatureByUpperLevel(string Criteria, TSBDNSResourceType CoveredType, int Start);

[VB.NET]
    Function FindSignatureByUpperLevel(ByVal Criteria As String, ByVal CoveredType As TSBDNSResourceType, ByVal Start As Integer) As Integer

[Pascal]
    function FindSignatureByUpperLevel(const Criteria : string; CoveredType : TSBDNSResourceType; Start : Integer): Integer;

[C++]
    int32_t FindSignatureByUpperLevel(const std::string &Criteria, TSBDNSResourceType CoveredType, int32_t Start);

[PHP]
    integer FindSignatureByUpperLevel(string $Criteria, integer $CoveredType, integer $Start)

[Java]
    int findSignatureByUpperLevel(String Criteria, TSBDNSResourceType CoveredType, int Start);

Parameters

  • Criteria - specifies the lookup criteria
  • CoveredType - type of the RRset covered by the RRSIG record
  • Start - index of the item from which to start search

Values:

Return value

    Returns the index of the desired item in the list. If the item has not been found, returns -1.

Description

    Use this method to search for the RR that covers RRset of certain type.

See also:     Find     FindAny     FindKey     FindSelfSignedSignature     FindSignature    

Discuss this help topic in SecureBlackbox Forum