Discuss this help topic in SecureBlackbox Forum

TSBDNSResourceType

Declared in     


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


Defines possible Resource Record (RR) types for SecureBlackbox DNSSEC components.

Declaration

[C#/Java]
    enum TSBDNSResourceType { dnsUnknownResource = 0, dnsIPv4Address = 1, dnsNameServer = 2, dnsCanonicalName = 3, dnsStartOfAuthority = 4, dnsWellKnownService = 5, dnsDomainNamePointer = 6, dnsHostInfo = 7, dnsMailInfo = 8, dnsMailExchange = 9, dnsTextStrings = 10, dnsIPv6Address = 11, dnsServiceLocation = 12, dnsExtensions = 13, dnsDelegationSigner = 14, dnsSignature = 15, dnsNextSecure = 16, dnsPublicKey = 17, dnsNextSecure3 = 18, dnsNextSecure3Param = 19, dnsAll = 20 };

[VB.NET]
    Enum TSBDNSResourceType
        dnsUnknownResource = 0
        dnsIPv4Address = 1
        dnsNameServer = 2
        dnsCanonicalName = 3
        dnsStartOfAuthority = 4
        dnsWellKnownService = 5
        dnsDomainNamePointer = 6
        dnsHostInfo = 7
        dnsMailInfo = 8
        dnsMailExchange = 9
        dnsTextStrings = 10
        dnsIPv6Address = 11
        dnsServiceLocation = 12
        dnsExtensions = 13
        dnsDelegationSigner = 14
        dnsSignature = 15
        dnsNextSecure = 16
        dnsPublicKey = 17
        dnsNextSecure3 = 18
        dnsNextSecure3Param = 19
        dnsAll = 20
    End Enum

[Pascal]
    TSBDNSResourceType = (dnsUnknownResource, dnsIPv4Address, dnsNameServer, dnsCanonicalName, dnsStartOfAuthority, dnsWellKnownService, dnsDomainNamePointer, dnsHostInfo, dnsMailInfo, dnsMailExchange, dnsTextStrings, dnsIPv6Address, dnsServiceLocation, dnsExtensions, dnsDelegationSigner, dnsSignature, dnsNextSecure, dnsPublicKey, dnsNextSecure3, dnsNextSecure3Param, dnsAll);

[C++]
    typedef uint8_t TSBDNSResourceTypeRaw;
    typedef enum { dnsUnknownResource = 0, dnsIPv4Address = 1, dnsNameServer = 2, dnsCanonicalName = 3, dnsStartOfAuthority = 4, dnsWellKnownService = 5, dnsDomainNamePointer = 6, dnsHostInfo = 7, dnsMailInfo = 8, dnsMailExchange = 9, dnsTextStrings = 10, dnsIPv6Address = 11, dnsServiceLocation = 12, dnsExtensions = 13, dnsDelegationSigner = 14, dnsSignature = 15, dnsNextSecure = 16, dnsPublicKey = 17, dnsNextSecure3 = 18, dnsNextSecure3Param = 19, dnsAll = 20 } TSBDNSResourceType;

Description

Possible values:


Declared in

.NET:
  • Namespace: SBDNSSECTypes
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBDNSSECTypes
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbdnssectypes.h

Discuss this help topic in SecureBlackbox Forum