API Reference
Class
DsRecord
Represents a DS record used for DNSSEC validation.
Inheritance
- Object
- DsRecord
Constructors
public DsRecord(UInt16 keyTag, DnsKeyAlgorithm algorithm, Byte digestType, String digest) #Initializes a new instance of the DsRecord class.
Parameters
- keyTag System.UInt16
- The key tag.
- algorithm DnsClientX.DnsKeyAlgorithm
- The DNSSEC algorithm.
- digestType System.Byte
- The digest type.
- digest System.String
- The digest string.