API Reference
Class
DnsKeyRecord
Represents a DNSKEY record containing public key information.
Inheritance
- Object
- DnsKeyRecord
Remarks
DNSSEC uses this record type for key distribution as specified in RFC 4034.
Constructors
public DnsKeyRecord(UInt16 flags, Byte protocol, DnsKeyAlgorithm algorithm, String publicKey) #Initializes a new instance of the DnsKeyRecord class.
Parameters
- flags System.UInt16
- Key flags.
- protocol System.Byte
- The protocol value, typically 3.
- algorithm DnsClientX.DnsKeyAlgorithm
- The signing algorithm.
- publicKey System.String
- The public key data.