EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElDNSSignatureRecord.CoveredType

TElDNSSignatureRecord     See also    


 

Specifies the type of the RRset that is covered by this RRSIG record.

 
 

Declaration

[C#]
    TSBDNSResourceType CoveredType;

[VB.NET]
    Property CoveredType As TSBDNSResourceType

[Pascal]
    property CoveredType : TSBDNSResourceType;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] Description
dnsUnknownResource = 0 dnsUnknownResource unknown resource
dnsIPv4Address = 1 dnsIPv4Address IPv4 address
dnsNameServer = 2 dnsNameServer name server
dnsCanonicalName = 3 dnsCanonicalName canonical name for an alias (CNAME)
dnsStartOfAuthority = 4 dnsStartOfAuthority start of a zone of authority mark (SOA)
dnsWellKnownService = 5 dnsWellKnownService a well known service description (WKS)
dnsDomainNamePointer = 6 dnsDomainNamePointer domain name pointer (PTR)
dnsHostInfo = 7 dnsHostInfo host information (HINFO)
dnsMailInfo = 8 dnsMailInfo mailbox or mail list information (MINFO)
dnsMailExchange = 9 dnsMailExchange mail exchange (MX)
dnsTextStrings = 10 dnsTextStrings text strings (TXT)
dnsIPv6Address = 11 dnsIPv6Address IPv6 address
dnsServiceLocation = 12 dnsServiceLocation service location
dnsExtensions = 13 dnsExtensions DNS extensions
dnsDelegationSigner = 14 dnsDelegationSigner delegation signer (DS)
dnsSignature = 15 dnsSignature resource record digital signature (RRSIG)
dnsNextSecure = 16 dnsNextSecure next secure (NSEC)
dnsPublicKey = 17 dnsPublicKey DNS Public Key (DNSKEY)
dnsNextSecure3 = 18 dnsNextSecure3 alternative to NSEC denial of existence record (NSEC3)
dnsNextSecure3Param = 19 dnsNextSecure3Param NSEC3 parameters (NSEC3PARAM)
dnsAll = 20 dnsAll request for all records
[.NET] [Pascal]
Namespace: SBDNSSECTypes
Assembly: SecureBlackbox
Unit: SBDNSSECTypes

 
 

Description

    Use this property to specify what kind of RRset is covered by this signature.

 
 

See also:     CoveredCode    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation