Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecordSet.FindSelfSignedSignature

TElDNSResourceRecordSet     See also     


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


Looks for a self-signed signature RR.

Declaration

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

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

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

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

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

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

Parameters

  • Criteria - specifies the lookup criteria
  • CoveredType - specifies covered type
  • 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 holds a self-signed signature.

See also:     Find     FindAny     FindKey     FindSignature     FindSignatureByUpperLevel    

Discuss this help topic in SecureBlackbox Forum